summaryrefslogtreecommitdiff
path: root/src/core/hle/coprocessor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete unused hle/coprocessor.cppGravatar archshift2015-05-151-33/+0
|
* License changeGravatar purpasmart962014-12-201-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-191-1/+1
| | | | or generated
* core: Prune redundant includesGravatar archshift2014-09-081-1/+0
|
* coprocessor: reenabled debug logGravatar bunnei2014-06-021-1/+1
|
* - reenabled MCR and MRC functions now that VFP is attachedGravatar bunnei2014-05-161-18/+2
| | | | - removed HLE::CallMCR function (was pointless)
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-071-29/+5
| | | | | - 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)
* - added CallMCR function to coprocessor HLE moduleGravatar bunnei2014-05-011-3/+13
| | | | - moved instruction decoding to coprocessor HLE module
* fixed include in coprocessor.cppGravatar bunnei2014-05-011-1/+1
|
* renamed hle "mrc" module to "coprocessor"Gravatar bunnei2014-05-011-0/+64