aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle
Commit message (Expand)AuthorAge
* Added stub for ldr:ro service...Gravatar archshift2014-12-15
* Added am:app service stub.Gravatar archshift2014-12-15
* Kernel/Semaphores: Fixed buildGravatar Subv2014-12-13
* Kernel/Semaphore: Small style changeGravatar Subv2014-12-13
* Kernel/Semaphores: Invert the available count checking.Gravatar Subv2014-12-13
* Kernel/Semaphores: Addressed some issues.Gravatar Subv2014-12-13
* Semaphore: Removed an unneeded functionGravatar Subv2014-12-13
* Semaphores: Addressed some style issuesGravatar Subv2014-12-13
* Semaphore: Implemented the initial_count parameter.Gravatar Subv2014-12-13
* SVC: Implemented ReleaseSemaphore.Gravatar Subv2014-12-13
* SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-13
* kernel: Remove unused log argumentsGravatar Lioncash2014-12-13
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* New logging systemGravatar Yuri Kunde Schlesner2014-12-13
* 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