Add new flags to DXVK hud

DXVK Version
Estimated GPU Load
This commit is contained in:
Maroxy 2022-01-04 20:22:34 +01:00
parent a740f2d149
commit e967165487
No known key found for this signature in database
GPG key ID: F4B27EADB21E3021

View file

@ -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;