You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing the fix from #193, I had an issue where the only handhelds showing up were Game Boy and Game Boy Color, despite having games in the folders for the other supported systems. I found the issue was in the handhelds.ini file, where the consoleList didn't list the rest of the sections. This is fixed by adding the rest of the consoles to that line.
The GBA emulator also wasn't linked correctly in my case. I have gpsp_rumble, when in handhelds.ini it links to gpsp. I believe the default emulator provided in the CFW is gpsp_rumble, so the line linking to the gpsp executable doesn't do anything. Changing it to execs = /mnt/emus/gpsp_rumble/gpsp_rumble.elf fixes it.
Updating handhelds.ini to the following would implement these fixes:
After doing the fix from #193, I had an issue where the only handhelds showing up were Game Boy and Game Boy Color, despite having games in the folders for the other supported systems. I found the issue was in the
handhelds.ini
file, where theconsoleList
didn't list the rest of the sections. This is fixed by adding the rest of the consoles to that line.The GBA emulator also wasn't linked correctly in my case. I have gpsp_rumble, when in
handhelds.ini
it links to gpsp. I believe the default emulator provided in the CFW is gpsp_rumble, so the line linking to the gpsp executable doesn't do anything. Changing it toexecs = /mnt/emus/gpsp_rumble/gpsp_rumble.elf
fixes it.Updating
handhelds.ini
to the following would implement these fixes:The text was updated successfully, but these errors were encountered: