yuzu/src
Lioncash 5dbf91d739 settings: Make use of std::string_view over std::string for logging
In all usages of LogSetting(), string literals are provided.
std::string_view is better suited here, as we won't churn a bunch of
string allocations every time the settings are logged out.

While we're at it, we can fold LogSetting() into LogSettings(), given
it's only ever used there.
2020-07-15 13:37:33 -04:00
..
audio_core configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
common common/swap: Make use of std::endian 2020-07-14 16:26:54 -04:00
core settings: Make use of std::string_view over std::string for logging 2020-07-15 13:37:33 -04:00
input_common Fix crash if gc configured but adapter not connected 2020-07-14 11:23:10 -04:00
tests Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
video_core Merge pull request #4242 from ReinUsesLisp/maxwell-dma 2020-07-14 14:04:16 -04:00
web_service Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
yuzu Merge pull request #4294 from MerryMage/cpu-opt-settings 2020-07-14 12:38:03 -04:00
yuzu_cmd Merge pull request #4294 from MerryMage/cpu-opt-settings 2020-07-14 12:38:03 -04:00
yuzu_tester configuration: Add settings to enable/disable specific CPU optimizations 2020-07-11 14:34:09 +01:00
.clang-format
CMakeLists.txt Build System: Fix GCC & MINGW Build. 2020-06-27 11:36:28 -04:00