diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index 370f102..c40fa67 100644 --- a/src/Config.h +++ b/src/Config.h @@ -33,6 +33,11 @@ extern int JoyMapping[12]; extern int WindowWidth; extern int WindowHeight; +extern int ScreenRotation; +extern int ScreenGap; +extern int ScreenLayout; +extern int ScreenSizing; + extern int DirectBoot; extern int Threaded3D; |