mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 12:00:06 +00:00
NS: Lowercase NS:S to ns:s like it should be
This commit is contained in:
parent
6c8faaf2c2
commit
61ebeca765
@ -7,7 +7,7 @@
|
||||
namespace Service::NS {
|
||||
|
||||
NS_S::NS_S(std::shared_ptr<Service::APT::Module> apt)
|
||||
: Service::APT::Module::NSInterface(std::move(apt), "NS:S", Service::APT::MaxAPTSessions) {
|
||||
: Service::APT::Module::NSInterface(std::move(apt), "ns:s", 2) {
|
||||
static const FunctionInfo functions[] = {
|
||||
{0x000100C0, nullptr, "LaunchFIRM"},
|
||||
{0x000200C0, nullptr, "LaunchTitle"},
|
||||
|
Loading…
Reference in New Issue
Block a user