summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Memory: Add constants for the n3DS additional RAMGravatar Yuri Kunde Schlesner2017-05-091-2/+6
* Revert "Memory: Always flush whole pages from surface cache"Gravatar bunnei2016-12-171-10/+0
* Memory: Always flush whole pages from surface cacheGravatar Yuri Kunde Schlesner2016-12-141-0/+10
* Expose page table to dynarmic for optimized reads and writes to the JITGravatar James Rowe2016-11-241-6/+8
* memory: fix IsValidVirtualAddress for RasterizerCachedMemoryGravatar wwylele2016-09-291-0/+3
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-4/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-35/+49
* Memory: add ReadCString functionGravatar wwylele2016-08-271-0/+14
* Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ...Gravatar Subv2016-05-281-1/+60
* Memory: Make ReadBlock and WriteBlock accept void pointers.Gravatar Subv2016-05-281-4/+4
* Memory: CopyBlockGravatar MerryMage2016-05-281-0/+41
* Memory: ZeroBlockGravatar MerryMage2016-05-211-0/+38
* Memory: ReadBlock/WriteBlockGravatar MerryMage2016-05-211-3/+74
* Memory: IsValidVirtualAddress/IsValidPhysicalAddressGravatar MerryMage2016-05-211-0/+21
* HWRasterizer: Texture forwardingGravatar tfarley2016-04-211-0/+140
* Memory: Do correct Phys->Virt address translation for non-APP linheapGravatar Yuri Kunde Schlesner2016-03-051-1/+1
* Memory: Implement MMIOGravatar MerryMage2016-01-301-6/+80
* Fixed spelling errorsGravatar Gareth Poole2015-10-091-2/+2
* memory: Get rid of pointer castsGravatar Lioncash2015-09-101-14/+7
* Kernel: Add more infrastructure to support different memory layoutsGravatar Yuri Kunde Schlesner2015-08-161-1/+4
* Memory: Move address type conversion routines to memory.cpp/hGravatar Yuri Kunde Schlesner2015-08-161-1/+36
* Memory: Fix unmapping of pagesGravatar Yuri Kunde Schlesner2015-07-111-4/+2
* Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-281-3/+0
* Kernel: Add VMManager to manage process address spacesGravatar Yuri Kunde Schlesner2015-05-271-4/+8
* Memory: Use a table based lookup scheme to read from memory regionsGravatar Yuri Kunde Schlesner2015-05-151-120/+123
* Memory: Read SharedPage directly from Memory::ReadGravatar Yuri Kunde Schlesner2015-05-151-1/+2
* Memory: Read ConfigMem directly from Memory::ReadGravatar Yuri Kunde Schlesner2015-05-151-1/+2
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-0/+197