- manually push latest steam api 7z archives required by gse_debug_switch helper tool

- disable overlay by default for generate_emu_config (seems it crashes a lot of games now after some recent updates to the way achivement icons are loaded)
This commit is contained in:
alex47exe 2024-09-24 00:14:28 +01:00
parent ea28ed622b
commit 8141643978
8 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ disable_warning_local_save=0
# by default the overlay will attempt to upload the achievements icons to the GPU
# so that they are displayed, in rare cases this might keep failing and cause FPS drop
# 0=prevent the overlay from attempting to upload the icons periodically,
# in that case achievements icons win't be displayed
# in that case achievements icons won't be displayed
# default=1
upload_achievements_icons_to_gpu=1

View File

@ -8,7 +8,7 @@
[overlay::general]
# 1=enable the experimental overlay, might cause crashes
# default=1
enable_experimental_overlay=1
enable_experimental_overlay=0
# amount of time to wait before attempting to detect and hook the renderer (DirectX, OpenGL, Vulkan, etc...)
# default=0
hook_delay_sec=0
@ -36,7 +36,7 @@ disable_warning_local_save=0
# by default the overlay will attempt to upload the achievements icons to the GPU
# so that they are displayed, in rare cases this might keep failing and cause FPS drop
# 0=prevent the overlay from attempting to upload the icons periodically,
# in that case achievements icons win't be displayed
# in that case achievements icons won't be displayed
# default=1
upload_achievements_icons_to_gpu=1