mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-01 22:47:19 +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...
|
- Paimon am ärgern...
|
||||||
- Versuche Yae zu ziehen...
|
- Versuche Yae zu ziehen...
|
||||||
|
|
||||||
# Launcher window
|
# Launcher Fenster
|
||||||
launcher:
|
launcher:
|
||||||
predownload: Pre-download the game
|
predownload: Update vorinstallieren
|
||||||
|
|
||||||
# Einstellungs Fenster
|
# Einstellungs Fenster
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -8,7 +8,7 @@ splash:
|
||||||
|
|
||||||
# Launcher window
|
# Launcher window
|
||||||
launcher:
|
launcher:
|
||||||
predownload: Pre-download the game
|
predownload: Pre-download update
|
||||||
|
|
||||||
# Settings window
|
# Settings window
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -60,7 +60,7 @@ export default (launcher: Launcher): Promise<void> => {
|
||||||
switch (await Configs.get('hud'))
|
switch (await Configs.get('hud'))
|
||||||
{
|
{
|
||||||
case 'dxvk':
|
case 'dxvk':
|
||||||
env['DXVK_HUD'] = 'fps,frametimes';
|
env['DXVK_HUD'] = 'fps,frametimes,version,gpuload';
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue