Hello this add a new target for libretro, which will allow play in RetroArch.
Software renderer was used instead of OpenGL ES.
And SDL libraries and bzip2 are staticlly linked via git submodules.
To build this, do:
git submodule init
git submodule update --recursive --depth=1
mkdir build
cd build
cmake ../src/onsyuri_libretro/ -DCMAKE_BUILD_TYPE=Release
make -j2
On Linux it will build onsyuri_libretro.so, run with:
Hello this add a new target for libretro, which will allow play in RetroArch. Software renderer was used instead of OpenGL ES. And SDL libraries and bzip2 are staticlly linked via git submodules.
To build this, do:
On Linux it will build
onsyuri_libretro.so
, run with:GAMEDIR must include
default.ttf
as the font.Thanks.