summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\ \ \ | |/ / |/| |
| * | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-233-26/+114
* | | Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-2025-17/+452
* | | Merge pull request #211 from linkmauve/masterGravatar bunnei2014-11-1930-86/+86
|\ \ \
| * | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-1930-86/+86
* | | | Merge pull request #208 from lioncash/staticsGravatar bunnei2014-11-192-23/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Add static to some variablesGravatar Lioncash2014-11-182-23/+23
* | | | Remove extraneous semicolonsGravatar Lioncash2014-11-181-1/+1
|/ / /
* / / core: Mark some hle functions as staticGravatar Lioncash2014-11-175-46/+46
|/ /
* | Archive: Fixed to not destroy archive handle on close.Gravatar bunnei2014-11-171-3/+3
* | Archive: Fixed close archive before freeing.Gravatar bunnei2014-11-171-1/+1
* | FS_User: Support FileSye::Path in a more generic way.Gravatar bunnei2014-11-172-42/+76
* | FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-173-14/+14
* | Add missing boss:U service, needed according to Nintendo Zone logs.Gravatar archshift2014-11-173-0/+57