Commit Graph

21 Commits

Author SHA1 Message Date
negativeExponent
75872dab63 Remove CopyFami stuff
unused in this implementation, not any other emu uses it. considering
its even UNIF based, probably has no use anymore.
2022-06-09 14:10:43 +08:00
negativeExponent
e0200b03c8 Fix states loading issue of some games in big-endian platforms (#490)
* Fix states loading issue of some games in big-endian platforms

* Typo

Co-authored-by: negativeExponent <negativeExponent@users.noreply.github.com>
2022-01-31 16:34:07 +01:00
Autechre
9223fe174f Merge pull request #415 from Dwedit/save_state_fix
Save state fix
2020-12-30 22:08:04 +01:00
Dwedit
d87f7e5b34 Prevent adding NULL terminator to save state extra list 2020-12-30 15:50:22 -05:00
negativeExponent
565f60c0f2 Fix some warnings 2020-10-25 08:31:41 +08:00
retro-wertz
e3cf3efc69 fix vrc7 issue #235, update state.c (#245)
* vrc7: Add sound save states

* Try to fix some save state issues

try to fix big-endian related save problems

* vrc7: fix crash in some cases when loading states
2018-12-11 16:16:02 -06:00
retro-wertz
e5421762fd state.c: Style nits 2018-03-07 00:57:52 +08:00
retro-wertz
77d07e782c state.c: Update 2018-03-07 00:36:03 +08:00
retro-wertz
0343e3dbd8 Add missing variable to save state 2018-03-04 21:47:52 +08:00
retro-wertz
52c8155dee Use C-comment style 2017-10-15 03:13:11 +08:00
twinaphex
22f4172f40 We don't need these file I/O functions 2017-03-24 02:13:48 +01:00
Brad Parker
821ca02474 allocate enough space for NUL, and do not try to open an empty file string 2016-12-31 01:59:31 -05:00
twinaphex
21aa0759da Remove unused files 2015-08-06 13:34:20 +02:00
twinaphex
8938dde948 Merge state.c 2015-08-06 13:09:39 +02:00
twinaphex
e982bb637b Revert "Cleanups"
This reverts commit d368ee0054.
2015-08-06 11:39:10 +02:00
twinaphex
d368ee0054 Cleanups 2015-08-06 11:30:34 +02:00
twinaphex
5cfa9e8ac9 Don't rely on LSB_FIRST 2015-07-23 22:18:46 +02:00
twinaphex
da7ac270f8 Take out most of the __LIBRETRO__ hacks in mainline codebase 2014-04-18 19:22:25 +02:00
Twinaphex
514448258e MSVC compatibility fixes 2014-04-15 01:59:54 -07:00
twinaphex
30b4c60b21 Rename files endian.c and memory.c 2014-03-30 22:29:30 +02:00
twinaphex
7e6caac57d Initial commit - http://sourceforge.net/p/fceumm/code/160/ 2014-03-30 22:15:17 +02:00