X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstate.cpp;h=1e0552013c83e502b29762759254f18c49b53e8b;hb=742efd9b7deca399ca92f1c548e97836d626c86a;hp=09fe44346145e1f4528858029bfbcc4529df9d47;hpb=94e1e961b57f253b760298ab0bae96a7de6d20fa;p=virtualjaguar diff --git a/src/state.cpp b/src/state.cpp index 09fe443..1e05520 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -15,9 +15,11 @@ bool SaveState(void) { + return false; } bool LoadState(void) { + return false; }