File tree Expand file tree Collapse file tree 2 files changed +311
-992
lines changed Expand file tree Collapse file tree 2 files changed +311
-992
lines changed Original file line number Diff line number Diff line change @@ -2038,6 +2038,17 @@ extern "C" {
2038
2038
*/
2039
2039
#define SDL_HINT_PS2_DYNAMIC_VSYNC "SDL_PS2_DYNAMIC_VSYNC"
2040
2040
2041
+ /**
2042
+ * \brief A variable controlling if VSYNC is automatically disable if doesn't reach the enough FPS
2043
+ *
2044
+ * This variable can be set to the following values:
2045
+ * "0" - It will be using VSYNC as defined in the main flag. Default
2046
+ * "1" - If VSYNC was previously enabled, then it will disable VSYNC if doesn't reach enough speed
2047
+ *
2048
+ * By default SDL does not enable the automatic VSYNC
2049
+ */
2050
+ #define SDL_HINT_PSP_DYNAMIC_VSYNC "SDL_PSP_DYNAMIC_VSYNC"
2051
+
2041
2052
/**
2042
2053
* A variable to control whether the return key on the soft keyboard should
2043
2054
* hide the soft keyboard on Android and iOS.
You can’t perform that action at this time.
0 commit comments