Commit Graph

91 Commits

Author SHA1 Message Date
Alcaro
8f7d879dae Copy this optimization from the decompressor. 21288ms -> 20547ms, 3% faster! 2014-02-21 14:25:09 +01:00
Alcaro
60233b4a52 Use rarch's standard pointer declarations. I don't like that style, but since this isn't my projects, consistency wins over my ideals. 2014-02-21 14:08:54 +01:00
Alcaro
b966b3fb24 That should be all the comments. 2014-02-21 14:06:19 +01:00
Alcaro
f7bd915671 More comment cleanups. 2014-02-21 14:00:45 +01:00
Alcaro
6e585bb797 Fix grammar here too. 2014-02-21 13:53:03 +01:00
Alcaro
69aa0f84b0 Clean up grammar properly (forgot saving). 2014-02-21 13:52:12 +01:00
Alcaro
c8925dd487 Clean up grammar. 2014-02-21 13:52:02 +01:00
Alcaro
c35634d704 Clarify this comment. 2014-02-21 13:50:20 +01:00
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