2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Fernando Sahmkow 27cbb75e7c PageTable: move backing addresses to a children class as the CPU page table does not need them.
This PR aims to reduce the memory usage in the CPU page table by moving
GPU specific parameters into a child class. This saves 1Gb of Memory for
most games.
2020-03-14 09:43:57 -04:00
..
audio_core cubeb_sink: Don't discard other channels when performing downmixing 2020-03-08 03:16:06 -04:00
common PageTable: move backing addresses to a children class as the CPU page table does not need them. 2020-03-14 09:43:57 -04:00
core Merge pull request #3497 from FernandoS27/microprogfile-extend 2020-03-12 12:14:03 -04:00
input_common input/udp - Add minor error handling to prevent bad input from crashing 2020-03-03 23:46:05 -07:00
tests
video_core PageTable: move backing addresses to a children class as the CPU page table does not need them. 2020-03-14 09:43:57 -04:00
web_service httplib compatibility 2020-02-18 18:04:33 -08:00
yuzu Merge pull request #3452 from Morph1984/anisotropic-filtering 2020-03-07 22:28:35 -05:00
yuzu_cmd Merge pull request #3452 from Morph1984/anisotropic-filtering 2020-03-07 22:28:35 -05:00
yuzu_tester Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. 2020-02-27 21:34:00 -05:00
.clang-format
CMakeLists.txt CMake: Create thin archives on Linux 2020-01-19 12:52:09 +01:00