suyu/src/core
Lioncash ff45c39578 General: Make use of std::nullopt where applicable
Allows some implementations to avoid completely zeroing out the internal
buffer of the optional, and instead only set the validity byte within
the structure.

This also makes it consistent how we return empty optionals.
2020-09-22 17:32:33 -04:00
..
arm General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
crypto crypto/key_manager: Remove dependency on the global system accessor 2020-09-14 16:49:59 -04:00
file_sys General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
frontend Merge pull request #4594 from german77/MotionHID 2020-09-17 12:39:01 -07:00
gdbstub
hle General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
loader General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
memory cheat_engine: Convert ExtractName into a non-template function 2020-09-15 03:24:44 -04:00
network
tools
CMakeLists.txt Merge pull request #4597 from Morph1984/mjolnir-p2 2020-09-10 19:28:23 -04:00
constants.cpp
constants.h
core.cpp service/sm: Eliminate dependency on the global system instance 2020-09-17 10:43:54 -04:00
core.h file_sys/bis_factory: Eliminate usage of the global system accessor 2020-09-16 18:16:04 -04:00
core_timing.cpp core_timing: Remove unused header 2020-08-22 22:12:37 -04:00
core_timing.h
core_timing_util.cpp core_timing: Remove unused header 2020-08-22 22:12:37 -04:00
core_timing_util.h core_timing: Remove unused header 2020-08-22 22:12:37 -04:00
cpu_manager.cpp Merge pull request #4461 from comex/thread-names 2020-08-31 15:31:48 -04:00
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 common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
perf_stats.h
reporter.cpp common/fileutil: Convert namespace to Common::FS 2020-08-16 06:52:40 -04:00
reporter.h
settings.cpp Project Mjölnir: Part 1 2020-08-26 02:32:32 -04:00
settings.h configure_input: Hook up the motion button and checkbox 2020-09-05 09:46:34 -04:00
telemetry_session.cpp common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00
telemetry_session.h common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00