summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-05-18 13:33:19 -0400
committerLioncash <mathew1800@gmail.com>2018-05-18 13:39:56 -0400
commit9911e51c8f409a6301c7c140c6b67fb4c2cd59bd (patch)
tree49f2cf74be18f9f11a1bb7a898ca993ebb779607 /Source/Core/VideoCommon/TextureCacheBase.cpp
parentbdce441bb9105aabc5c698ec7ab28c8509249d78 (diff)
Interpreter_Branch: Make type of the bitmask in rfi a u32 instead of int
Given this is a bitmask, we should be using an unsigned type to store it (especially given it's outside the range an int can represent properly without being considered negative). No behavior change is caused by this, it just silences a sign conversion warning.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions