summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureConversionShader.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-05-20 16:09:04 -0400
committerLioncash <mathew1800@gmail.com>2018-05-20 16:13:53 -0400
commitedb38ff1445b9012be028e769af80cd15386a638 (patch)
tree819772a726b85feb2ade3ccb70a5761c61c45748 /Source/Core/VideoCommon/TextureConversionShader.cpp
parent42849525387cd88a70707a6445046e3c5cc36caa (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