summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/ShaderCache.cpp
diff options
context:
space:
mode:
authorDentomologist <dentomologist@gmail.com>2021-03-02 12:32:51 -0800
committerDentomologist <dentomologist@gmail.com>2021-03-02 13:38:54 -0800
commit4807cb77fd50cc6781a454caae3d5e2b83e4da5f (patch)
tree984b282f06e619eabc6fd74e72a78e5adafd839d /Source/Core/VideoCommon/ShaderCache.cpp
parent010279f4e6926b1466b8e18e4cb6a254e103a83e (diff)
JitArm64: Fix unsigned/signed arg/param mismatch
The result of calls to PPCSTATE_OFF_PS0/1 were being cast to u32 and passed to functions expecting s32 parameters. This changes the casts to s32 instead. One location was missing a cast and generated a warning with VS which is now fixed.
Diffstat (limited to 'Source/Core/VideoCommon/ShaderCache.cpp')
0 files changed, 0 insertions, 0 deletions