WiiUPluginLoaderBackend/source/config
Maschell cc5acd0980 - use const auto& where possible
- avoid using const std::unique_ptr& and const std::shared_ptr&
- avoid wrapping results in std::optional
- prefer std::string_view over const std::string&
- update FSUtils::LoadFileToMem to write into std::vector<uint8_t>
- use std::span when possible
- Avoid unnessecary copies in PluginDataFactory
- allocate plugins as HeapMemoryFixedSize which bascially is a std::unique_ptr with fixed size
2024-04-25 16:19:26 +02:00
..
WUPSConfig.h - use const auto& where possible 2024-04-25 16:19:26 +02:00
WUPSConfigCategory.h - use const auto& where possible 2024-04-25 16:19:26 +02:00
WUPSConfigCategoryExport.cpp Format the code via clang-format 2022-02-04 16:35:53 +01:00
WUPSConfigExport.cpp Minor code cleanup 2022-04-23 09:11:36 +02:00
WUPSConfigItem.h - use const auto& where possible 2024-04-25 16:19:26 +02:00
WUPSConfigItemExport.cpp Check arguments for WUPSConfigItems exports 2022-09-19 12:58:06 +02:00