

UiChangeSlot = AddSwitchInput("UIChangeSlot", "Change Save Slot", GAME_INPUT_UI, "KEY_F6") UiSaveState = AddSwitchInput("UISaveState", "Save State", GAME_INPUT_UI, "KEY_F5") UiPause = AddSwitchInput("UIPause", "Pause", GAME_INPUT_UI, "KEY_ALT+KEY_P") UiReset = AddSwitchInput("UIReset", "Reset", GAME_INPUT_UI, "KEY_ALT+KEY_R") UiExit = AddSwitchInput("UIExit", "Exit UI", GAME_INPUT_UI, "KEY_ESCAPE") UI controls are hard coded here, everything else is initialized to NONE so that it can be loaded from UI Controls -> Inputs.cpp only usable with keyboard for now using namespace std ĬInputs::CInputs(CInputSystem *system) : m_system(system) So we could use the keyboard shortcuts (hotkeys) on the gamepads and close the emulator from a gamepad. thanks for this the original open source Supermodel_0.2a_Src, they give a and we can see in Supermodel_0.2a_Src\Src\Inputs\Inputs.cpp a split between UI keys and configurables keys for Supermodel.iniĭo you think It's hard to add UI Controls "settable" in Supermodel.ini. I have set my controller buttons, but I don't know how to exit the emulator with my gamepad yet. It loads with this: $ chmod 755 -R $ chmod 755 -R /home/pi/Configīut I have a message: cancelled - Network board not present, for some games (like Daytona2) but I found this. Waiting for X server to shut down (II) Server terminated successfully (0). dev/shm/retropie_xinitrc: line 6: /opt/retropie/emulators/supermodel/bin/supermodel: Permission denied (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.Įxecuting (via xinit): /opt/retropie/emulators/supermodel/bin/supermodel -game-xml-file=/opt/retropie/emulators/supermodel/bin/Config/Games.xml -legac圓d -sound-volume=50 -music-volume=60 -no-vsync -no-throttle -no-dsb -res=496,384 /home/pi/RetroPie/roms/model3/ecaj.zip


(=) Using system config directory "/usr/share/X11/" (WW) warning, (EE) error, (NI) not implemented, (?) unknown. (++) from command line, (!!) notice, (II) informational, Markers: (-) probed, (**) from config file, (=) default setting, To make sure that you have the latest version. Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:09:3C:1B vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 logo.nologo vt.global_cursor_default=0 quiet console=ttyS0,115200 console=tt圓 root=PARTUUID=e22bcd10-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait loglevel=3 consoleblank=0 plymouth.enable=0 I think Parameters:Įxecuting: xinit /dev/shm/retropie_xinitrc - vt1 -keepttyīuild Operating System: Linux 5.10.17-v8+ aarch64 RaspbianĬurrent Operating System: Linux retropie 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33: armv7l The permission number is 644 for Game.xml and It should be 755.

Here's my runcommand.log -> Permission denied
