yuzu/src/core/hle/service/acc
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578)
* get rid of boost::optional

* Remove optional references

* Use std::reference_wrapper for optional references

* Fix clang format

* Fix clang format part 2

* Adressed feedback

* Fix clang format and MacOS build
2018-10-30 00:03:25 -04:00
..
acc.cpp service/acc: Move fallback image to file scope 2018-10-24 18:22:24 -04:00
acc.h acc: Replace profile_manager include with a forward declaration 2018-08-20 19:48:57 -04:00
acc_aa.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
acc_aa.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
acc_su.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
acc_su.h service: Use nested namespace specifiers where applicable 2018-09-13 15:52:55 -04:00
acc_u0.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
acc_u0.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
acc_u1.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
acc_u1.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
profile_manager.cpp global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
profile_manager.h profile_manager: Use std::optional instead of boost::optional 2018-10-24 11:06:52 -04:00