aboutsummaryrefslogtreecommitdiff
path: root/source/globals.c
diff options
context:
space:
mode:
authoraliaspider2014-10-29 09:21:38 +0100
committeraliaspider2014-10-29 09:21:38 +0100
commit44476d7bda0a3b90bb71f379cc78614b6f66906d (patch)
tree3384185307c9c0ea35156753337ec4026c997356 /source/globals.c
parent761d752569b9bad6bdb755e91ca9e345cfb2788d (diff)
downloadsnes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.tar.gz
snes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.tar.bz2
snes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.zip
remove more C++ code.
Diffstat (limited to 'source/globals.c')
-rw-r--r--source/globals.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/globals.c b/source/globals.c
index a1c108e..5fb7051 100644
--- a/source/globals.c
+++ b/source/globals.c
@@ -146,15 +146,15 @@ struct FxInit_s SuperFX;
uint8 *SFXPlotTable = NULL;
#endif
-struct SPPU PPU;
-struct InternalPPU IPPU;
+SPPU PPU;
+InternalPPU IPPU;
-struct SDMA DMA[8];
+SDMA DMA[8];
uint8 *HDMAMemPointers [8];
uint8 *HDMABasePointers [8];
-struct SBG BG;
+SBG BG;
struct SGFX GFX;
struct SLineData LineData[240];
@@ -172,7 +172,7 @@ uint32 odd_low[4][16];
uint32 even_high[4][16];
uint32 even_low[4][16];
-struct SCheatData Cheat;
+SCheatData Cheat;
SoundStatus so;