BringerethOfLight (1):
fixes some of the remaining memory access issues
Vladimir Serbinenko (6):
Make sure log_cb is always set
Don't attempt to run main loop after failure.
Log database init error code
Fix path to auth database
Fix compile failure on emscripten
Improve logging
twinaphex (1):
Update GLSM
Ömercan Kömür (1):
Update libretro.h
These packages are susceptible to bugs when confronted with non-ASCII
characters.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.
It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
Libretro is a simple but powerful development interface that allows for
the easy creation of emulators, games and multimedia applications that
can plug straight into any libretro-compatible frontend. This development
interface is open to others so that they can run these pluggable emulator
and game cores also in their own programs or devices.
Craft is a Minecraft clone. It's just a few thousand lines of C and uses
modern OpenGL (shaders).