dolphin/Source/Core
Lioncash edb38ff144 MMU: Avoid sign conversions in EFB_Read and EFB_Write
There's no reason to use int here as opposed to an unsigned value.
Video_AccessEFB() takes its arguments as u32 values, so we'd be doing
sign conversions for no reason here (along with causing avoidable
compiler warnings).
2018-05-20 16:13:53 -04:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common ec: Improve readability and clarity 2018-05-20 19:59:26 +02:00
Core MMU: Avoid sign conversions in EFB_Read and EFB_Write 2018-05-20 16:13:53 -04:00
DiscIO Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
DolphinNoGUI UICommon: Avoid including Xrandr.h 2018-04-14 17:14:38 +02:00
DolphinQt2 Merge pull request #6699 from 404-Name-Not-Found/alphabetize-gecko-qt 2018-05-20 11:13:38 +02:00
DolphinWX PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp> 2018-05-18 17:19:45 -04:00
InputCommon THis fixes issue #08 and #16, the rumble test and slider 2018-04-19 17:48:55 -04:00
UICommon Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00
VideoCommon Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00