-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refuses to load games when mednafen BIOS are present #227
Comments
core does not care what bios you have or what region the content is as long as it matches the filename it tries to look for, so if you do have all of mednafen's bios, then its loading SCPH5501 1st and its probably incompatible (or bad dump) pcsx_rearmed/frontend/libretro.c Lines 1886 to 1889 in 8569f7c
|
a workaround based on a previous workaround of the same behaviour is already added and i have been launching/relaunching stuff in lakka without this problem so far (aside from graphics glitching on windows 10 when using pal games) just to add some more troubleshooting info.... if you run lakka with another non pcsx core/game and then load a game using pcsx, it does not crash anymore. The workaround was to move SysReset() from retro_load_game and run it from retro_run() (this would simulate similar to a menu-driven pcsx when you launch the UI, then use Load CDROM to run the game). is there an ARM-based platform ludo can run? maybe this is just an interpreter-related issue and not on dynarec... |
@kivutar You might be interested to know that Kodi had a similar issue and they fixed it by moving stuff around (it had something to do with audio being initialized too early..or something) kodi-game/game.libretro.pcsx-rearmed#13 |
Most likely a user error or an external issue unrelated to the libretro core. Closing |
When my 3 mednafen_psx BIOS are in the system directory, pcsx_rearmed will hang at:
With no BIOS, the game launches:
Tested on OSX x86_64
The text was updated successfully, but these errors were encountered: