You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core
Lioncash 16145e2f21 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct
Internally within the kernel, it also includes a member variable for the
floating-point status register, and TPIDR, so we should do the same here to match
it.

While we're at it, also fix up the size of the struct and add a static
assertion to ensure it always stays the correct size.
7 years ago
..
arm arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 7 years ago
crypto Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
file_sys Merge pull request #1395 from lioncash/vm 7 years ago
frontend emu_window: Ensure WindowConfig members are always initialized 7 years ago
gdbstub arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 7 years ago
hle Merge pull request #1412 from lioncash/move 7 years ago
loader loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 years ago
tracer Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
CMakeLists.txt fsmitm: Cleanup and modernize fsmitm port 7 years ago
core.cpp loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 years ago
core.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
core_cpu.cpp core_cpu: Make arm_interface instances a std::unique_ptr 7 years ago
core_cpu.h core_cpu: Make arm_interface instances a std::unique_ptr 7 years ago
core_timing.cpp Core::CoreTiming: add UnscheduleEventThreadsafe 7 years ago
core_timing.h Core::CoreTiming: add UnscheduleEventThreadsafe 7 years ago
core_timing_util.cpp core_timing: Split off utility functions into core_timing_util 7 years ago
core_timing_util.h core_timing: Split off utility functions into core_timing_util 7 years ago
memory.cpp memory: Dehardcode the use of fixed memory range constants 7 years ago
memory.h memory: Dehardcode the use of fixed memory range constants 7 years ago
memory_hook.cpp memory_hook: Default virtual destructor in the cpp file 7 years ago
memory_hook.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
memory_setup.h memory: Replace all memory hooking with Special regions 7 years ago
perf_stats.cpp core/core: Replace includes with forward declarations where applicable 7 years ago
perf_stats.h core/core: Replace includes with forward declarations where applicable 7 years ago
settings.cpp video_core; Get rid of global g_toggle_framelimit_enabled variable 7 years ago
settings.h Merge pull request #1163 from FearlessTobi/add-audio-stretching 7 years ago
telemetry_session.cpp Add audio stretching support 7 years ago
telemetry_session.h telemetry_session.h: Reword Documentation Comment from citra to yuzu 7 years ago