mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Add new flags to DXVK hud
DXVK Version Estimated GPU Load
This commit is contained in:
parent
a740f2d149
commit
e967165487
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export default (launcher: Launcher): Promise<void> => {
|
|||
switch (await Configs.get('hud'))
|
||||
{
|
||||
case 'dxvk':
|
||||
env['DXVK_HUD'] = 'fps,frametimes';
|
||||
env['DXVK_HUD'] = 'fps,frametimes,version,gpuload';
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue