summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.Gravatar bunnei2014-12-121-1/+1
* Merge pull request #256 from Subv/mutexGravatar bunnei2014-12-103-37/+67
|\
| * Mutex: Remove some forward declarationsGravatar Subv2014-12-071-16/+15
| * Mutex: Release all held mutexes when a thread exits.Gravatar Subv2014-12-073-22/+56
| * Mutex: Properly lock the mutex when a thread enters itGravatar Subv2014-12-051-12/+9
* | CFG:U: Store country codes as u16 instead of char pointers, and return the co...Gravatar Emmanuel Gil Peyrot2014-12-101-44/+48
* | GSP: Trigger GPU interrupts at more accurate locations.Gravatar bunnei2014-12-091-7/+6
* | GSP: Updated TriggerCmdReqQueue to return success code.Gravatar bunnei2014-12-091-0/+3
* | GSP: Updated RegisterInterruptRelayQueue to return expected magic number.Gravatar bunnei2014-12-091-1/+4
* | GPU: Fixed bug in command list size decoding.Gravatar bunnei2014-12-091-1/+1
* | Merge pull request #217 from archshift/cmd_buffGravatar bunnei2014-12-081-12/+12
|\ \
| * | Log the cmd_buff arguments when citra comes across an unimplemented functionGravatar archshift2014-11-241-12/+12
* | | Thread: Fixed to wait on address when in arbitration.Gravatar bunnei2014-12-083-11/+31
* | | Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-071-0/+5
| |/ |/|
* | Merge pull request #250 from Subv/cbranch_2Gravatar bunnei2014-12-043-4/+31
|\ \
| * | Threads: Remove a redundant function.Gravatar Subv2014-12-041-9/+1
| * | Threads: Implemented a sequential thread idGravatar Subv2014-12-042-4/+19
| * | SVC: Implemented GetThreadId.Gravatar Subv2014-12-043-4/+24
* | | Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-043-38/+163
|\ \ \
| * | | Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-033-70/+41
| * | | Implemented RenameDirectory in FS:USERGravatar archshift2014-11-243-1/+78
| * | | Implemented RenameFile in FS:USERGravatar archshift2014-11-243-1/+78
| | |/ | |/|
* | | Merge pull request #248 from lioncash/kernelGravatar bunnei2014-12-042-10/+7
|\ \ \
| * | | kernel: Shorten GetCountGravatar Lioncash2014-12-031-6/+3
| * | | kernel: Make some functions constGravatar Lioncash2014-12-032-4/+4
* | | | Merge pull request #247 from lioncash/constGravatar bunnei2014-12-032-4/+4
|\ \ \ \
| * | | | hid_user: Pass by reference with PadButtonPress/PadButtonReleaseGravatar Lioncash2014-12-032-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #238 from archshift/dspGravatar bunnei2014-12-031-25/+44
|\ \ \ \
| * | | | Add stub for ConvertProcessFromDspDramGravatar archshift2014-12-031-25/+44
| | |/ / | |/| |
* | | | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterS...Gravatar purpasmart962014-12-031-3/+72
| |/ / |/| |
* | | Merge pull request #231 from purpasmart96/serv_ac_wifi_statusGravatar bunnei2014-12-031-1/+19
|\ \ \
| * | | AC_U: Added a stub for GetWifiStatusGravatar purpasmart962014-12-021-1/+19
| | |/ | |/|
* | | Merge pull request #219 from Subv/ptmGravatar bunnei2014-12-031-1/+18
|\ \ \ | |_|/ |/| |
| * | PTM_U: Implemented the GetShellState function.Gravatar Subv2014-11-301-1/+18
* | | Merge pull request #224 from bunnei/dsp-service-improvementsGravatar bunnei2014-11-302-26/+107
|\ \ \
| * | | DSP: Added stubs for several commonly used DSP service functions.Gravatar bunnei2014-11-301-25/+106
| * | | DSP: Fixed typo in port name.Gravatar bunnei2014-11-301-1/+1
| | |/ | |/|
* | | Merge pull request #214 from Subv/masterGravatar bunnei2014-11-301-2/+86
|\ \ \
| * | | CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.Gravatar Subv2014-11-291-2/+86
* | | | Merge pull request #225 from bunnei/fix-release-mutexGravatar bunnei2014-11-301-8/+7
|\ \ \ \
| * | | | Mutex: Changed behavior to always release mutex for all threads.Gravatar bunnei2014-11-261-8/+7
| | |/ / | |/| |
* | | | Merge pull request #226 from bunnei/svc-and-thread-fixesGravatar bunnei2014-11-302-1/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Thread: Check that thread is actually in "wait state" when verifying wait.Gravatar bunnei2014-11-261-1/+1
| * | | SVC: Add debug log to ArbitrateAddress.Gravatar bunnei2014-11-261-0/+2
| * | | SVC: SleepThread should yield to the next ready thread.Gravatar bunnei2014-11-261-0/+3
| |/ /
* / / Fixed formatting and switch statement warningsGravatar vaguilar2014-11-271-3/+3
|/ /
* | Use pointers instead of passing handles around in some functions.Gravatar Yuri Kunde Schlesner2014-11-241-19/+15
* | Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-2410-88/+0
* | HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-2421-294/+670
* | Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-233-26/+114
|\ \ | |/ |/|