9544 Commits

Author SHA1 Message Date
Alcaro
a7588fdc0c More style fixes. Fix C++ build. 2014-02-21 18:21:48 +01:00
Alcaro
5e1d558bb2 Add myself to this list. 2014-02-21 18:15:18 +01:00
Alcaro
c5e353117d This took three hours to figure out. 2014-02-21 17:57:00 +01:00
Alcaro
0e5c9d9c1e And on top of that, we lost a dependency. 2014-02-21 14:25:39 +01:00
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
519452ce4f Might as well put this back. No reason to change visible behaviour. 2014-02-18 09:04:16 +01:00
Alcaro
d97440224c Whoops, this is unrelated. 2014-02-18 09:00:44 +01:00
Alcaro
d2e95c772b Remove this one. The rewinder is the only user, and with this rewind rewrite, even that is gone. 2014-02-18 08:59:37 +01:00
Alcaro
c51bfb7b4b Inline these functions. Should mostly work now... 2014-02-18 08:53:36 +01:00
Alcaro
55fa3d01d4 Fix this part, so we avoid a pointless memcpy. Rename this function. 2014-02-18 08:41:52 +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
7e31df4a65 Kill empty files. 2014-02-18 08:38:07 +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
1fdc8f1144 Change state manager interface to match my interface. Next up is inlining those function pointers. 2014-02-18 08:22:36 +01:00
Alcaro
abb3a45a9a Fix alignment of this. 2014-02-18 08:16:33 +01:00
Alcaro
41b6a57964 Append a notice in case someone finds this a little too quickly. 2014-02-12 00:38:54 +01:00
Alcaro
001dd895bf Trim off some function call overhead. 2014-02-12 00:26:06 +01:00
Alcaro
3f820917e6 Remove dead code, reallocate less eagerly, fail to compress if we don't know we can fit it. 2014-02-11 23:18:51 +01:00
Alcaro
23937bda38 df, missed a spot. 2014-02-11 23:03:41 +01:00
Alcaro
06801e93bc Speed up savestate decompression by a factor 7. Also gets rid of some memory allocation that doesn't really make sense. 2014-02-11 23:02:34 +01:00
Alcaro
ae476a4c31 An attempt at hooking up RetroArch's machinery to my interface. 2014-02-11 21:11:27 +01:00
Alcaro
159dfbd965 New rewind implementation. Not in RetroArch's coding style; I feel I've done my part. I don't know how RetroArch wants things done, anyways. 2014-02-11 20:54:46 +01:00
twinaphex
b370d3f048 Stub function of null_gfx_restart when HAVE_MENU is defined 2014-02-11 17:10:13 +01:00
twinaphex
cd85591211 (PSP1) Add defines 2014-02-11 16:43:16 +01:00
twinaphex
8188ce53d3 (PSP1) Take out NULLVIDEO define 2014-02-11 16:30:41 +01:00
twinaphex
6cc1660b4f (OSX PPC) Remove PPC prefix header 2014-02-11 16:15:56 +01:00
twinaphex
096766dc32 (PSP) gzguts.h - build fix 2014-02-11 16:12:50 +01:00
twinaphex
d4f9c211ee (PSP) Build fixes 2014-02-11 16:10:40 +01:00
twinaphex
f1811644c4 (PSP) Some cleanups 2014-02-11 14:10:47 +01:00
twinaphex
07e28ebb8a (MSVC 2010) Define HAVE_MENU for Debug target 2014-02-11 13:25:42 +01:00
twinaphex
dcdc43505f (360) netplay_compat - 360 build fixes 2014-02-11 13:19:18 +01:00
twinaphex
dda95cbe74 (performance.c) Drop __CELLOS_LV2__ ifdef 2014-02-11 12:02:41 +01:00
twinaphex
c2b8d33837 (OSX PPC) Changes 2014-02-11 20:45:39 +11:00
twinaphex
a5f59f6260 (OSX PPC) Comment out NSApplicationDelegate for OSX 10.5 PPC 2014-02-11 19:07:05 +11:00
twinaphex
efd413de62 (OSX PPC) Build fixes 2014-02-11 19:03:38 +11:00
twinaphex
4b49e69cb9 (OSX PPC) Header fixes 2014-02-11 18:52:28 +11:00
twinaphex
75e7d10eba (OSX PPC) Build fixes 2014-02-11 18:49:49 +11:00
twinaphex
767607f03b (OSX PPC) Link OpenGL.framework 2014-02-11 18:34:21 +11:00
twinaphex
ff94787d86 (PPC Altivec) turn vec_splats into vec_splat - PPC OSX (Leopard) doesn't
support vec_splats intrinsic
2014-02-11 18:32:18 +11:00
twinaphex
131ea08c26 (OSX PPC) Down to two errors now - implicit declaration of function
vec_splats - incompatible types in initialization (Altivec)
2014-02-11 18:19:15 +11:00