1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00
Commit graph

7 commits

Author SHA1 Message Date
Detanup01
25b7066136
Merge pull request #161 from Detanup01/achievement_images_fallback
Achievement images fallback
2025-02-06 19:14:13 +01:00
Detanup01
2bd73bee9c ach progress result "fix" 2025-01-23 19:13:41 +01:00
Detanup01
601102d8a5
fix file_path 2024-10-06 18:03:37 +02:00
Detanup01
6a1710eee1
adding fallback for image path "achievement_images" 2024-10-06 17:50:29 +02:00
Sak32009
935d3405a9 fix msbuild warnings 2024-08-24 19:57:23 +02:00
a
4017266241 * deprecate lazy_load_achievements_icons in favor of paginated_achievements_icons
* new option `upload_achievements_icons_to_gpu` in `configs.main.ini` which controls whether the overlay should upload the achievements icons to the GPU and display them or not
* synchronize overlay proc with the periodic steam callback in a better way to avoid FPS drop
* prevent overlay flickering regression
* upload achievements icons to the GPU in the overlay proc periodically, this dramatically decreased the startup locking/halt time
* fix a potential deadlock scenario in the overlay as a result of synchonizing with 2 mutex objects
2024-08-21 23:56:52 +03:00
a
97bec67073 split steam_user_stats class into multiple files for readability 2024-08-18 05:02:40 +03:00