forked from ShuriZma/suyu
1
0
Fork 0

video_core/control_flow: Prevent sign conversion in TryGetBlock()

The return value is a u32, not an s32, so this would result in an
implicit signedness conversion.
This commit is contained in:
Lioncash 2019-07-16 11:56:37 -04:00
parent a162a844d2
commit 1780e0e3d0
1 changed files with 1 additions and 1 deletions