Hi
Some time ago earlier this spring there was this PR about Reverting the baked-in NstDatabase.xml in Nestopia.
The whole thing was a bit of controversy but I don’t see why there couldn’t be options/alternatives to all of this.
This pre-built core adds back this option to the core:
{
"nestopia_use_db",
"Use database (requires restart)",
"Select whether to use the ROM database (can cause crashes on some systems).",
{
{ "enabled", NULL },
{ "disabled", NULL },
},
"enabled"
},
and is also updated with all the latest/current changes/commits.
Feel free to use it as you please, source here.