dolphin/Source/Core
David Korth 6e549bb668 InputConfig::LoadConfig(): Convert num[] to an array of std::string_view.
NOTE: The explicit std::string() conversions later are needed. Otherwise,
gcc-9.2.0 throws all sorts of errors because it can't find a matching
operator+() function.
2019-12-29 23:45:02 -05:00
..
AudioCommon Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
Common GLExtensions.cpp: Use arrays of `const char *const` instead of `std::string`. 2019-12-29 23:45:02 -05:00
Core PowerPC.cpp: No need to explicitly initialize ppcState. 2019-12-29 23:45:02 -05:00
DiscIO GetSysMenuVersionString(): Use a char instead of std::string for the region letter. 2019-12-29 23:45:02 -05:00
DolphinNoGUI Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
DolphinQt Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
InputCommon InputConfig::LoadConfig(): Convert num[] to an array of std::string_view. 2019-12-29 23:45:02 -05:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
UpdaterCommon Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
VideoBackends OGL/Render.cpp, InitDriverInfo(): Use std::string_view to eliminate string copies. 2019-12-29 23:45:02 -05:00
VideoCommon Compile fixes for Windows-on-ARM64 2019-12-28 19:20:41 +10:00
WinUpdater Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00