dolphin/Source
Michael Maltese 8387b00f42 MMU: rewrite loop to avoid warning
Fixes warning:

```
dolphin/Source/Core/Core/PowerPC/MMU.cpp:278:43: warning: shift count >= width of type [-Wshift-count-overflow]
           addr++, addr_translated++, val >>= 8)
```
2017-03-24 11:45:21 -07:00
..
Android Remove obselete game menu settings button 2017-03-18 22:08:49 +01:00
Core MMU: rewrite loop to avoid warning 2017-03-24 11:45:21 -07:00
DSPSpy
DSPTool CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
PCH
UnitTests Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
VSProps
.clang-format
CMakeLists.txt CMake: add CMAKE_CXX_STANDARD_REQUIRED=ON 2017-03-14 13:52:02 -07:00
dolphin-emu.sln Add the cpp-optparse project to Externals. 2017-02-16 14:09:13 +01:00