aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle
Commit message (Expand)AuthorAge
* Merge pull request #267 from bunnei/apt-shared-fontGravatar bunnei2014-12-12
|\
| * APT_U: Added GetSharedFont service function.Gravatar bunnei2014-12-12
* | DSP: Added stub for ReadPipeIfPossible.Gravatar bunnei2014-12-12
| * MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.Gravatar bunnei2014-12-12
|/
* Merge pull request #256 from Subv/mutexGravatar bunnei2014-12-10
|\
* | CFG:U: Store country codes as u16 instead of char pointers, and return the co...Gravatar Emmanuel Gil Peyrot2014-12-10
* | GSP: Trigger GPU interrupts at more accurate locations.Gravatar bunnei2014-12-09
* | GSP: Updated TriggerCmdReqQueue to return success code.Gravatar bunnei2014-12-09
* | GSP: Updated RegisterInterruptRelayQueue to return expected magic number.Gravatar bunnei2014-12-09
* | GPU: Fixed bug in command list size decoding.Gravatar bunnei2014-12-09
* | Merge pull request #217 from archshift/cmd_buffGravatar bunnei2014-12-08
|\ \
* | | Thread: Fixed to wait on address when in arbitration.Gravatar bunnei2014-12-08
* | | Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-07
| | * Mutex: Remove some forward declarationsGravatar Subv2014-12-07
| | * Mutex: Release all held mutexes when a thread exits.Gravatar Subv2014-12-07
| | * Mutex: Properly lock the mutex when a thread enters itGravatar Subv2014-12-05
| |/ |/|
* | Merge pull request #250 from Subv/cbranch_2Gravatar bunnei2014-12-04
|\ \
* \ \ Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-04
|\ \ \
* \ \ \ Merge pull request #248 from lioncash/kernelGravatar bunnei2014-12-04
|\ \ \ \
| | | * | Threads: Remove a redundant function.Gravatar Subv2014-12-04
| | | * | Threads: Implemented a sequential thread idGravatar Subv2014-12-04
| | * | | Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-03
| | | * | SVC: Implemented GetThreadId.Gravatar Subv2014-12-04
* | | | | Merge pull request #247 from lioncash/constGravatar bunnei2014-12-03
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #238 from archshift/dspGravatar bunnei2014-12-03
|\ \ \ \ \ \
| * | | | | | Add stub for ConvertProcessFromDspDramGravatar archshift2014-12-03
| | | * | | | kernel: Shorten GetCountGravatar Lioncash2014-12-03
| | | * | | | kernel: Make some functions constGravatar Lioncash2014-12-03
| | |/ / / / | |/| | | |
| | * | | | hid_user: Pass by reference with PadButtonPress/PadButtonReleaseGravatar Lioncash2014-12-03
| | | |/ / | | |/| |
* | / | | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterS...Gravatar purpasmart962014-12-03
| |/ / / |/| | |
* | | | Merge pull request #231 from purpasmart96/serv_ac_wifi_statusGravatar bunnei2014-12-03
|\ \ \ \
* \ \ \ \ Merge pull request #219 from Subv/ptmGravatar bunnei2014-12-03
|\ \ \ \ \ | |_|/ / / |/| | | |
| | * | | AC_U: Added a stub for GetWifiStatusGravatar purpasmart962014-12-02
* | | | | Merge pull request #224 from bunnei/dsp-service-improvementsGravatar bunnei2014-11-30
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #214 from Subv/masterGravatar bunnei2014-11-30
|\ \ \ \ \ \
| | * | | | | DSP: Added stubs for several commonly used DSP service functions.Gravatar bunnei2014-11-30
| | * | | | | DSP: Fixed typo in port name.Gravatar bunnei2014-11-30
| | | |/ / / | | |/| | |
| | | * | | PTM_U: Implemented the GetShellState function.Gravatar Subv2014-11-30
* | | | | | Merge pull request #225 from bunnei/fix-release-mutexGravatar bunnei2014-11-30
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #226 from bunnei/svc-and-thread-fixesGravatar bunnei2014-11-30
|\ \ \ \ \ \ \
| | | * | | | | CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.Gravatar Subv2014-11-29
| |_|/ / / / / |/| | | | | |
* | | | | | | Fixed formatting and switch statement warningsGravatar vaguilar2014-11-27
| |_|/ / / / |/| | | | |
| * | | | | Thread: Check that thread is actually in "wait state" when verifying wait.Gravatar bunnei2014-11-26
| * | | | | SVC: Add debug log to ArbitrateAddress.Gravatar bunnei2014-11-26
| * | | | | SVC: SleepThread should yield to the next ready thread.Gravatar bunnei2014-11-26
|/ / / / /
| * / / / Mutex: Changed behavior to always release mutex for all threads.Gravatar bunnei2014-11-26
|/ / / /
| | | * Log the cmd_buff arguments when citra comes across an unimplemented functionGravatar archshift2014-11-24
| |_|/ |/| |
| | * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-24
| | * Implemented RenameFile in FS:USERGravatar archshift2014-11-24
| |/ |/|
* | Use pointers instead of passing handles around in some functions.Gravatar Yuri Kunde Schlesner2014-11-24