GMenuNext is a fork of GMenu2X developed to Retrogame RS-97, released under the GNU GPL license v2.
And This project is a fork of GMenuNext. based on raspbian and raspberry pi.
在raspberry pi中安装libsdl包(sudo apt-get install libsdl...)
make dist
编译后的文件在dist文件夹中。
安装屏幕驱动(install screen driver)
In gmenu2x.cpp(lines 367)
putenv((char*)"FRAMEBUFFER=/dev/fb0");
putenv((char*)"SDL_FBDEV=/dev/fb0");
to
putenv((char*)"FRAMEBUFFER=/dev/fb1");
putenv((char*)"SDL_FBDEV=/dev/fb1");
GMenu2X Copyright (c) 2006-2010 Massimiliano Torromeo; GMenuNext 2018 by @pingflood; Skin PS4, PSNext, PSNextDark and Zelda by @m1024x
Visit the Dingoonity thread and the Discord channel!
GMenu2X homepage for more info.