Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino

This commit is contained in:
Observer KRypt0n_ 2022-01-04 22:49:32 +02:00
commit 7ecab2f995
3 changed files with 4 additions and 4 deletions

View file

@ -6,9 +6,9 @@ splash:
- Paimon am ärgern...
- Versuche Yae zu ziehen...
# Launcher window
# Launcher Fenster
launcher:
predownload: Pre-download the game
predownload: Update vorinstallieren
# Einstellungs Fenster
settings:

View file

@ -8,7 +8,7 @@ splash:
# Launcher window
launcher:
predownload: Pre-download the game
predownload: Pre-download update
# Settings window
settings:

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;