mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 22:09:19 -07:00
edb38ff144
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). |
||
---|---|---|
.. | ||
AudioCommon | ||
Common | ||
Core | ||
DiscIO | ||
DolphinNoGUI | ||
DolphinQt2 | ||
DolphinWX | ||
InputCommon | ||
UICommon | ||
Updater | ||
VideoBackends | ||
VideoCommon | ||
CMakeLists.txt |