Fixed sf64 clear screen buffer for widescreen

This commit is contained in:
KiritoDv
2024-05-27 15:27:19 -06:00
committed by Sonic Dreamcaster
parent 4ca3aebc7f
commit 93e6d673e6
4 changed files with 63 additions and 8 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 240
#define SCREEN_MARGIN 8
// This should be part of a CVar
#define SCREEN_MARGIN 0
#define TIME_IN_SECONDS(x) (x * 30);