- 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:
parent
ea28ed622b
commit
8141643978
@ -36,7 +36,7 @@ disable_warning_local_save=0
|
|||||||
# by default the overlay will attempt to upload the achievements icons to the GPU
|
# 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
|
# 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,
|
# 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
|
# default=1
|
||||||
upload_achievements_icons_to_gpu=1
|
upload_achievements_icons_to_gpu=1
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -8,7 +8,7 @@
|
|||||||
[overlay::general]
|
[overlay::general]
|
||||||
# 1=enable the experimental overlay, might cause crashes
|
# 1=enable the experimental overlay, might cause crashes
|
||||||
# default=1
|
# 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...)
|
# amount of time to wait before attempting to detect and hook the renderer (DirectX, OpenGL, Vulkan, etc...)
|
||||||
# default=0
|
# default=0
|
||||||
hook_delay_sec=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
|
# 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
|
# 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,
|
# 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
|
# default=1
|
||||||
upload_achievements_icons_to_gpu=1
|
upload_achievements_icons_to_gpu=1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user