citra/src
Weiyi Wang 2654a679b3 Memory: replace PhysicalToVirtualAddress with a more dedicated function
There is no external use of PhysicalToVirtualAddress any more, so it there is no need to have a generic function that handles all physical regions. Also, the previous APT change makes it possible that linear heap has some regions mapped to old and new VAddr regions at the same time, so we need to check both region and mark cached for the mapped one. RasterizerMarkRegionCached would skip the unmapped one in its loop
2018-11-08 00:19:57 -05:00
..
audio_core CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
citra Review comments - part 3 2018-10-20 10:35:55 -04:00
citra_qt Merge pull request #4371 from wwylele/kernel-global-3 2018-10-30 00:36:10 -04:00
common Merge pull request #4348 from B3n30/native_firm_keys 2018-10-28 10:24:29 -04:00
core Memory: replace PhysicalToVirtualAddress with a more dedicated function 2018-11-08 00:19:57 -05:00
dedicated_room
input_common Merge pull request #4193 from B3n30/controller5 2018-10-17 10:49:21 -04:00
network
tests CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
video_core CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-27 12:20:03 +02:00
.clang-format
CMakeLists.txt