aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2014-12-13kernel: Remove unused log argumentsLioncash
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-13New logging systemYuri Kunde Schlesner
2014-12-12Merge pull request #267 from bunnei/apt-shared-fontbunnei
2014-12-12APT_U: Added GetSharedFont service function.bunnei
2014-12-12DSP: Added stub for ReadPipeIfPossible.bunnei
2014-12-12MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.bunnei
2014-12-10Merge pull request #256 from Subv/mutexbunnei
2014-12-10CFG:U: Store country codes as u16 instead of char pointers, and return the co...Emmanuel Gil Peyrot
2014-12-09GSP: Trigger GPU interrupts at more accurate locations.bunnei
2014-12-09GSP: Updated TriggerCmdReqQueue to return success code.bunnei
2014-12-09GSP: Updated RegisterInterruptRelayQueue to return expected magic number.bunnei
2014-12-09GPU: Fixed bug in command list size decoding.bunnei
2014-12-08Merge pull request #217 from archshift/cmd_buffbunnei
2014-12-08Thread: Fixed to wait on address when in arbitration.bunnei
2014-12-07Make OpenDirectory fail if the directory doesn't existarchshift
2014-12-07Mutex: Remove some forward declarationsSubv
2014-12-07Mutex: Release all held mutexes when a thread exits.Subv
2014-12-05Mutex: Properly lock the mutex when a thread enters itSubv
2014-12-04Merge pull request #250 from Subv/cbranch_2bunnei
2014-12-04Merge pull request #222 from archshift/renamexyzbunnei
2014-12-04Merge pull request #248 from lioncash/kernelbunnei
2014-12-04Threads: Remove a redundant function.Subv
2014-12-04Threads: Implemented a sequential thread idSubv
2014-12-03Updated archive.cpp functions for proper error handlingarchshift
2014-12-04SVC: Implemented GetThreadId.Subv
2014-12-03Merge pull request #247 from lioncash/constbunnei
2014-12-03Merge pull request #238 from archshift/dspbunnei
2014-12-03Add stub for ConvertProcessFromDspDramarchshift
2014-12-03kernel: Shorten GetCountLioncash
2014-12-03kernel: Make some functions constLioncash
2014-12-03hid_user: Pass by reference with PadButtonPress/PadButtonReleaseLioncash
2014-12-03PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterS...purpasmart96
2014-12-03Merge pull request #231 from purpasmart96/serv_ac_wifi_statusbunnei
2014-12-03Merge pull request #219 from Subv/ptmbunnei
2014-12-02AC_U: Added a stub for GetWifiStatuspurpasmart96
2014-11-30Merge pull request #224 from bunnei/dsp-service-improvementsbunnei
2014-11-30Merge pull request #214 from Subv/masterbunnei
2014-11-30DSP: Added stubs for several commonly used DSP service functions.bunnei
2014-11-30DSP: Fixed typo in port name.bunnei
2014-11-30PTM_U: Implemented the GetShellState function.Subv
2014-11-30Merge pull request #225 from bunnei/fix-release-mutexbunnei
2014-11-30Merge pull request #226 from bunnei/svc-and-thread-fixesbunnei
2014-11-29CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.Subv
2014-11-27Fixed formatting and switch statement warningsvaguilar
2014-11-26Thread: Check that thread is actually in "wait state" when verifying wait.bunnei
2014-11-26SVC: Add debug log to ArbitrateAddress.bunnei
2014-11-26SVC: SleepThread should yield to the next ready thread.bunnei
2014-11-26Mutex: Changed behavior to always release mutex for all threads.bunnei
2014-11-24Log the cmd_buff arguments when citra comes across an unimplemented functionarchshift