diff options
| author | Léo Lam <leo@leolam.fr> | 2021-04-06 01:41:55 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-04-06 18:25:29 +0200 |
| commit | 49edd5f482036dec2fa0778366e2c4ea118d89a5 (patch) | |
| tree | a9ed99a4f566adfd2bc5e6bf4b6e517bb17b68b3 /Source/Core/VideoCommon/PostProcessing.cpp | |
| parent | 960d957f4fe5430eece3d99fc0d4d5649e848f64 (diff) | |
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.
Diffstat (limited to 'Source/Core/VideoCommon/PostProcessing.cpp')
0 files changed, 0 insertions, 0 deletions
