Commit Graph

83 Commits

Author SHA1 Message Date
Alcaro 28e525a488 Fix crash on large savestates (e.g. snes9x); I missed that spot when making this endian save. That took quite a while to find. 2014-02-18 21:50:54 +01:00
Alcaro 62e8b0b828 RetroArch seems to want those asterisks on this side of the spaces... might as well fix the interfaces, at least. 2014-02-18 09:10:46 +01:00
Alcaro 9797953e31 Change to use RetroArch's indentation style. 2014-02-18 09:06:53 +01:00
Alcaro d97440224c Whoops, this is unrelated. 2014-02-18 09:00:44 +01:00
Alcaro c51bfb7b4b Inline these functions. Should mostly work now... 2014-02-18 08:53:36 +01:00
Alcaro e14c879bcb Trim off this; from now on, the rewinder is responsible for rounding and allocation. 2014-02-18 08:40:16 +01:00
Alcaro 3de355cdaf Copy over my rewinder to rewind.c. Apparently the makefile didn't pick it up, and telling it to do that would be a waste of time, since the plan is merging them anyways. 2014-02-18 08:37:41 +01:00
Alcaro abb3a45a9a Fix alignment of this. 2014-02-18 08:16:33 +01:00
Alcaro ae476a4c31 An attempt at hooking up RetroArch's machinery to my interface. 2014-02-11 21:11:27 +01:00
twinaphex 0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex d2c87e3039 Convert most C99-style for loop initial declarations to C89-compliant
ones
2013-10-22 15:08:17 +02:00
Themaister 0b4cf2d053 Update license headers to 2013. 2013-01-01 01:41:15 +01:00
Themaister ce740f8948 More fixups. 2012-04-21 23:31:57 +02:00
Themaister aab8fb6151 ssnes_* => rarch_*. 2012-04-21 23:25:32 +02:00
Themaister 9ab51ad23a SSNES => RetroArch. 2012-04-21 23:17:43 +02:00
Themaister e3a71a8c5b Fixup headers. 2012-04-09 22:05:26 +02:00
Themaister 62c96ea937 Change license header. 2012-04-09 22:03:57 +02:00
Themaister 9698cd7dbd Change headers. 2012-04-09 22:03:57 +02:00
Themaister b4248038fb Update license headers. 2012-01-08 01:12:05 +01:00
Themaister 672102d377 Change asserts to ssnes_assert(). 2011-12-25 12:47:47 +01:00
Themaister eac468ba19 MSVC compat. 2011-12-25 01:38:59 +01:00
Themaister d5fca50a2f Can build for C++. 2011-12-24 15:26:01 +01:00
Themaister 34b5994842 Fix minor issue. 2011-11-01 21:28:32 +01:00
Themaister 0c3f6ed66b Cleanup and optimize rewind a bit. Forced POT buffer size. 2011-11-01 21:00:41 +01:00
Themaister 3739cbfc70 Minor cleanup for rewind. 2011-10-23 17:13:16 +02:00
Themaister 0c4e406ee7 Remove unused variable. 2011-10-16 12:51:14 +02:00
Themaister 60b0afce95 Is this it? :D 2011-02-26 01:13:52 +01:00
Themaister f24653768f It does work, somewhat! :D 2011-02-26 00:59:17 +01:00
Themaister f135972a6b Arghh... This is so goddamn annoying :( 2011-02-26 00:31:13 +01:00
Themaister a81d6bc247 Fix up stuff. Alignment is done in client code. 2011-01-31 18:27:21 +01:00
Themaister 351e098da1 Basic rewind works! 2011-01-31 16:48:42 +01:00
Themaister c5f825eaa5 Build fixes. 2011-01-31 16:10:40 +01:00
Themaister d0a4102efa Add initial state manager code. 2011-01-31 16:06:46 +01:00