summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix two format strings.Gravatar Lioncash2014-11-141-1/+1
* Merge pull request #183 from archshift/lowpathGravatar bunnei2014-11-121-83/+81
|\
| * Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-122-138/+40
| * Add support for UTF-16 strings for LowPaths in FS:USERGravatar archshift2014-11-102-86/+182
* | Merge pull request #188 from bunnei/apt-fixesGravatar bunnei2014-11-121-19/+90
|\ \
| * | APT_U: Added stub for function AppletUtility.Gravatar bunnei2014-11-111-1/+29
| * | APT_U: Set a valid parameter buffer size in GlanceParameter.Gravatar bunnei2014-11-111-17/+39
| * | APT_U: Release service lock on initialization.Gravatar bunnei2014-11-111-0/+4
| * | APT_U: Fixes for GetLockHandle to boot system titles.Gravatar bunnei2014-11-111-1/+18
| |/
* / Add FRD:U service and functionsGravatar archshift2014-11-103-0/+64
|/
* Merge pull request #163 from archshift/create-directoryGravatar bunnei2014-11-023-4/+63
|\
| * Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-023-4/+63
* | Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVGravatar archshift2014-11-011-0/+2
|/
* Added stub err:f service.Gravatar archshift2014-11-013-0/+56
* Added a bunch of servicesGravatar purpasmart962014-11-0117-0/+581
* Merge pull request #162 from SeannyM/warning-fixesGravatar bunnei2014-10-292-6/+6
|\
| * Fix some warningsGravatar Sean2014-10-292-6/+6
* | FS:USER - Implemented IsSdmcDetectedGravatar archshift2014-10-291-1/+17
* | Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-2911-10/+10
|/
* Merge pull request #141 from archshift/crash-huntGravatar bunnei2014-10-271-0/+4
|\
| * hid.cpp: Fixed crash when updating pad data while nullGravatar archshift2014-10-131-0/+4
* | Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-2613-46/+46
* | ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-251-20/+0
* | Don’t fail on empty filename in OpenFileDirectly, return the archive handle...Gravatar Emmanuel Gil Peyrot2014-10-251-8/+7
|/
* Merge pull request #128 from purpasmart96/masterGravatar bunnei2014-10-071-1/+31
|\
| * APT: Added a stub for the "GlanceParameter" function.Gravatar purpasmart962014-10-071-1/+31
* | FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot2014-10-061-0/+3
* | FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot2014-10-061-0/+8
|/
* Added some more names to the function tableGravatar purpasmart962014-10-041-0/+2
* added "StoreDataCache" to the function tableGravatar purpasmart962014-09-301-0/+1
* Use the citra user path for the sdmc directoryGravatar archshift2014-09-211-2/+1
* Kernel: Implement the Close command for Archive, File and Directory.Gravatar Emmanuel Gil Peyrot2014-09-172-0/+43
* FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Gravatar Emmanuel Gil Peyrot2014-09-171-20/+177
* Kernel: Add a Directory object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot2014-09-173-0/+91