mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-11 11:51:29 -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");
|
||||
}
|
||||
|
||||
|
||||
void Module::Interface::ScanAPs(Kernel::HLERequestContext& ctx) {
|
||||
IPC::RequestParser rp(ctx);
|
||||
const u32 arg1 = rp.Pop();
|
||||
|
||||
@ -130,7 +130,7 @@ public:
|
||||
* ?
|
||||
*/
|
||||
void ScanAPs(Kernel::HLERequestContext& ctx);
|
||||
|
||||
|
||||
/**
|
||||
* AC::GetInfraPriority service function
|
||||
* Inputs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user