mirror of
https://gitlab.com/octospacc/BloccSpacc
synced 2025-06-05 21:39:15 +02:00
Patches for PocketGo compilation
This commit is contained in:
13
Source/TargetsConfigs.h
Normal file
13
Source/TargetsConfigs.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifdef Target_PocketGo
|
||||
|
||||
#define ScreenBits 16
|
||||
int ScreenWidth = 320;
|
||||
int ScreenHeight = 240;
|
||||
|
||||
#else
|
||||
|
||||
#define ScreenBits 32
|
||||
int ScreenWidth = 512;
|
||||
int ScreenHeight = 512;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user