You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Subv
bca8916cea
Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).
This mutex is acquired in SVC::CallSVC, ie, as soon as the guest application enters the HLE kernel, and should be acquired by the aforementioned threads before modifying kernel structures.
9 years ago
..
arm
Merge pull request #2692 from Subv/vfp_ftz
9 years ago
file_sys
Addressed Bunnei's review comments, and made some other tweaks:
9 years ago
frontend
Move screen size constants from video_core to core
9 years ago
gdbstub
Doxygen: Amend minor issues (#2593)
9 years ago
hle
Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).
8 years ago
hw
gpu: add comments for TextureCopy
9 years ago
loader
telemetry: Log performance, configuration, and system data.
9 years ago
tracer
Core: Fix some out-of-style includes
9 years ago
3ds.h
Move screen size constants from video_core to core
9 years ago
CMakeLists.txt
Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).
8 years ago
core.cpp
telemetry: Log performance, configuration, and system data.
9 years ago
core.h
Addressed Bunnei's review comments, and made some other tweaks:
9 years ago
core_timing.cpp
CoreTiming: use named constant for ARM11 clock rate
9 years ago
core_timing.h
CoreTiming: use named constant for ARM11 clock rate
9 years ago
memory.cpp
Memory: Fix crash when unmapping a VMA covering cached surfaces
9 years ago
memory.h
Memory: Add enum definitions for the n3DS FCRAM size
9 years ago
memory_setup.h
Remove empty newlines in #include blocks.
9 years ago
mmio.h
Remove empty newlines in #include blocks.
9 years ago
perf_stats.cpp
PerfStats: Re-order and document members better
9 years ago
perf_stats.h
PerfStats: Re-order and document members better
9 years ago
settings.cpp
Core: Fix some out-of-style includes
9 years ago
settings.h
settings: Add telemetry endpoint URL.
9 years ago
telemetry_session.cpp
telemetry: Log performance, configuration, and system data.
9 years ago
telemetry_session.h
telemetry: Log a few simple data fields throughout core.
9 years ago