dolphin/Source
Lioncash 6339a5ea8e VideoCommon/OpcodeDecoding: Resolve implicit signedness conversion
cmd2 is a u32, so any bitwise arithmetic on it with a type of the same
size or smaller will result in a u32 value. This is also implicitly
converted to an unsigned type in the if statement as well, given that
size_t * int -> size_t.

This is just more explicit about the operations occurring and also
likely silences a sign conversion warning.
2019-12-05 09:13:06 -05:00
..
Android InputCommon: Decouple ButtonManager and Touchscreen from Android 2019-11-28 15:20:51 -05:00
Core VideoCommon/OpcodeDecoding: Resolve implicit signedness conversion 2019-12-05 09:13:06 -05:00
DSPSpy
DSPTool Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
PCH Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
UnitTests Update VS projects/solutions to VS2019 2019-11-30 13:42:52 +10:00
VSProps Windows: Make builds more reproducible 2019-10-18 16:00:20 +02:00
.clang-format clang-format: revert 'AfterCaseLabel' setting 2019-05-23 00:42:42 -04:00
CMakeLists.txt Merge pull request #8388 from jordan-woyak/cmake-export-compile-commands 2019-11-08 11:07:06 +10:00
dolphin-emu.sln Move Updater to WinUpdater 2019-04-10 10:46:49 +02:00