mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 14:35:17 -04:00
ams: std::optional -> util::optional
This commit is contained in:
parent
9df13781c2
commit
a7c14e03b9
59 changed files with 950 additions and 147 deletions
|
@ -23,7 +23,7 @@ namespace ams::htclow::driver {
|
|||
|
||||
class DriverManager {
|
||||
private:
|
||||
std::optional<htclow::impl::DriverType> m_driver_type{};
|
||||
util::optional<htclow::impl::DriverType> m_driver_type{};
|
||||
IDriver *m_debug_driver{};
|
||||
SocketDriver m_socket_driver;
|
||||
UsbDriver m_usb_driver{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue