aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2014-11-14Fix two format strings.Lioncash
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-29Merge pull request #162 from SeannyM/warning-fixesbunnei
2014-10-29FS:USER - Implemented IsSdmcDetectedarchshift
2014-10-29Fix some warningsSean
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-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei
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-07Merge pull request #128 from purpasmart96/masterbunnei
2014-10-07APT: Added a stub for the "GlanceParameter" function.purpasmart96
2014-10-06FileSys: split the constructor into an Open method, in order to notify the op...Emmanuel Gil Peyrot
2014-10-06FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot
2014-10-04Added some more names to the function tablepurpasmart96
2014-09-30added "StoreDataCache" to the function tablepurpasmart96
2014-09-21Use the citra user path for the sdmc directoryarchshift
2014-09-17Kernel: Implement the Close command for Archive, File and Directory.Emmanuel Gil Peyrot
2014-09-17FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Emmanuel Gil Peyrot
2014-09-17Kernel: Add a Directory object and a getter for it from an Archive object.Emmanuel Gil Peyrot
2014-09-17Kernel: Add a File object and a getter for it from an Archive object.Emmanuel Gil Peyrot
2014-09-14Core: Get rid of unnecessary switch statement in KernelLioncash
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-11Merge pull request #99 from archshift/ext-checkbunnei
2014-09-08core: Prune redundant includesarchshift
2014-09-08Added string_util to common, small changes in loader.cpparchshift
2014-09-06core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash
2014-08-28Threading: Fix thread starting to execute first instruction correctly.bunnei
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-22Added FS functions to Archive and Archive_RomFSarchshift