citra/src/core/hle
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
..
applets applets/swkbd: Properly handle button_text 2020-05-31 09:41:30 +08:00
kernel General: Make use of std::nullopt where applicable 2020-10-03 17:25:54 +02:00
service Minor frontend fixes to savestates (#5430) 2020-09-03 00:04:23 +02:00
ipc.h
ipc_helpers.h ipc_helpers: Make PushStaticBuffer take std::vector by value 2020-04-18 19:17:11 -04:00
lock.cpp
lock.h
result.h Finished archives; remove pod.h 2020-02-13 17:41:26 +08:00
romfs.cpp
romfs.h