mirror of
https://github.com/Orbmu2k/nvidiaProfileInspector.git
synced 2025-12-29 09:58:09 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce1f79fd76 |
@@ -1218,19 +1218,7 @@ namespace nspector
|
||||
|
||||
private void lvSettings_KeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
if (e.KeyData == (Keys.G | Keys.Control))
|
||||
{
|
||||
//58 FPS
|
||||
DrsServiceLocator.SettingService.SetDwordValueToProfile(_CurrentProfile, 277041134, 4035002426);
|
||||
//Limiter V1
|
||||
DrsServiceLocator.SettingService.SetDwordValueToProfile(_CurrentProfile, 277041151, 64);
|
||||
//GSYNC Windowed
|
||||
DrsServiceLocator.SettingService.SetDwordValueToProfile(_CurrentProfile, 294973784, 2);
|
||||
//FASTSYNC
|
||||
DrsServiceLocator.SettingService.SetDwordValueToProfile(_CurrentProfile, 11041231, 411601032);
|
||||
|
||||
RefreshCurrentProfile();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user