Age | Commit message (Collapse) | Author |
|
|
|
Fixes instant play for fake-08 and pcsx_rearmmed with bios intro
|
|
dosbox-pure does not support resume states, because it loads puremenu
before loading game. Savestates can also glitch loaded game.
|
|
Cores do not always clean up on unload content, deinit and reinit is
more reliable.
Some cores do not even clean up on deinit and reinit, need all statics
reinitialized. On many platforms dlclose / dlopen will work. FunKey
uses musl libc where dlclose is no-op, so instead will exec again with
current core and new content path.
Overrides decide whether easy or hard clean up is needed. Assume
unknown cores need hard cleanup, otherwise specified by "needs_reopen"
override.
Also
- FunKey will now autosave and resume during load new content
- Load new content deferred until after menu responds to keypress,
otherwise key release can be missed and menu seems stuck
|
|
|
|
Includes resume state patch from shauninman, thanks!
https://github.com/shauninman/picoarch/blob/miniui-miyoomini/patches/fake-08/001-fix-resume-state.patch
|
|
|
|
|
|
|
|
|
|
|
|
picodrive now supports GG
|
|
|
|
|
|
|
|
|
|
|
|
It breaks if you unload a game and then try to run a new game, so the
option should be hidden.
|
|
|
|
This was not set to libretro, so SRAM was not properly written.
|
|
|
|
Needs PGO to hit fullspeed. Nestopia won't run (needs XRGB8888) and
would probably be slow. Maybe try QuickNES if speed is an issue with
fceumm.
|
|
|
|
|
|
Keeps cores cleaner and avoids conflicts
|