1355 Commits (427fc4ac6bca32f9e1efafb9cdf0144b2e6dbe78)

Author SHA1 Message Date
Subv 5f41477f9c SM: Fixed connecting to services with an 8-byte name, like appletOE. 8 years ago
Subv 80f6df5414 IPC: Fixed pushing ResultCodes into the command buffer. 8 years ago
Subv 0368324f79 IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests. 8 years ago
Subv b0ceb4df70 IPC: Skip the entire u64 of the command id when receiving an IPC request. 8 years ago
bunnei 6f6d9af408 lm: Assert on unsupported multi-message. 8 years ago
bunnei d083c07c46 lm: Improve Log() to format a useful string. 8 years ago
bunnei fe11b51545 pctl: Remove duplicate InstallInterfaces function. 8 years ago
bunnei 1d01ffccb8 applet_oe: Stub out a bunch of interfaces necessary for boot. 8 years ago
bunnei 30e98fae3f controller: Implement DuplicateSession. 8 years ago
bunnei dcdaac8a0b kernel: Fix implementation of ConvertSessionToDomain. 8 years ago
bunnei b67cbb8d92 ap, aoc_u: Minor cleanup. 8 years ago
bunnei fcd4c1a0dc service: Add empty interface for pctl:a. 8 years ago
bunnei ad073846bc service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor. 8 years ago
bunnei 16fb1c8fe7 service: Halt on ReportUnimplementedFunction and improve output log. 8 years ago
bunnei d5995fd30f service: Add empty interface for aoc:u. 8 years ago
bunnei 3597650f22 service: Return proper result code for IPC::CommandType::Close. 8 years ago
bunnei 34571f4d2e hle: Use Switch formatted result codes. 8 years ago
bunnei 716e5cf070 lm: Implement lm::Initialize and Logger::log. 8 years ago
bunnei 03bf0739a4 service: Add CreatePort function (that does not register/install). 8 years ago
bunnei d3cc369618 service: Print correct command ID on unimplemented function. 8 years ago
bunnei 4fb1b24d68 hle: Implement ConvertSessionToDomain, various cleanups. 8 years ago
bunnei 72eeca1f03 hle: Add service stubs for apm and appletOE. 8 years ago
bunnei 960a1416de hle: Initial implementation of NX service framework and IPC. 8 years ago
bunnei d62750c46d Remove more 3DS-specific code. 8 years ago
bunnei 15983dcfdc Remove more 3DS-specific code. 8 years ago
bunnei dbd15b0d10 Remove more 3DS-specific code. 8 years ago
bunnei 72b03025ac Remove lots more 3DS-specific code. 8 years ago
bunnei 0906de9a14 hle: Remove a large amount of 3ds-specific service code. 8 years ago
Dragios 83e5f639e6 Change command header in nwm::UDS Initialize function 8 years ago
bunnei 3411883fe3 arm: Use 64-bit addressing in a bunch of places. 9 years ago
Subv 5bae5a48b9 Services/NIM: Implement CheckForSysUpdateEvent. 8 years ago
B3n30 afb1012bcd Services/UDS: Handle the rest of the connection sequence. (#2963) 8 years ago
Huw Pascoe a13ab958cb Fixed type conversion ambiguity 8 years ago
Subv e27ae04696 HLE/APT: Always set up the APT parameter when starting a library applet. 8 years ago
Subv 774e7deae8 HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. 8 years ago
B3n30 d673d508dd Services/UDS: Added a function to send EAPoL-Start packets (#2920) 8 years ago
Subv 7096f01c14 HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the Home Menu doesn't try to reboot the system. 8 years ago
Subv b57d58c0dc HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize 8 years ago
Subv 0b33e36292 HLE/SRV: Implemented RegisterService. 8 years ago
Subv 3d86e3afc4 Services/NS: Port ns:s to the new service framework. 9 years ago
wwylele 59a9aaf388 APT: load different shared font depending on the region 9 years ago
Subv f64cd87604 Services/UDS: Remove an old duplicated declaration of WifiPacket. 9 years ago
Subv d088dbfbe1 Services/UDS: Handle the connection sequence packets. 9 years ago
Subv 2e9f544ecc Services/UDS: Store the received beacon frames until RecvBeaconBroadcastData is called, up to 15 beacons at the same time, removing any older beacon frames when the limit is exceeded. 9 years ago
Subv 54411bef4e Services/UDS: Add functions to generate 802.11 auth and assoc response frames. 9 years ago
wwylele c84e60b470 HID: use TouchDevice for touch pad 9 years ago
wwylele 54c0c8adee HID: fix a comment and a warning 9 years ago
MerryMage b67c2dc82c dsp_dsp: Remove size assertion in LoadComponent 9 years ago
wwylele 867eabd6b7 HID: use MotionDevice for Accelerometer and Gyroscope 9 years ago
wwylele 599de29ea3 HID: zero unused PadState bits 9 years ago