Troubleshooting Gameplay Problems of Modern Windows Port (.NET MAUI WinUI 3) - hyvanmielenpelit/GnollHack GitHub Wiki
Problem: Game Does Not Use My Dedicated GPU But Integrated One
Reason
Windows detects WinUI 3 apps by default as apps and not games.
Solution 1: Use Windows 11 Settings App to Enable Dedicated GPU
Steam Version
- Open the Settings app.
- Go to System → Display → Graphics.
- Select Add desktop app in Add an app.
- Click Browse and locate GnollHackM.exe in
C:\Program Files (x86)\Steam\steamapps\common\GnollHack
. - GnollHackM should appear in the list.
- Click GnollHackM, which should open a list of options.
- Select High performance in GPU preference.
- Start GnollHack. It should now use the dedicated GPU. It can still do some work on the integrated GPU.