2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core
Lioncash 7bd2faad9a kernel/svc: Sanitize heap sizes within svcSetHeapSize()
The kernel checks if the given size is a multiple of 2MB and <= to 4GB
before going ahead and attempting to allocate that much memory.
2018-09-13 21:34:48 -04:00
..
arm Update microprofile scopes. 2018-09-04 11:04:26 +02:00
crypto game_list: Use RegisteredCacheUnion for installed 2018-09-04 16:21:40 -04:00
file_sys file_sys/nca_patch: Amend constructor initializer list order 2018-09-06 14:00:11 -04:00
frontend
gdbstub
hle kernel/svc: Sanitize heap sizes within svcSetHeapSize() 2018-09-13 21:34:48 -04:00
loader bktr: Fix bucket overlap error 2018-09-04 17:01:54 -04:00
tracer
CMakeLists.txt Use open-source shared fonts if no dumped file is available (#1269) 2018-09-10 21:31:01 -04:00
core.cpp core: Migrate current_process pointer to the kernel 2018-09-06 20:52:58 -04:00
core.h core: Migrate current_process pointer to the kernel 2018-09-06 20:52:58 -04:00
core_cpu.cpp
core_cpu.h
core_timing.cpp
core_timing.h
core_timing_util.cpp
core_timing_util.h
memory.cpp gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. 2018-08-31 13:07:27 -04:00
memory.h gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. 2018-08-31 13:07:27 -04:00
memory_hook.cpp
memory_hook.h
memory_setup.h
perf_stats.cpp core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
perf_stats.h core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00
settings.cpp
settings.h Merge pull request #1163 from FearlessTobi/add-audio-stretching 2018-09-12 18:23:54 -04:00
telemetry_session.cpp Add audio stretching support 2018-09-08 18:26:23 +01:00
telemetry_session.h