aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
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
2014-11-02Merge pull request #163 from archshift/create-directorybunnei
2014-11-02Added CreateDirectory function to service/fs.cpp, and in Archive.archshift
2014-11-01Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVarchshift
2014-11-01Added stub err:f service.archshift
2014-11-01Added a bunch of servicespurpasmart96
2014-10-29FS:USER - Implemented IsSdmcDetectedarchshift
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-27Merge pull request #141 from archshift/crash-huntbunnei
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-25Don’t fail on empty filename in OpenFileDirectly, return the archive handle...Emmanuel Gil Peyrot
2014-10-13hid.cpp: Fixed crash when updating pad data while nullarchshift
2014-10-07APT: Added a stub for the "GlanceParameter" function.purpasmart96
2014-10-04Added some more names to the function tablepurpasmart96
2014-09-30added "StoreDataCache" to the function tablepurpasmart96
2014-09-17FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Emmanuel Gil Peyrot
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-11Created structure for PAD.Kevin Hartman
2014-09-08core: Prune redundant includesarchshift
2014-09-06core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash
2014-08-28srv::Initialize: Return "success" status code.bunnei
2014-08-25Pica/citra-qt: Replace command list view and command list debugging code with...Tony Wasserka
2014-08-25GSP: Update framebuffer information when necessary.Tony Wasserka
2014-08-25GSP: Implement SetBufferSwap.Tony Wasserka
2014-08-25GSP: Add a helper function for convenience.Tony Wasserka
2014-08-17Core: Alter the kernel string functions to use std::string instead of const c...Lioncash
2014-08-12Merge pull request #39 from bunnei/hid-minor-improvementsbunnei
2014-08-12HID: Added new function entries from 3dbrew to FunctionTable.bunnei
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than vir...Tony Wasserka
2014-08-12GSP: Fix a major regression introduced in ffda035c, due to which no display t...Tony Wasserka
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
2014-08-07HID: Implemented HID_User::GetIPCHandles service function.bunnei
2014-08-06GSP: Cleaned up command buffer decoding.bunnei
2014-08-05GSP: Added reinitialization of other state objects.bunnei
2014-08-05GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei
2014-08-05GSP: Removed unnecessary GX_FinishCommand function.bunnei
2014-08-05GSP: Implements preliminary command synchronization via GPU interrupts.bunnei
2014-08-05SRV: Updated GetProcSemaphore to create an event instead of a mutex.bunnei
2014-08-05FS: Fix port name (old port name was based on an unaligned memory read).bunnei
2014-07-23GSP: Add a few comments.Tony Wasserka