aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2014-12-16Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner
2014-12-16Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner
2014-12-16HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner
2014-12-15Merge pull request #282 from archshift/servicesbunnei
2014-12-15Added stub for nim:aoc service...archshift
2014-12-15Added stub for cecd:u service...archshift
2014-12-15Added stub for ldr:ro service...archshift
2014-12-15Added am:app service stub.archshift
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner
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