diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 01:16:38 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 01:16:38 +0000 |
| commit | 4d39defcb59600513ff65a688c54f3d6b13ca63a (patch) | |
| tree | c1b89b128f8c7f53a277a8cac28979d02357d083 /libpcsxcore/r3000a.c | |
| parent | aaaf3199b1afd1e5f88f23ce40305a5df5455599 (diff) | |
| download | pcsxr-4d39defcb59600513ff65a688c54f3d6b13ca63a.tar.gz | |
more cleanups.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/r3000a.c')
| -rw-r--r-- | libpcsxcore/r3000a.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c index 5942f843..724089bb 100644 --- a/libpcsxcore/r3000a.c +++ b/libpcsxcore/r3000a.c @@ -25,9 +25,9 @@ #include "cdrom.h" #include "mdec.h" #include "gte.h" -#include "cheat.h" #include "ppf.h" +R3000Acpu *psxCpu = NULL; psxRegisters psxRegs; int psxInit() { @@ -49,9 +49,6 @@ int psxInit() { } void psxReset() { - FreeCheatSearchResults(); // FIXME: cleanup - FreeCheatSearchMem(); // FIXME: cleanup - psxCpu->Reset(); psxMemReset(); @@ -81,10 +78,6 @@ void psxShutdown() { psxCpu->Shutdown(); - ClearAllCheats(); // FIXME: cleanup - FreeCheatSearchResults(); // FIXME: cleanup - FreeCheatSearchMem(); // FIXME: cleanup - FreePPFCache(); } |
