mirror of
https://github.com/joel16/CMFileManager-PSP.git
synced 2024-11-26 21:20:24 +00:00
kernel_functions: Fix indentation
This commit is contained in:
parent
e084512afd
commit
30b0be604e
@ -12,7 +12,7 @@ int pspAudioSetFrequency(int frequency) {
|
||||
void *func_addr = nullptr;
|
||||
int ret = 0;
|
||||
|
||||
func_addr = (void*)sctrlHENFindFunction("sceAudio_driver", "sceAudio_driver", 0xA2BEAA6C);
|
||||
func_addr = (void *)sctrlHENFindFunction("sceAudio_driver", "sceAudio_driver", 0xA2BEAA6C);
|
||||
args.arg1 = static_cast<u32>(frequency);
|
||||
|
||||
if (R_FAILED(ret = kuKernelCall(func_addr, &args)))
|
||||
|
Loading…
Reference in New Issue
Block a user