| Age | Commit message (Collapse) | Author |
|
service: Add nfc services
|
|
service: Add the lbl service
|
|
Adds the skeleton of the nfc service based off the information provided
on Switch Brew.
|
|
Adds the skeleton of the lbl service based off the information provided
by Switch Brew.
|
|
Adds the skeleton for the btdrv service based off the information provided by Switch Brew
|
|
service: Add the grc:c service
|
|
service: Add the nim services
|
|
Adds the basic skeleton for the grc:c service based off the information
provided by Switch Brew.
|
|
Adds the skeleton for the nim services based off information from Switch
Brew.
|
|
Adds ldn services based off information provided by Switch Brew.
|
|
service: Add ldr services
|
|
service: Add erpt and eupld services
|
|
Adds the skeleton for the ldr-related services based off the information
provided on Switch Brew.
|
|
Adds the skeleton for the eupld services based off information on Switch
Brew.
|
|
Adds the basic skeleton of the erpt service based off information on
Switch Brew.
|
|
service: Add pm services
|
|
Adds the skeleton for the process management services based off
information on Switch Brew.
|
|
Adds the skeleton for the ETicket service based off the information on
Switch Brew
|
|
|
|
|
|
|
|
|
|
This makes the formatting expectations more obvious (e.g. any zero padding specified
is padding that's entirely dedicated to the value being printed, not any pretty-printing
that also gets tacked on).
|
|
Given we utilize fmt, we don't need to provide our own functions for formatting anymore
|
|
|
|
|
|
PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies
|
|
|
|
Playreport->PlayReport.
|
|
SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
|
|
Converts the service manager from a global into an instance-based
variable.
|
|
Versions prior to this didn't compile on OpenBSD due to unconditional
use of the non-standard strtod_l() function.
The fmt::MemoryWriter API has been removed in the intervening
versions, so replace its use with fmt::memory_buffer and fmt::format_to.
The library also no longer provides the fmt::fmt ALIAS, so define
it in externals/CMakeLists.txt.
|
|
service: Initialize NFP service.
Log: Add NFP service as a log subtype.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It'll be needed when we implement CreateManagedDisplayLayer.
|
|
It is now created during Service initialization and passed to all the services that need it.
|
|
|
|
* Stubs for various acc:u0 funcs needed
* Stub for GetDesiredLanguage in IApplicationFunctions
* Add set service + stubs needed for games
* Fix formatting
* Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes
* Remove IProfile::Get(needs more research), fix IPC response sizes
|
|
* bsd: start stubbing bsd:u and sfdnsres
* bsd: stubbed RegisterClient
* bsd: attempt to get past socket()
* bsd: fix some wrong assumptions about IPC
* bsd: fix format specifiers
* bsd: stubbed Connect()
* bsd: stubbed SendTo()
* made requested changes
* sockets: respect alphabetical order at service installation
* run clang-format
* bsd: start stubbing bsd:u and sfdnsres
* bsd: stubbed RegisterClient
* bsd: attempt to get past socket()
* bsd: fix some wrong assumptions about IPC
* bsd: fix format specifiers
* bsd: stubbed Connect()
* bsd: stubbed SendTo()
* made requested changes
* sockets: respect alphabetical order at service installation
* run clang-format
* run clang-format (2)
|