There was an error fetching the commit references. Please try again later.
profile_manager: Use std::optional instead of boost::optional
Now that we can actually use std::optional on macOS, we don't need to continue using boost::optional here.
Showing
- src/core/hle/service/acc/profile_manager.cpp 38 additions, 33 deletionssrc/core/hle/service/acc/profile_manager.cpp
- src/core/hle/service/acc/profile_manager.h 9 additions, 9 deletionssrc/core/hle/service/acc/profile_manager.h
- src/core/hle/service/am/am.cpp 1 addition, 1 deletionsrc/core/hle/service/am/am.cpp
- src/yuzu/configuration/configure_system.cpp 4 additions, 4 deletionssrc/yuzu/configuration/configure_system.cpp
- src/yuzu/main.cpp 1 addition, 1 deletionsrc/yuzu/main.cpp
Loading
Please register or sign in to comment