mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 06:24:07 +00:00
update librw (vsynch)
This commit is contained in:
parent
226d0296ad
commit
339365806a
3 changed files with 7 additions and 3 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "PlayerPed.h"
|
||||
#include "Radar.h"
|
||||
#include "debugmenu.h"
|
||||
#include "Frontend.h"
|
||||
|
||||
#include <list>
|
||||
|
||||
|
@ -325,6 +326,9 @@ DebugMenuPopulate(void)
|
|||
#ifdef LIBRW
|
||||
DebugMenuAddVarBool8("Render", "PS2 Alpha test Emu", &gPS2alphaTest, nil);
|
||||
#endif
|
||||
DebugMenuAddVarBool8("Render", "Frame limiter", &FrontEndMenuManager.m_PrefsFrameLimiter, nil);
|
||||
DebugMenuAddVarBool8("Render", "VSynch", &FrontEndMenuManager.m_PrefsVsync, nil);
|
||||
DebugMenuAddVar("Render", "Max FPS", &RsGlobal.maxFPS, nil, 1, 1, 1000, nil);
|
||||
|
||||
DebugMenuAddVarBool8("Debug", "Draw hud", &CHud::m_Wants_To_Draw_Hud, nil);
|
||||
DebugMenuAddVarBool8("Debug", "Edit on", &CSceneEdit::m_bEditOn, nil);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue