dolphin/Source/Core
Lioncash b493bdb912 DolphinQt/TASCheckBox: Mark GetValue() as const
This doesn't actually modify the checkbox's state, so this can be marked
as a const-qualified member function.
2020-01-26 21:41:31 -05:00
..
AudioCommon Use std::istringstream or std::ostringstream instead of std::stringstream where possible. 2019-12-29 23:45:02 -05:00
Common StringUtil: Add IsPrintableCharacter and use it 2020-01-16 00:22:26 +01:00
Core Merge pull request #8570 from Techjar/always-sync-sram 2020-01-21 20:55:52 -05:00
DiscIO Merge pull request #8573 from JosJuice/ciso-size 2020-01-22 19:20:36 +01:00
DolphinNoGUI Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
DolphinQt DolphinQt/TASCheckBox: Mark GetValue() as const 2020-01-26 21:41:31 -05:00
InputCommon InputCommon: List IMUAccelerometer's Up/Down inputs first for consistency. 2020-01-18 13:56:11 -06:00
MacUpdater
UICommon Use pre-increment for iterators instead of post-increment. 2019-12-29 23:45:02 -05:00
UpdaterCommon Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
VideoBackends Use pre-increment for iterators instead of post-increment. 2019-12-29 23:45:02 -05:00
VideoCommon VideoCommon/TextureConversionShader: Make use of fmt where applicable 2020-01-23 14:19:40 -05:00
WinUpdater Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CMakeLists.txt