~ppsspp/ppsspp/+git/ppsspp:hotfixes

Last commit made on 2023-10-12
Get this branch:
git clone -b hotfixes https://git.launchpad.net/~ppsspp/ppsspp/+git/ppsspp

Branch merges

Branch information

Name:
hotfixes
Repository:
lp:~ppsspp/ppsspp/+git/ppsspp

Recent commits

fc9a057... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Update README.md

a507563... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Remove the exit-game sync again.

It's not actually needed until some of the additions made on master, and
in that case, I'm going to change the solution again.

2c751d3... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Vulkan: Add simple delete count to GPU profiler, to make sure we don't have more resource churn

Also fix the render pass type name lookup table.

028c7c3... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Android: Fix crashes on screen rotation

d60c9a0... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Vulkan: Fix synchronization when shutting the GPU down in-game.

52dae5c... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

README.md update for 1.16.6

a3c2d05... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Fix main-thread stalls due to decimate during replacement texture loading

51fd502... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Update rcheevos

c362c15... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

VulkanDescSetPool: Don't forget to increment usage

31f28a3... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Fix the CMake expression, thanks Halo-Michael