dolphin/Source
Pokechu22 134397754e PPCCache: Stop storing lookup table in savestates
These lookup tables total 4 megabytes, and contain data that's entirely redundant to the actual cache state (as part of an optimization, though I'm not sure whether the optimization actually is useful). This change instead recomputes these lookup tables when loading the state (which involves filling the lookup table with a marker (0xff), and then setting the 128 * 8 valid entries (1 kilobyte)).
2022-08-01 16:36:59 -07:00
..
Android BBA - Rename BBA Built In to BBA (HLE) 2022-07-29 10:06:44 -04:00
Core PPCCache: Stop storing lookup table in savestates 2022-08-01 16:36:59 -07:00
DSPSpy DSP LLE Recompiler: Fix LOOP and BLOOP when the counter is between 0x8001 and 0xFFFF 2022-06-05 19:34:31 -07:00
DSPTool DSPTool: Exit with status 1 if binary comparison fails 2022-06-14 12:22:06 -07:00
PCH update min windows sdk to 10.0.22621 2022-06-02 15:53:29 -07:00
UnitTests Merge pull request #10883 from Pokechu22/pi-fifo-reset-gp-fifo 2022-07-31 17:06:37 +02:00
VSProps msbuild: set PreferredToolArchitecture based on host OS arch 2022-07-30 11:01:47 -07:00
.clang-format Replace Cpp11 (A Deprecated alias for Latest) in .clang-format 2022-06-22 08:57:32 +10:00
CMakeLists.txt cmake/win: don't set _WIN32_WINNT 2022-06-02 15:56:01 -07:00
dolphin-emu.sln replace libpng with libspng 2022-07-25 18:32:16 -07:00