Files
dolphin/Source/Core/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
..
2018-05-12 18:10:26 +02:00
2018-05-19 17:18:45 +01:00
2018-05-20 19:59:26 +02:00
2018-04-17 22:40:21 +02:00
2018-04-17 19:03:24 -04:00
2018-04-12 21:28:39 +02:00
2018-04-12 22:16:37 +02:00