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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user