aboutsummaryrefslogtreecommitdiff
path: root/source/fxinst.h
diff options
context:
space:
mode:
authorJoão Silva2017-01-29 04:55:23 +0000
committerJoão Silva2017-01-29 04:55:23 +0000
commit0e59b999fa976de2d00490f552a1ff0a27d40f63 (patch)
treeadce7b06d1acc25f52c6e10616451bba02f9f7a5 /source/fxinst.h
parent813fc89d37d1d8c8d2fa090a28f74aa0fdcea5df (diff)
downloadsnes9x2005-0e59b999fa976de2d00490f552a1ff0a27d40f63.tar.gz
snes9x2005-0e59b999fa976de2d00490f552a1ff0a27d40f63.tar.bz2
snes9x2005-0e59b999fa976de2d00490f552a1ff0a27d40f63.zip
Converted most types to stdint-style (fixing a few in the process).
Diffstat (limited to 'source/fxinst.h')
-rw-r--r--source/fxinst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fxinst.h b/source/fxinst.h
index f7450a9..a78b6d4 100644
--- a/source/fxinst.h
+++ b/source/fxinst.h
@@ -168,7 +168,7 @@ struct FxRegs_s
uint32_t vPrevMode; /* Previous depth */
uint8_t* pvScreenBase;
uint8_t* apvScreen[32]; /* Pointer to each of the 32 screen colums */
- int x[32];
+ int32_t x[32];
uint32_t vScreenHeight; /* 128, 160, 192 or 256 (could be overriden by cmode) */
uint32_t vScreenRealHeight; /* 128, 160, 192 or 256 */
uint32_t vPrevScreenHeight;