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 msvc: bump _MSC_FULL_VER check to 192829335 2021-01-09 19:21:03 -08:00
UnitTests Set console's default language/country/region based on computer settings 2021-03-27 10:05:26 +01:00
VSProps msbuild: re-enable HAS_OPENGL and HAS_VULKAN 2021-01-27 19:10:53 -08:00
.clang-format
CMakeLists.txt CMake: Build with -std:c++latest for MSVC 2021-03-03 23:44:35 +01:00
dolphin-emu.sln msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00