summaryrefslogtreecommitdiffstats
path: root/src/core/mem_map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* MemMap: Add support for DSP Read & Writes in the memory mappurpasmart962014-12-301-0/+3
* License changepurpasmart962014-12-211-2/+2
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-2/+2
* MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.bunnei2014-12-121-8/+8
* Add static to some variablesLioncash2014-11-191-30/+30
* core: Prune redundant includesarchshift2014-09-091-1/+0
* Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.Tony Wasserka2014-08-121-2/+2
* added memory mapped region for system mem - sdk demos load a segment here on ELF loadbunnei2014-05-161-0/+3
* added kernel memory to mem_mapbunnei2014-05-081-0/+3
* added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)bunnei2014-05-011-0/+3
* - added preliminary support for svc_MapMemoryBlockbunnei2014-04-251-4/+6
* added functions to map Heap and Shared memory spacebunnei2014-04-251-2/+2
* added memory read/write to GSP heapbunnei2014-04-181-3/+2
* more various refactors to memory interfacebunnei2014-04-181-5/+8
* cleaned up memory interfaces a lot, removed some hackish stuffbunnei2014-04-181-7/+1
* - added HLE to connect to "srv:" servicebunnei2014-04-131-2/+1
* cleaned up some logging messagesbunnei2014-04-111-2/+2
* fixed project includes to use new directory structurebunnei2014-04-091-4/+4
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+83