-
Notifications
You must be signed in to change notification settings - Fork 74
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
Some problem when used ini config #484
Comments
Yes, the rom path in the ini will override everything. And that LUA thing sounds like you need to keep the system plugins dir up-to-date. |
I downloaded mame0265b_64bitxe and installed it. Copy the plugins folder to Retroarch/system/name/plugins. Set the value of the pluginspath attribute to system/name/plugins in the mame.ini file.The problem has not been resolved. |
Description correction /system/name/plugins -> /system/mame/plugins |
After checking one by one, I found that the problematic plugin is "gdbstub". Remove this plugin from the plugins folder, and then use RetroArch's "Load Content" to replace the loaded game and it will no longer crash. |
When "Read Configuration" and "MAME ini Path" are enabled in "Quick Menu" - "Core Options" - "System". Add the mame.ini file to the RetroArch/system/name/ini/.
RetroArch Log : [libretro WARN] [LUA] emu.register_start is deprecated - please use emu.add_machine_reset_notifier
The text was updated successfully, but these errors were encountered: