diff options
Diffstat (limited to 'source/fxinst.c')
-rw-r--r-- | source/fxinst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fxinst.c b/source/fxinst.c index 05ebba2..e78d932 100644 --- a/source/fxinst.c +++ b/source/fxinst.c @@ -8,7 +8,7 @@ #include <stdio.h> extern struct FxRegs_s GSU; -int gsu_bank [512] = {0}; +int32_t gsu_bank [512] = {0}; /* Set this define if you wish the plot instruction to check for y-pos limits */ /* (I don't think it's nessecary) */ |