BizHawk/BizHawk.Emulation.Cores/Libretro
adelikat 4b7a7dd293
Make Binary states default and Textstates opt-in for cores (#1848)
* Rewind & State config - remove the default option

* remove the savestate type of default, not that this is a breaking config change for anyone that had specifically set savestates to text

* remove BinaryStatesPreferred from IStatable and use config setting when starting movies from "Now" in record movie dialog

* remove BinaryStatesPreferred from cores

* make text savestates an extension method off of IStatable and an inteface ITextStatable it uses if the core implements it. This will allow cores to opt in to text states if desired

* make cores with actual text savestate impleemntations get ITextStatable, remove text state logic from cores that just have a binary as as text implementation
2020-02-15 10:22:26 -06:00
..
LibretroApi.cs Finish moving Win32 imports to BizHawk.Common, organise, and cleanup 2019-12-21 18:33:11 +10:00
LibretroApi_BRK.cs libretro: fix some scrambled framebuffers 2017-05-01 04:16:31 -05:00
LibretroApi_CMD.cs fix libretro loading.. probably broken since we went 64bits, believe it or not 2017-08-05 00:59:17 -05:00
LibretroApi_Delegates.cs new libretro WIP with libco support. Still missing sound, saves, many small details. Will undergo heavy organizational revisions. 2017-04-17 22:49:08 -05:00
LibretroApi_Enums.cs Enable SA1106 and fix noncompliance 2020-01-25 18:06:34 +10:00
LibretroApi_QUERY.cs fix libretrobridge to be 64bit only (and fix it for 64bit) 2017-06-12 02:31:47 -05:00
LibretroApi_SIG.cs fix libretrobridge to be 64bit only (and fix it for 64bit) 2017-06-12 02:31:47 -05:00
LibretroApi_Structs.cs Enable SA1106 and fix noncompliance 2020-01-25 18:06:34 +10:00
LibretroCore.cs Make Binary states default and Textstates opt-in for cores (#1848) 2020-02-15 10:22:26 -06:00
LibretroCoreSettings.cs new libretro WIP with libco support. Still missing sound, saves, many small details. Will undergo heavy organizational revisions. 2017-04-17 22:49:08 -05:00
LibretroCore_Description.cs Use string interpolation 2019-04-04 02:41:18 +10:00
LibretroCore_InputCallbacks.cs Use string interpolation 2019-04-04 02:41:18 +10:00