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
/
core
/
hle
/
kernel
/
transfer_memory.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Delete unused files
german77
2021-05-09
1
-55
/
+0
*
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
german77
2021-04-24
1
-0
/
+4
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-19
1
-1
/
+1
*
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
2021-02-19
1
-1
/
+1
*
kernel: More accurately reserve and release resources
ameerj
2021-02-13
1
-0
/
+2
*
kernel: transfer_memory: Refactor for new VMM.
bunnei
2020-04-17
1
-93
/
+6
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-2
/
+3
*
kernel: transfer_memory: Properly reserve and reset memory region.
bunnei
2020-02-06
1
-6
/
+60
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-3
/
+3
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-1
/
+1
*
kernel/transfer_memory: Add accessors to data and sizes
Lioncash
2019-04-03
1
-7
/
+15
*
core/hle/kernel: Split transfer memory handling out into its own class
Lioncash
2019-03-13
1
-0
/
+73