yuzu/src/core/hle/service/nvdrv
Lioncash 2296e921d2 core: Resolve several -Wextra-semi warnings
We can amend one of the cascade macros to require semicolons in order to
compile. In other cases, we can just remove the superfluous semicolons.
2020-08-14 09:09:20 -04:00
..
devices core: Resolve several -Wextra-semi warnings 2020-08-14 09:09:20 -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 kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 2019-11-24 20:15:51 -05: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