index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
page_table.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Make use of fastmem
Markus Wick
2021-06-11
1
-0
/
+2
*
core/memory: Check our memory fallbacks for out-of-bound behavior.
Markus Wick
2021-05-29
1
-0
/
+6
*
general: Fix various spelling errors
Morph
2021-01-02
1
-1
/
+1
*
memory: Remove MemoryHook
MerryMage
2021-01-01
1
-18
/
+0
*
core/memory: Read and write page table atomically
ReinUsesLisp
2020-12-30
1
-11
/
+57
*
page_table: Allow page tables to be moved
Lioncash
2020-11-18
1
-1
/
+9
*
page_table: Add missing doxygen parameters to Resize()
Lioncash
2020-11-18
1
-0
/
+2
*
page_table: Remove unnecessary header inclusions
Lioncash
2020-11-18
1
-4
/
+0
*
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-08-15
1
-2
/
+2
*
common: page_table: Update to use VirtualBuffer and simplify.
bunnei
2020-04-17
1
-28
/
+9
*
PageTable: move backing addresses to a children class as the CPU page table does not need them.
Fernando Sahmkow
2020-03-14
1
-2
/
+13
*
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-21
1
-1
/
+5
*
core: Move PageTable struct into Common.
bunnei
2019-03-17
1
-0
/
+80