diff --git a/src/core/hle/service/ac/ac.cpp b/src/core/hle/service/ac/ac.cpp index 6bcd7feeb..083092316 100644 --- a/src/core/hle/service/ac/ac.cpp +++ b/src/core/hle/service/ac/ac.cpp @@ -180,7 +180,6 @@ void Module::Interface::GetStatus(Kernel::HLERequestContext& ctx) { LOG_WARNING(Service_AC, "(STUBBED) called"); } - void Module::Interface::ScanAPs(Kernel::HLERequestContext& ctx) { IPC::RequestParser rp(ctx); const u32 arg1 = rp.Pop(); diff --git a/src/core/hle/service/ac/ac.h b/src/core/hle/service/ac/ac.h index 709b95de6..775d21dbc 100644 --- a/src/core/hle/service/ac/ac.h +++ b/src/core/hle/service/ac/ac.h @@ -130,7 +130,7 @@ public: * ? */ void ScanAPs(Kernel::HLERequestContext& ctx); - + /** * AC::GetInfraPriority service function * Inputs: