dolphin/Source/Core
Lioncash 008442898c LinearDiskCache: Don't cast away const in Read()
We really shouldn't make the out pointer in the read function const and
then summarily cast it away. Also alters Write to be consistent with
casting.
2018-03-27 21:09:18 -04:00
..
AudioCommon AudioCommon/CMakelists: Migrate off add_dolphin_library 2018-03-22 22:07:11 -04:00
Common LinearDiskCache: Don't cast away const in Read() 2018-03-27 21:09:18 -04:00
Core Merge pull request #6534 from lioncash/dspjit 2018-03-26 21:12:46 +02:00
DiscIO DiscIO/CMakeLists: Migrate off add_dolphin_library 2018-03-24 13:54:06 -04:00
DolphinNoGUI Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinQt2 Merge pull request #6478 from spycrab/qt_default_btns 2018-03-26 22:48:26 +02:00
DolphinWX Implement "Skip" ubershader mode 2018-03-26 01:57:41 +10:00
InputCommon InputCommon/CMakeLists: Migrate off add_dolphin_library 2018-03-24 14:13:53 -04:00
UICommon Merge pull request #4532 from Neui/env-var-usr-cfg 2018-03-26 23:41:27 +02:00
Updater Updater: Increase request timeout to 30s 2018-03-23 22:25:38 +01:00
VideoBackends Implement "Skip" ubershader mode 2018-03-26 01:57:41 +10:00
VideoCommon Implement "Skip" ubershader mode 2018-03-26 01:57:41 +10:00
CMakeLists.txt