mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
config: make FPS signed
This commit is contained in:
parent
4cb22bfd5f
commit
438a315e5b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public:
|
|||
CONFIG_DEFINE("Video", bool, Fullscreen, false);
|
||||
CONFIG_DEFINE("Video", bool, VSync, true);
|
||||
CONFIG_DEFINE("Video", size_t, BufferCount, 3);
|
||||
CONFIG_DEFINE("Video", size_t, FPS, 60);
|
||||
CONFIG_DEFINE("Video", int32_t, FPS, 60);
|
||||
CONFIG_DEFINE("Video", float, Brightness, 0.5f);
|
||||
CONFIG_DEFINE("Video", size_t, MSAA, 4);
|
||||
CONFIG_DEFINE("Video", size_t, AnisotropicFiltering, 16);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue