aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
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
2014-11-24Implemented RenameDirectory in FS:USERarchshift
2014-11-24Implemented RenameFile in FS:USERarchshift
2014-11-24Use pointers instead of passing handles around in some functions.Yuri Kunde Schlesner
2014-11-24Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-23Merge pull request #191 from archshift/deletexyzbunnei
2014-11-23Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.archshift
2014-11-20Add more services and some fixes, along with more "override"purpasmart96
2014-11-19Merge pull request #211 from linkmauve/masterbunnei
2014-11-19Merge pull request #208 from lioncash/staticsbunnei
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Add static to some variablesLioncash
2014-11-18Kernel:Add missing permissions in shared memory & svcpurpasmart96
2014-11-18Remove extraneous semicolonsLioncash
2014-11-17core: Mark some hle functions as staticLioncash
2014-11-17Archive: Fixed to not destroy archive handle on close.bunnei
2014-11-17Archive: Fixed close archive before freeing.bunnei
2014-11-17FS_User: Support FileSye::Path in a more generic way.bunnei
2014-11-17FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei
2014-11-17Add missing boss:U service, needed according to Nintendo Zone logs.archshift