Lime3DS/src/core
Lioncash 370d77f13a file_sys: std::move std::shared_ptr instances in constructors where applicable
By default, a regular copy requires an atomic increment and decrement. A
move avoids this from occurring, which makes sense when the constructor
is taking the shared_ptr by value.
2017-12-09 14:33:04 -05:00
..
arm dyncom: Remove unnecessary includes 2017-12-07 00:02:55 -05:00
file_sys file_sys: std::move std::shared_ptr instances in constructors where applicable 2017-12-09 14:33:04 -05:00
frontend
gdbstub core: clear format warnings 2017-11-01 12:35:32 +02:00
hle svc: correct GetProcessInfo(20) 2017-12-08 21:28:48 +02:00
hw CoreTiming: Reworked CoreTiming (#3119) 2017-11-25 14:56:57 +01:00
loader
tracer
3ds.h
CMakeLists.txt Filesys: Added some missing headers to the CMakeLists.txt after the recent stream of PRs. 2017-11-07 22:04:51 -05:00
core_timing.cpp CoreTiming: Reworked CoreTiming (#3119) 2017-11-25 14:56:57 +01:00
core_timing.h CoreTiming: Reworked CoreTiming (#3119) 2017-11-25 14:56:57 +01:00
core.cpp core/arm: Improve timing accuracy before service calls in JIT 2017-12-03 16:06:46 +00:00
core.h core/arm: Improve timing accuracy before service calls in JIT 2017-12-03 16:06:46 +00:00
memory_setup.h
memory.cpp Correcting word order of a comment in memory.cpp 2017-10-28 13:23:58 -04:00
memory.h
mmio.h
perf_stats.cpp
perf_stats.h
settings.cpp
settings.h
telemetry_session.cpp
telemetry_session.h