Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Espionage724 authored May 27, 2024
1 parent ea3f235 commit e95126c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compat Flags/Clone Hero.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Program Files\Clone Hero\Clone Hero.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Clone Hero.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
2 changes: 2 additions & 0 deletions Compat Flags/Xonotic (WGL).bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "C:\Program Files\Xonotic\xonotic-wgl.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\xonotic-wgl.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f

0 comments on commit e95126c

Please sign in to comment.