aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2017-12-29applet_oe: Stub out a bunch of interfaces necessary for boot.bunnei
2017-12-29controller: Implement DuplicateSession.bunnei
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-12-28ap, aoc_u: Minor cleanup.bunnei
2017-12-28service: Add empty interface for pctl:a.bunnei
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei
2017-12-28service: Halt on ReportUnimplementedFunction and improve output log.bunnei
2017-12-28service: Add empty interface for aoc:u.bunnei
2017-10-31service: Return proper result code for IPC::CommandType::Close.bunnei
2017-10-31hle: Use Switch formatted result codes.bunnei
2017-10-18lm: Implement lm::Initialize and Logger::log.bunnei
2017-10-18service: Add CreatePort function (that does not register/install).bunnei
2017-10-17service: Print correct command ID on unimplemented function.bunnei
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Add service stubs for apm and appletOE.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-10-13Remove more 3DS-specific code.bunnei
2017-10-12Remove more 3DS-specific code.bunnei
2017-10-12Remove more 3DS-specific code.bunnei
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-09Change command header in nwm::UDS Initialize functionDragios
2017-10-04Merge pull request #2953 from Subv/applet_launchSebastian Valle
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei
2017-09-30Services/NIM: Implement CheckForSysUpdateEvent.Subv
2017-09-30Services/UDS: Handle the rest of the connection sequence. (#2963)B3n30
2017-09-30Merge pull request #2946 from Subv/home_menu_aptSebastian Valle
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-09-25HLE/APT: Always set up the APT parameter when starting a library applet.Subv
2017-09-25HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...Subv
2017-09-25Merge pull request #2948 from Subv/register_serviceB3n30
2017-09-25Services/UDS: Added a function to send EAPoL-Start packets (#2920)B3n30
2017-09-24HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...Subv
2017-09-24HLE/APT: Prepare the APT Wakeup parameter when the game calls InitializeSubv
2017-09-24HLE/SRV: Implemented RegisterService.Subv
2017-09-16Merge pull request #2906 from Subv/ns_new_frameworkYuri Kunde Schlesner
2017-09-16Services/NS: Port ns:s to the new service framework.Subv
2017-09-11Merge pull request #2915 from wwylele/font-archive-2bunnei
2017-09-05Merge pull request #2831 from Subv/uds_authWeiyi Wang
2017-09-03APT: load different shared font depending on the regionwwylele
2017-08-27Services/UDS: Remove an old duplicated declaration of WifiPacket.Subv
2017-08-27Services/UDS: Handle the connection sequence packets.Subv
2017-08-27Services/UDS: Store the received beacon frames until RecvBeaconBroadcastData ...Subv
2017-08-27Services/UDS: Add functions to generate 802.11 auth and assoc response frames.Subv
2017-08-24HID: use TouchDevice for touch padwwylele
2017-08-19Merge pull request #2861 from wwylele/motion-refactorJames Rowe
2017-08-20HID: fix a comment and a warningwwylele
2017-08-15Merge pull request #2881 from MerryMage/dsp-firm-checkYuri Kunde Schlesner
2017-08-15dsp_dsp: Remove size assertion in LoadComponentMerryMage