yuzu-mainline/src
ameerj 67f7a6c398 core: Destroy main_process during shutdown
The main_process was never being cleaned up, causing a noticeable memory leak after subsequent launches. This change cleans up the memory during Core Shutdown, mitigating the leak.
2021-09-13 23:44:52 -04:00
..
audio_core
common common_funcs: Replace <algorithm> with <iterator> 2021-09-11 17:19:14 -04:00
core core: Destroy main_process during shutdown 2021-09-13 23:44:52 -04:00
input_common input_common: Disable sdl raw input mode 2021-08-12 13:17:07 -05:00
shader_recompiler Merge pull request #6948 from ameerj/amd-warp-fix 2021-09-12 13:53:29 -04:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core Merge pull request #7002 from ameerj/vk-state-unused 2021-09-12 17:31:56 -04:00
web_service
yuzu main: Apply confirm exit setting in exit locked scenarios 2021-09-12 00:31:32 -04:00
yuzu_cmd Merge pull request #6846 from ameerj/nvdec-gpu-decode 2021-09-11 23:11:32 +02:00
.clang-format
CMakeLists.txt