yuzu/src/core
David Marcec 82ecdd0104 Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG
Previously if applications would send faulty buffers(example homebrew) it would lead to us returning uninitalized data. Switching from ASSERT_MSG to ASSERT_OR_EXECUTE_MSG allows us to have a fail safe to prevent crashes but also continue execution without introducing undefined behavior
2020-06-24 22:50:27 +10:00
..
arm arm_dynarmic_64: Log the instruction when an exception is raised 2020-06-22 07:00:24 -04:00
crypto
file_sys Merge pull request #4099 from MerryMage/macOS-build 2020-06-19 23:31:04 -04:00
frontend frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) 2020-05-15 22:22:27 +02:00
gdbstub
hle Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG 2020-06-24 22:50:27 +10:00
loader
memory
tools
CMakeLists.txt Fix compilation when not building with boxcat 2020-06-19 22:17:56 +10:00
constants.cpp
constants.h
core_manager.cpp
core_manager.h
core_timing_util.cpp
core_timing_util.h
core_timing.cpp
core_timing.h
core.cpp
core.h
cpu_manager.cpp
cpu_manager.h
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h
memory.cpp
memory.h
perf_stats.cpp
perf_stats.h
reporter.cpp Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
reporter.h
settings.cpp yuzu: Add frontend settings for assembly shaders 2020-05-19 17:53:17 -03:00
settings.h Merge pull request #3966 from Morph1984/hide-internal-resolution-ui 2020-06-16 14:12:17 -04:00
telemetry_session.cpp yuzu: Add frontend settings for assembly shaders 2020-05-19 17:53:17 -03:00
telemetry_session.h