diff options
author | João Silva | 2017-01-16 22:39:57 +0000 |
---|---|---|
committer | João Silva | 2017-01-16 22:39:57 +0000 |
commit | cbbfa871ae3d9db3852d9122a6d8355896c073ed (patch) | |
tree | 73e7755d117b8dd9eea499977c632727deb20d00 /source/cpu.c | |
parent | 7ed90abe19954aaf1fa56657a08e3cae4c8a67ce (diff) | |
download | snes9x2005-cbbfa871ae3d9db3852d9122a6d8355896c073ed.tar.gz snes9x2005-cbbfa871ae3d9db3852d9122a6d8355896c073ed.tar.bz2 snes9x2005-cbbfa871ae3d9db3852d9122a6d8355896c073ed.zip |
Many cleanups.
Diffstat (limited to 'source/cpu.c')
-rw-r--r-- | source/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cpu.c b/source/cpu.c index 62587de..e702670 100644 --- a/source/cpu.c +++ b/source/cpu.c @@ -14,7 +14,6 @@ #include "spc7110.h" #include "obc1.h" - #include "fxemu.h" extern struct FxInit_s SuperFX; |