aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-03-02Merge pull request #622 from Subv/titlesYuri Kunde Schlesner
2015-03-02Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList.Subv
2015-03-01Merge pull request #623 from Subv/cardbunnei
2015-02-28Services/FS: Stubbed CardSlotIsInserted to always return falseSubv
2015-02-28Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff.Subv
2015-02-25Merge pull request #604 from Subv/arc_ssdYuri Kunde Schlesner
2015-02-25Archives: Properly implemented the SystemSaveData archive.Subv
2015-02-24Services: Implemented Y2R_U::GetTransferEndEventSubv
2015-02-23Merge pull request #595 from linkmauve/new-3ds-inputbunnei
2015-02-22Added information reporting from ThrowFatalErrorarchshift
2015-02-22Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot
2015-02-18GPU: Properly implement memory fills.Tony Wasserka
2015-02-16Services: Fixed "Tried to connect to named port err:f".Subv
2015-02-14Merge pull request #529 from Subv/masterbunnei
2015-02-13core: Apply static to local functionsLioncash
2015-02-12Build: Fixed some warningsSubv
2015-02-11Implemented WriteHWRegsWithMask for GSP.Kevin Hartman
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-10GSP: Fixed typo in SignalInterruptbunnei
2015-02-10Merge pull request #552 from bunnei/setbufferswap-fixbunnei
2015-02-10GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.bunnei
2015-02-10Merge pull request #526 from purpasmart96/citra_stubsbunnei
2015-02-10PTM: Fixed a problem with the gamecoin PTM file.Subv
2015-02-10Archives: Made the Format function more generic.Subv
2015-02-10Archives: Expose the File and Directory classes to HLESubv
2015-02-10FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner
2015-02-10FS: Get rid of completely useless Archive classYuri Kunde Schlesner
2015-02-07Services: Stub some functionspurpasmart96
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02HID: Fix crash when pressing a key when the emulator is stoppedYuri Kunde Schlesner
2015-02-02FS: Remove use of GetHandleYuri Kunde Schlesner
2015-02-02Service: Store function names as const char* instead of std::stringYuri Kunde Schlesner
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner
2015-02-02Make Port/Service registration and querying more HW-accurateYuri Kunde Schlesner
2015-02-02Filesys: Move creation of Handles for File/Directory to service handlersYuri Kunde Schlesner
2015-01-30archive: Fix initializer list order for the File class.Lioncash
2015-01-30apt_u: Fix missing printf specifiersLioncash
2015-01-30Remove result.h InvalidHandleYuri Kunde Schlesner
2015-01-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert Mutex to not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner
2015-01-26Merge pull request #345 from purpasmart96/apt_stubsbunnei
2015-01-25Merge pull request #485 from Subv/more_servsbunnei
2015-01-24Services/HID: Removed some files due to a rebase errorSubv
2015-01-24Services: Stubbed more services.Subv
2015-01-22APT_U: Stub some functions & misc changespurpasmart96
2015-01-22cam_u.h: fix indentationarchshift
2015-01-22Merge pull request #493 from archshift/ptmplaybunnei
2015-01-21Event: Fixed some bugs and cleanup (Subv)bunnei