Compare commits

...

1 Commits

Author SHA1 Message Date
Orbmu2k
ce1f79fd76 removed hotkey 2019-02-23 15:19:22 +01:00

View File

@@ -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();
}
}
}
}