service/csnd: Fix clang format
This commit is contained in:
parent
1f345642c4
commit
84c23ce2e5
@ -36,7 +36,8 @@ void CSND_SND::Initialize(Kernel::HLERequestContext& ctx) {
|
|||||||
rb.Push(RESULT_SUCCESS);
|
rb.Push(RESULT_SUCCESS);
|
||||||
rb.PushCopyObjects(mutex, shared_memory);
|
rb.PushCopyObjects(mutex, shared_memory);
|
||||||
|
|
||||||
LOG_WARNING(Service_CSND, "(STUBBED) called, size=0x{:08X} "
|
LOG_WARNING(Service_CSND,
|
||||||
|
"(STUBBED) called, size=0x{:08X} "
|
||||||
"offset0=0x{:08X} offset1=0x{:08X} offset2=0x{:08X} offset3=0x{:08X}",
|
"offset0=0x{:08X} offset1=0x{:08X} offset2=0x{:08X} offset3=0x{:08X}",
|
||||||
size, offset0, offset1, offset2, offset3);
|
size, offset0, offset1, offset2, offset3);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user