citra/src
FearlessTobi 51d348b087 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.

Co-Authored-By: LC <712067+lioncash@users.noreply.github.com>
2020-10-03 17:25:54 +02:00
..
android
audio_core General: Make use of std::nullopt where applicable 2020-10-03 17:25:54 +02:00
citra citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281) 2020-06-20 13:52:14 -05:00
citra_qt Use unique_ptr on all ui objects from .ui files (#5511) 2020-10-01 09:23:01 +08:00
common Port yuzu-emu/yuzu#4587 and yuzu-emu/yuzu#4588: Fix data races (#5545) 2020-09-19 18:42:21 +02:00
core General: Make use of std::nullopt where applicable 2020-10-03 17:25:54 +02:00
dedicated_room Fix: fatal error CVT1100 when compiling manifest file (#5322) 2020-06-20 13:50:33 -05:00
input_common Make sure some things are logged (#5515) 2020-10-01 09:23:37 +08:00
network
tests Port yuzu-emu/yuzu#4528: "common: Make use of [[nodiscard]] where applicable" (#5535) 2020-08-31 21:06:16 +02:00
video_core General: Make use of std::nullopt where applicable 2020-10-03 17:25:54 +02:00
web_service
.clang-format
CMakeLists.txt