mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 23:20:05 +00:00
fixed more indentation issues
This commit is contained in:
parent
2b8b4225cb
commit
4206be82ff
@ -128,9 +128,9 @@ void ReadHWRegs(Service::Interface* self) {
|
||||
}
|
||||
|
||||
void GetAppletInfo(Service::Interface* self) {
|
||||
u32* cmd_buff = Service::GetCommandBuffer();
|
||||
u32* cmd_buff = Service::GetCommandBuffer();
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user