diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-05-20 16:09:04 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-05-20 16:13:53 -0400 |
| commit | edb38ff1445b9012be028e769af80cd15386a638 (patch) | |
| tree | 819772a726b85feb2ade3ccb70a5761c61c45748 /Source/Core/VideoCommon/TextureConversionShader.cpp | |
| parent | 42849525387cd88a70707a6445046e3c5cc36caa (diff) | |
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).
Diffstat (limited to 'Source/Core/VideoCommon/TextureConversionShader.cpp')
0 files changed, 0 insertions, 0 deletions
