mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-10 17:13:07 +00:00
This is a function that definitely doesn't always have a non-modifying behavior across all implementations, so this should be made non-const. This gets rid of the need to mark data members as mutable to work around the fact mutating data members needs to occur. |
||
|---|---|---|
| .. | ||
| arm | ||
| crypto | ||
| file_sys | ||
| frontend | ||
| gdbstub | ||
| hle | ||
| loader | ||
| tracer | ||
| CMakeLists.txt | ||
| core_cpu.cpp | ||
| core_cpu.h | ||
| core_timing_util.cpp | ||
| core_timing_util.h | ||
| core_timing.cpp | ||
| core_timing.h | ||
| core.cpp | ||
| core.h | ||
| cpu_core_manager.cpp | ||
| cpu_core_manager.h | ||
| memory_hook.cpp | ||
| memory_hook.h | ||
| memory_setup.h | ||
| memory.cpp | ||
| memory.h | ||
| perf_stats.cpp | ||
| perf_stats.h | ||
| settings.cpp | ||
| settings.h | ||
| telemetry_session.cpp | ||
| telemetry_session.h | ||