summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/gsp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed unknown fields from GX_CmdBufferHeaderbunnei2014-05-081-5/+0
|
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-081-5/+71
| | | | | - added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue)
* hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS)bunnei2014-04-271-3/+9
|
* added simple GSP GPU ReadHWRegs function to support returning the framebuffer addressbunnei2014-04-261-1/+37
|
* added GSP::RegisterInterruptRelayQueue functionbunnei2014-04-251-31/+40
|
* updated service commentsbunnei2014-04-171-0/+3
|
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-0/+56
- various cleanups/refactors to HLE services