mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-06-03 21:55:00 -06:00
Coding style fixes
This commit is contained in:
parent
4e73a1d057
commit
36f416469f
@ -180,7 +180,6 @@ void Module::Interface::GetStatus(Kernel::HLERequestContext& ctx) {
|
|||||||
LOG_WARNING(Service_AC, "(STUBBED) called");
|
LOG_WARNING(Service_AC, "(STUBBED) called");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Module::Interface::ScanAPs(Kernel::HLERequestContext& ctx) {
|
void Module::Interface::ScanAPs(Kernel::HLERequestContext& ctx) {
|
||||||
IPC::RequestParser rp(ctx);
|
IPC::RequestParser rp(ctx);
|
||||||
const u32 arg1 = rp.Pop();
|
const u32 arg1 = rp.Pop();
|
||||||
|
|||||||
@ -130,7 +130,7 @@ public:
|
|||||||
* ?
|
* ?
|
||||||
*/
|
*/
|
||||||
void ScanAPs(Kernel::HLERequestContext& ctx);
|
void ScanAPs(Kernel::HLERequestContext& ctx);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AC::GetInfraPriority service function
|
* AC::GetInfraPriority service function
|
||||||
* Inputs:
|
* Inputs:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user