citra/src/core/hle/service
Tony Wasserka 7b6a7d7dfb Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
This cleans up the mess that address reading/writing had become and makes the code a *lot* more sensible.
This adds a physical<->virtual address converter to mem_map.h. For further accuracy, we will want to properly extend this to support a wider range of address regions. For now, this makes simply homebrew applications work in a good manner though.
2014-08-12 13:32:56 +02:00
..
apt.cpp APT: Added stubbed ReceiveParameter and various cleanups. 2014-07-04 14:18:16 -04:00
apt.h - updated service(s) to be KernelObject's 2014-05-18 21:43:29 -04:00
fs.cpp FileSys: Added preliminary support for applications reading the RomFS archive. 2014-07-04 20:37:45 -04:00
fs.h FS: Fix port name (old port name was based on an unaligned memory read). 2014-08-05 19:58:33 -04:00
gsp.cpp Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. 2014-08-12 13:32:56 +02:00
gsp.h GSP: Cleaned up command buffer decoding. 2014-08-06 18:19:56 -04:00
hid.cpp HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 2014-06-13 09:51:13 -04:00
hid.h - updated service(s) to be KernelObject's 2014-05-18 21:43:29 -04:00
ndm.cpp HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 2014-06-13 09:51:13 -04:00
ndm.h hle: added stubbed service for ndm_u 2014-05-30 00:24:04 -04:00
service.cpp FS: Added stubbed code to intercept and decode file system service functions. 2014-06-27 16:58:30 -04:00
service.h Merge branch 'threading' of https://github.com/bunnei/citra 2014-06-14 12:13:16 -04:00
srv.cpp SRV: Updated GetProcSemaphore to create an event instead of a mutex. 2014-08-05 23:54:27 -04:00
srv.h kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest 2014-05-26 21:01:27 -04:00