index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
memory.cpp
Age
Commit message (
Expand
)
Author
2016-12-17
Revert "Memory: Always flush whole pages from surface cache"
bunnei
2016-12-14
Memory: Always flush whole pages from surface cache
Yuri Kunde Schlesner
2016-11-24
Expose page table to dynarmic for optimized reads and writes to the JIT
James Rowe
2016-09-29
memory: fix IsValidVirtualAddress for RasterizerCachedMemory
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-27
Memory: add ReadCString function
wwylele
2016-05-28
Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ...
Subv
2016-05-28
Memory: Make ReadBlock and WriteBlock accept void pointers.
Subv
2016-05-28
Memory: CopyBlock
MerryMage
2016-05-21
Memory: ZeroBlock
MerryMage
2016-05-21
Memory: ReadBlock/WriteBlock
MerryMage
2016-05-21
Memory: IsValidVirtualAddress/IsValidPhysicalAddress
MerryMage
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2016-03-05
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
2016-01-30
Memory: Implement MMIO
MerryMage
2015-10-09
Fixed spelling errors
Gareth Poole
2015-09-10
memory: Get rid of pointer casts
Lioncash
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-07-11
Memory: Fix unmapping of pages
Yuri Kunde Schlesner
2015-06-28
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
2015-05-27
Kernel: Add VMManager to manage process address spaces
Yuri Kunde Schlesner
2015-05-15
Memory: Use a table based lookup scheme to read from memory regions
Yuri Kunde Schlesner
2015-05-15
Memory: Read SharedPage directly from Memory::Read
Yuri Kunde Schlesner
2015-05-15
Memory: Read ConfigMem directly from Memory::Read
Yuri Kunde Schlesner
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner