diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-02-16 09:50:38 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-02-16 09:50:38 +0000 |
| commit | fe4b4c0f5672ba45c174b42fe3540029d9a5552a (patch) | |
| tree | 13be88a7e99bb24112cea1a3535ca09bbd9a25e8 /gui | |
| parent | 9bb4ff671b89d5f8d7605ce5e601c368b3cba673 (diff) | |
| download | pcsxr-fe4b4c0f5672ba45c174b42fe3540029d9a5552a.tar.gz | |
Optimized SaveStateGz: Core i5 2520M: from ~45ms to less than 5ms call avg. Now rewind feature should be usable even more lower end machines.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89136 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
| -rwxr-xr-x | gui/LnxMain.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/LnxMain.c b/gui/LnxMain.c index aeed5cf2..b9c37f69 100755 --- a/gui/LnxMain.c +++ b/gui/LnxMain.c @@ -502,8 +502,6 @@ void SysClose() { EmuShutdown(); ReleasePlugins(); - CleanupMemSaveStates(); - StopDebugger(); if (emuLog != NULL) fclose(emuLog); |
