aboutsummaryrefslogtreecommitdiff
path: root/overrides
AgeCommit message (Collapse)Author
2023-07-26Adds mednafen_ngp, mednafen_wswan, and stella2014 coresneonloop
2023-07-16Updates option overridesneonloop
2023-02-05Adds pokemini coreneonloop
2023-02-01Adds overrides for prboom, scummvm, tyrquake, vitaquake2, fba2012, arduousneonloop
2023-01-30Adds override for deferring load state by number of framesneonloop
Fixes instant play for fake-08 and pcsx_rearmmed with bios intro
2023-01-29Adds dosbox-pure coreneonloop
dosbox-pure does not support resume states, because it loads puremenu before loading game. Savestates can also glitch loaded game.
2023-01-25Fixes load new contentneonloop
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
2023-01-19Adds snes9x2010 coreneonloop
2023-01-16Adds fake-08 coreneonloop
Includes resume state patch from shauninman, thanks! https://github.com/shauninman/picoarch/blob/miniui-miyoomini/patches/fake-08/001-fix-resume-state.patch
2023-01-15Updates overrides for new core versionsneonloop
2023-01-09Adds initial Funkey S supportneonloop
2022-03-27Updates patches for upstream snes9x2002 changesneonloop
2022-02-10Updates cores and moves to snes9x2005 forkneonloop
2021-11-28Adds fMSX core and builds trimui picoarch.zipneonloop
2021-11-28Updates coresneonloop
picodrive now supports GG
2021-11-28Adds blueMSX coreneonloop
2021-10-22Adds picodrive coreneonloop
2021-10-21Adds smsplus-gx coreneonloop
2021-10-21Adds gme (Game Music Emu) coreneonloop
2021-10-20Adds QuickNES coreneonloop
2021-09-07Hide "Load new game" in mame2000neonloop
It breaks if you unload a game and then try to run a new game, so the option should be hidden.
2021-08-28Fixes config override detection after loading new gameneonloop
2021-08-27Fixes GBA save methodneonloop
This was not set to libretro, so SRAM was not properly written.
2021-08-27Adds "fastest" ghosting option to gambatteneonloop
2021-08-23Adds fceumm coreneonloop
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.
2021-08-22Adds beetle-pce-fast coreneonloop
2021-08-21Updates message display and adds loading message to pcsxneonloop
2021-08-15Moves core option changes into picoarchneonloop
Keeps cores cleaner and avoids conflicts