aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2014-12-13Convert old logging calls to new logging macrosYuri 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-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-04Merge pull request #222 from archshift/renamexyzbunnei
2014-12-03Updated archive.cpp functions for proper error handlingarchshift
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-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-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-29CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString.Subv
2014-11-27Fixed formatting and switch statement warningsvaguilar
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-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-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-17core: Mark some hle functions as staticLioncash
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
2014-11-12Merge pull request #183 from archshift/lowpathbunnei
2014-11-12Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsarchshift
2014-11-12Merge pull request #188 from bunnei/apt-fixesbunnei
2014-11-11APT_U: Added stub for function AppletUtility.bunnei
2014-11-11APT_U: Set a valid parameter buffer size in GlanceParameter.bunnei
2014-11-11APT_U: Release service lock on initialization.bunnei
2014-11-11APT_U: Fixes for GetLockHandle to boot system titles.bunnei
2014-11-10Add FRD:U service and functionsarchshift
2014-11-10Add support for UTF-16 strings for LowPaths in FS:USERarchshift