aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service
Commit message (Collapse)AuthorAge
* Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-04
|\ | | | | Implemented RenameFile and RenameDirectory in FS:USER
| * Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-03
| |
* | Merge pull request #247 from lioncash/constGravatar bunnei2014-12-03
|\ \ | | | | | | hid_user: Pass by reference with PadButtonPress/PadButtonRelease
* \ \ Merge pull request #238 from archshift/dspGravatar bunnei2014-12-03
|\ \ \ | | | | | | | | Add stub for ConvertProcessFromDspDram
| * | | Add stub for ConvertProcessFromDspDramGravatar archshift2014-12-03
| | | | | | | | | | | | | | | | Should theoretically push retail stuff further along
| | * | hid_user: Pass by reference with PadButtonPress/PadButtonReleaseGravatar Lioncash2014-12-03
| | | |
* | | | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & ↵Gravatar purpasmart962014-12-03
| |/ / |/| | | | | | | | GetAdapterState
* | | Merge pull request #231 from purpasmart96/serv_ac_wifi_statusGravatar bunnei2014-12-03
|\ \ \ | | | | | | | | AC_U: Added a stub for GetWifiStatus
* \ \ \ Merge pull request #219 from Subv/ptmGravatar bunnei2014-12-03
|\ \ \ \ | |_|/ / |/| | | PTM_U: Implemented the GetShellState function.
| | * | AC_U: Added a stub for GetWifiStatusGravatar purpasmart962014-12-02
| | | |
* | | | Merge pull request #224 from bunnei/dsp-service-improvementsGravatar bunnei2014-11-30
|\ \ \ \ | | | | | | | | | | Dsp service improvements
| * | | | DSP: Added stubs for several commonly used DSP service functions.Gravatar bunnei2014-11-30
| | | | |
| * | | | DSP: Fixed typo in port name.Gravatar bunnei2014-11-30
| | |/ / | |/| |
| | * | PTM_U: Implemented the GetShellState function.Gravatar Subv2014-11-30
| | | |
* | | | CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.Gravatar Subv2014-11-29
| | | |
* | | | Fixed formatting and switch statement warningsGravatar vaguilar2014-11-27
|/ / /
| | * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-24
| | |
| | * Implemented RenameFile in FS:USERGravatar archshift2014-11-24
| |/ |/|
* | Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-24
| |
* | HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All service calls in the CTR OS return result codes indicating the success or failure of the call. Previous to this commit, Citra's HLE emulation of services and the kernel universally either ignored errors or returned dummy -1 error codes. This commit makes an initial effort to provide an infrastructure for error reporting and propagation which can be use going forward to make HLE calls accurately return errors as the original system. A few parts of the code have been updated to use the new system where applicable. One part of this effort is the definition of the `ResultCode` type, which provides facilities for constructing and parsing error codes in the structured format used by the CTR. The `ResultVal` type builds on `ResultCode` by providing a container for values returned by function that can report errors. It enforces that correct error checking will be done on function returns by preventing the use of the return value if the function returned an error code. Currently this change is mostly internal since errors are still suppressed on the ARM<->HLE border, as a temporary compatibility hack. As functionality is implemented and tested this hack can be eventually removed.
* | Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-23
|\ \ | |/ |/| Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-23
| |
* | Add more services and some fixes, along with more "override"Gravatar purpasmart962014-11-20
| | | | | | | | in the service's headers
* | Merge pull request #211 from linkmauve/masterGravatar bunnei2014-11-19
|\ \ | | | | | | Remove trailing spaces from the entire project
| * | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | | | | | | | | | or generated
* | | Add static to some variablesGravatar Lioncash2014-11-18
|/ /
* / core: Mark some hle functions as staticGravatar Lioncash2014-11-17
|/ | | | These functions are not referred to by their linkage name outside of the translation unit, so they can be marked as static.
* FS_User: Support FileSye::Path in a more generic way.Gravatar bunnei2014-11-17
| | | | added a todo to kernel archive
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
|
* Add missing boss:U service, needed according to Nintendo Zone logs.Gravatar archshift2014-11-17
|
* Merge pull request #183 from archshift/lowpathGravatar bunnei2014-11-12
|\ | | | | Add support for UTF-16 strings for LowPaths in FS:USER
| * Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-12
| |
* | Merge pull request #188 from bunnei/apt-fixesGravatar bunnei2014-11-12
|\ \ | | | | | | APT_U: Various improvements and bug fixes.
| * | APT_U: Added stub for function AppletUtility.Gravatar bunnei2014-11-11
| | |
| * | APT_U: Set a valid parameter buffer size in GlanceParameter.Gravatar bunnei2014-11-11
| | | | | | | | | | | | - Also Clarified GlanceParameter/ReceiveParameter documentation.
| * | APT_U: Release service lock on initialization.Gravatar bunnei2014-11-11
| | |
| * | APT_U: Fixes for GetLockHandle to boot system titles.Gravatar bunnei2014-11-11
| | | | | | | | | | | | - Also added comment to GetLockHandle function.
* | | Add FRD:U service and functionsGravatar archshift2014-11-10
|/ /
| * Add support for UTF-16 strings for LowPaths in FS:USERGravatar archshift2014-11-10
|/
* Merge pull request #163 from archshift/create-directoryGravatar bunnei2014-11-02
|\ | | | | Added CreateDirectory function to service/fs.cpp, and in Archive.
| * Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-02
| |
* | Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVGravatar archshift2014-11-01
|/
* Added stub err:f service.Gravatar archshift2014-11-01
|
* Added a bunch of servicesGravatar purpasmart962014-11-01
|
* FS:USER - Implemented IsSdmcDetectedGravatar archshift2014-10-29
|
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-29
|
* Merge pull request #141 from archshift/crash-huntGravatar bunnei2014-10-27
|\ | | | | hid.cpp: Fixed crash when updating pad data while null
* | Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
| | | | | | | | This was automated using `clang-modernize`.
* | Don’t fail on empty filename in OpenFileDirectly, return the archive ↵Gravatar Emmanuel Gil Peyrot2014-10-25
| | | | | | | | handle instead
| * hid.cpp: Fixed crash when updating pad data while nullGravatar archshift2014-10-13
|/ | | | Fixes #137