dolphin/Source/Core
Lioncash b28db1d4e6 UICommon: Make use of fmt where applicable
Continues the migration to using fmt.

Notably, this allows safely converting a map within USBUtils over to
containing string view instances, rather than std::string instances, as
fmt safely handles the formatting of string views.
2019-11-23 19:41:40 -05:00
..
AudioCommon Centralize logic to detect when the DPL2 decoder should be used. 2019-11-11 08:03:36 -03:00
Common Prefer MessageBoxW to MessageBoxA 2019-11-23 13:56:05 +00:00
Core Merge pull request #8224 from Pokechu22/wiimote-eeprom 2019-11-20 22:03:53 +01:00
DiscIO VolumeVerifier: Fix a copypaste error 2019-11-22 13:39:04 +01:00
DolphinNoGUI Merge pull request #8456 from jordan-woyak/input-gate-race-fix 2019-11-11 10:59:49 +10:00
DolphinQt Simplify wstring to QString conversion 2019-11-23 13:23:46 +00:00
InputCommon Merge pull request #8486 from lioncash/dualshock 2019-11-24 00:46:19 +01:00
MacUpdater
UICommon UICommon: Make use of fmt where applicable 2019-11-23 19:41:40 -05:00
UpdaterCommon UpdaterCommon: Remove manual UI::Stop() calls in favour of a scope guard to ensure it's called on all return paths 2019-07-22 19:16:22 +02:00
VideoBackends Merge pull request #8378 from stenzek/quad-buffer-stereo 2019-11-08 10:26:58 +10:00
VideoCommon Merge pull request #8378 from stenzek/quad-buffer-stereo 2019-11-08 10:26:58 +10:00
WinUpdater Fix malformed manifests 2019-11-11 11:47:10 +01:00
CMakeLists.txt