suyu/src/core/hle/service/nvdrv
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
..
devices General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
interface.cpp yuzu: Resolve C++20 deprecation warnings related to lambda captures 2020-08-03 11:54:04 -04:00
interface.h service: Update function tables 2020-06-29 04:01:34 +02:00
nvdata.h Initial implementation of Ioctl2 & Ioctl3 2019-09-19 15:37:25 +10:00
nvdrv.cpp kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05:00
nvdrv.h General: Make use of std::nullopt where applicable 2020-09-22 17:32:33 -04:00
nvmemp.cpp service: Update function tables 2020-06-29 04:01:34 +02:00
nvmemp.h service: Update function tables 2020-06-29 04:01:34 +02:00