Skip to content

Commit

Permalink
- manually push latest steam api 7z archives required by gse_debug_sw…
Browse files Browse the repository at this point in the history
…itch 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)
  • Loading branch information
alex47exe committed Sep 23, 2024
1 parent ea28ed6 commit 8141643
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified tools/generate_emu_config/_DEFAULT/0/steam_api.7z
Binary file not shown.
Binary file modified tools/generate_emu_config/_DEFAULT/0/steam_api.dll
Binary file not shown.
Binary file modified tools/generate_emu_config/_DEFAULT/0/steam_api64.7z
Binary file not shown.
Binary file modified tools/generate_emu_config/_DEFAULT/0/steam_api64.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8141643

Please sign in to comment.