diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-05-30 02:40:51 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-05-30 02:40:51 +0200 |
commit | 5eb01f1f15d81fc908b9ed3819213442b8c4bd3e (patch) | |
tree | 0566df9ba03eff43361c06981b8730416ff78714 /src/libui_sdl/PlatformConfig.h | |
parent | f9ac26078b7d88803ea7079490f419b4a0bfe660 (diff) | |
parent | e8f4735c7fb4d9fc142a4571e99672ca750be66b (diff) |
begin renovating melonDSi
Diffstat (limited to 'src/libui_sdl/PlatformConfig.h')
-rw-r--r-- | src/libui_sdl/PlatformConfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libui_sdl/PlatformConfig.h b/src/libui_sdl/PlatformConfig.h index 2c59e5d..842e72a 100644 --- a/src/libui_sdl/PlatformConfig.h +++ b/src/libui_sdl/PlatformConfig.h @@ -54,9 +54,11 @@ extern int ScreenSizing; extern int ScreenFilter; extern int ScreenUseGL; +extern int ScreenVSync; extern int ScreenRatio; extern int LimitFPS; +extern int AudioSync; extern int ShowOSD; extern int DirectBoot; |