dolphin/Source/Core
Lioncash 6fbbc2683e VideoCommon: Make use of fmt outside of shader generators
Migrates most of VideoCommon over to using fmt, with the exception being
the shader generator code. The shader generators are quite large and
have more corner cases to deal with in terms of conversion (shaders have
braces in them, so we need to make sure to escape them).

Because of the large amount of code that would need to be converted, the
conversion of VideoCommon will be in two parts:

- This change (which converts over the general case string formatting),
- A follow up change that will specifically deal with converting over
  the shader generators.
2019-11-23 16:00:45 -05:00
..
AudioCommon Centralize logic to detect when the DPL2 decoder should be used. 2019-11-11 08:03:36 -03:00
Common Fix typo in comment 2019-11-11 13:20:04 -06: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 Merge pull request #8346 from DacoTaco/master 2019-11-18 23:37:11 +01:00
InputCommon Merge pull request #8440 from rlnilsen/motion-input-tweaks 2019-11-15 14:08:45 +01:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Merge pull request #8313 from JosJuice/gamelist-xml 2019-11-09 22:59:26 +01: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 VideoCommon: Make use of fmt outside of shader generators 2019-11-23 16:00:45 -05:00
WinUpdater Fix malformed manifests 2019-11-11 11:47:10 +01:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00