fixed more indentation issues
This commit is contained in:
parent
2b8b4225cb
commit
4206be82ff
1 changed files with 2 additions and 2 deletions
|
@ -128,9 +128,9 @@ void ReadHWRegs(Service::Interface* self) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void GetAppletInfo(Service::Interface* self) {
|
void GetAppletInfo(Service::Interface* self) {
|
||||||
u32* cmd_buff = Service::GetCommandBuffer();
|
u32* cmd_buff = Service::GetCommandBuffer();
|
||||||
ERROR_LOG(KERNEL, "Unimplemented function");
|
ERROR_LOG(KERNEL, "Unimplemented function");
|
||||||
cmd_buff[1] = 0; // No error
|
cmd_buff[1] = 0; // No error
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetBufferSwap(u32 screen_id, const FrameBufferInfo& info) {
|
void SetBufferSwap(u32 screen_id, const FrameBufferInfo& info) {
|
||||||
|
|
Loading…
Reference in a new issue