mirror of
https://github.com/Orbmu2k/nvidiaProfileInspector.git
synced 2026-01-13 09:18:18 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1a75b9a2f | ||
|
|
ce1f79fd76 |
@@ -32,7 +32,7 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2.2.0.0")]
|
||||
[assembly: AssemblyFileVersion("2.2.0.0")]
|
||||
[assembly: AssemblyVersion("2.3.0.0")]
|
||||
[assembly: AssemblyFileVersion("2.3.0.0")]
|
||||
|
||||
|
||||
|
||||
@@ -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