131 Commits (f9dae990066cb0fa3730a811353781e9e7bffa19)

Author SHA1 Message Date
bunnei f9dae99006 service: Fix all incorrect IPC response headers. 8 years ago
Subv eb58f852f8 AppletOE: Make ISelfController keep a reference to nvflinger. 8 years ago
Subv 42859461f3 Services: Vi shouldn't be responsible for creating nvflinger. 8 years ago
David Marcec d64b7d7dfd filesystem: Implement basic IStorage functionality. 8 years ago
goaaats c457f34eb2 acc, set, applet_oe: stub various functions, add set service (#105) 8 years ago
flerovium^-^ 463356f0a7 Start to implement/stub BSD:U and SFDNSRES services (#78) 8 years ago
bunnei 4b156d2e64 acc_u0: Add IPC interface and stub InitializeApplicationInfo. 8 years ago
Subv 30657f9ca1 NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call. 8 years ago
bunnei 7bedea73a8 time: Implement GetStandardUserSystemClock, GetCurrentTime. 8 years ago
bunnei 7a50d56d0e audio: Stub out AudOutU::ListAudioOuts. 8 years ago
bunnei f4a3d28224 hid: Implement IAppletResource::GetSharedMemoryHandle. 8 years ago
bunnei 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
James Rowe 70e65ee63a Remove settings issues in sdl and fix a few files that broke in mingw 8 years ago
Subv 25f29c2f4f NV: Implemented (with stubs) the vi:m service and some of its subservices. 8 years ago
bunnei dcdaac8a0b kernel: Fix implementation of ConvertSessionToDomain. 8 years ago
bunnei fcd4c1a0dc service: Add empty interface for pctl:a. 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 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 15983dcfdc Remove more 3DS-specific code. 8 years ago
bunnei dbd15b0d10 Remove more 3DS-specific code. 8 years ago
bunnei 0906de9a14 hle: Remove a large amount of 3ds-specific service code. 8 years ago
Subv 3d86e3afc4 Services/NS: Port ns:s to the new service framework. 8 years ago
Yuri Kunde Schlesner 723dc644fa ResultVal: Remove MoveFrom() 9 years ago
Yuri Kunde Schlesner 0dfafdbe59 Kernel/IPC: Make HLERequestContext usable from outside kernel 9 years ago
Yuri Kunde Schlesner 8cb65fe65a Kernel: Basic support for IPC translation for HLE services 9 years ago
Yuri Kunde Schlesner 20e5abb308 ServiceFramework: Use separate copy of command buffer 9 years ago
Yuri Kunde Schlesner 6f368abe13 Service/sm: Convert 'srv:' to ServiceFramework 9 years ago
Yuri Kunde Schlesner c92a8a6154 Service: Remove a few redundant namespace qualifiers 9 years ago
Yuri Kunde Schlesner 84c497292a Service: Add new ServiceFramework framework for writing HLE services 9 years ago
Yuri Kunde Schlesner d96a9e0c11 Service: Remove unnecessary includes from service.h 9 years ago
Yuri Kunde Schlesner 23ec6b3d8f Service: Make service registration part of the sm implementation 9 years ago
Yuri Kunde Schlesner 1eee09f364 Service: Move SRV interface to a new sm/ subdirectory 9 years ago
Yuri Kunde Schlesner 6354d08359 Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 9 years ago
Yuri Kunde Schlesner e626a520ca HLE: Move SessionRequestHandler from Service:: to Kernel:: 9 years ago
mailwl f2985f7080 Service/NFC: stub GetTagInRangeEvent 9 years ago
mailwl c6f4b93f2e Service/AC: add ac:i service 9 years ago
mailwl 069a88dad7 Service/NWM: add nwm services 9 years ago
Subv 016307ae65 Fixed the codestyle to match our clang-format rules. 9 years ago
mailwl 5dea1faedd Service/ACT: move ACT services to folder 9 years ago
Lioncash 963aedd8cc Add all services to the Service namespace 9 years ago
Subv ebbb55ec8f Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass. 9 years ago
Subv deb83c9fc5 Kernel/IPC: Small codestyle cleanup 9 years ago
Subv 386112da32 Added a framework for partially handling Session disconnections. 9 years ago
Subv f9bcf89510 Use std::move where appropriate. 9 years ago