Skip to content

christianhaitian/rs97-commander-sdl2

 
 

Repository files navigation

rs97-commander-sdl2 (DinguxCommander)

Modify based on https://github.com/glebm/rs97-commander

supports OGS device only using ArkOS. For the RG351P, use the rg351p branch. For OGA, RGB10, and RK2020, use the master branch.

supports OGA, RGB10, and RK2020 devices only using ArkOS. For the RG351P, use the rg351p branch. For the RG351V, use the rg351v branch. For the OGS, use the ogs branch.

Build instructions (Works best in 32 bit Arm environment)

package requirements: SDL2 SDL2_image SDL2_gfx SDL2_ttf SDL2-dev SDL2_image-dev SDL2_gfx-dev SDL2_ttf-dev libsdl2-gfx-dev

git clone https://github.com/christianhaitian/rs97-commander-sdl2.git
cd rs97-commander-sdl2
make (or use make -j2 or -j3 if you have the additional core and memory to handle this to speed up the build)

Notes

  • The res folder will need to be copied to /opt/dingux folder. You can change this location in Makefile
  • Font size can be changed in Makefile
  • will read and assign keys from /home/ark/.config/retroarch32/retroarch.cfg. This can be changed in the window.cpp starting at line 51

About

rs97-commander-sdl2

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 96.6%
  • C 2.0%
  • Other 1.4%