dolphin/Source
Dentomologist 692aaed60c FreeLookController: Fix signed/unsigned warning
Loop index int i was being compared against GetControllerCount() which
returned a size_t.  This was the only place GetControllerCount() was
called from so the change of return type doesn't disturb anything else.

Changing the loop index to size_t wouldn't work as well since it's
passed into GetController(), which takes an int and is called from many
places, so it would need a cast anyway on an already busy line.
2021-03-07 10:09:59 -08:00
..
Android Merge pull request #9568 from JosJuice/android-delay-save-tab 2021-03-07 12:03:46 +01:00
Core FreeLookController: Fix signed/unsigned warning 2021-03-07 10:09:59 -08:00
DSPSpy
DSPTool
PCH
UnitTests Convert CPMemory to BitField and enum class 2021-03-06 19:27:08 -08:00
VSProps
.clang-format
CMakeLists.txt CMake: Build with -std:c++latest for MSVC 2021-03-03 23:44:35 +01:00
dolphin-emu.sln