mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino
This commit is contained in:
commit
7ecab2f995
3 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -8,7 +8,7 @@ splash:
|
|||
|
||||
# Launcher window
|
||||
launcher:
|
||||
predownload: Pre-download the game
|
||||
predownload: Pre-download update
|
||||
|
||||
# Settings window
|
||||
settings:
|
||||
|
|
|
@ -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