dolphin/Source/Core
Lioncash 4e1547b3b2
SDCardUtil: Remove the use of IOFile's GetHandle() function
GetHandle() should really not even be part of IOFile's interface, but
since it is (for the time being), we can cull unnecessary usages of it.
In this case, the WriteBytes() function does what we need without using
the underlying handle directly.
2018-05-11 09:19:29 -04:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common SDCardUtil: Remove the use of IOFile's GetHandle() function 2018-05-11 09:19:29 -04:00
Core Merge pull request #6807 from leoetlino/boot 2018-05-11 10:41:00 +02:00
DiscIO NandPaths: Return paths that are relative to Wii NAND 2018-05-04 19:52:17 +02:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 Merge pull request #6805 from spycrab/qt_netplay 2018-05-11 10:39:53 +02:00
DolphinWX PowerPC: Make the PowerPCState's fpscr member variable a UReg_FPSCR instance 2018-05-06 18:46:52 -04:00
InputCommon Merge pull request #6564 from JosJuice/translate-certain-button-names 2018-04-14 23:20:39 +02:00
UICommon Qt: Allow custom stylesheets 2018-05-08 15:07:50 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Merge pull request #6801 from stenzek/copy-filter-typo 2018-05-11 10:36:47 +02:00
VideoCommon CommonFuncs: Convert ROUND_UP_POW2 macro to a function 2018-05-10 19:42:20 -04:00
CMakeLists.txt