dolphin/Source
Léo Lam 49edd5f482
MMU: Remove a bunch of useless swaps
The swaps are confusing and don't accomplish much.

It was originally written like this:

u32 pte = bswap(*(u32*)&base_mem[pteg_addr]);

then bswap was changed to Common::swap32, and then the array access
was replaced with Memory::Read_U32, leading to the useless swaps.
2021-04-06 18:25:29 +02:00
..
Android Merge pull request #9388 from JosJuice/default-locale 2021-04-06 12:34:58 +02:00
Core MMU: Remove a bunch of useless swaps 2021-04-06 18:25:29 +02:00
DSPSpy
DSPTool Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01:00
PCH
UnitTests Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01: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