dolphin/Source
Dentomologist 9955a06dbd NandPaths: Resolve Android tautological comparison warning
Android interprets char as unsigned char, so comparing with 0 triggers a
tautological-unsigned-char-zero-compare warning.

Casting c to an unsigned char and removing the comparison with 0
resolves the warning while needing one less comparison on all platforms.
2023-08-12 14:00:41 -07:00
..
Android Android: Fix SettingsActivity.onActivityResult 2023-07-28 18:45:07 +02:00
Core NandPaths: Resolve Android tautological comparison warning 2023-08-12 14:00:41 -07:00
DSPSpy
DSPTool
PCH
UnitTests
VSProps DolphinQt: Add function to set a QWidget's window decorations to dark ones on Windows. 2023-08-12 16:54:53 +02:00
.clang-format
CMakeLists.txt
dolphin-emu.sln