From e7a5e97bf9cf39df89d820b755455122e55a23b2 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Sat, 17 May 2025 18:47:53 -0400 Subject: [PATCH] format --- soh/soh/stubs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/stubs.c b/soh/soh/stubs.c index 45ad375b8..118b36e72 100644 --- a/soh/soh/stubs.c +++ b/soh/soh/stubs.c @@ -147,7 +147,7 @@ void Audio_osWritebackDCache(void* mem, s32 size) { s32 osAiSetFrequency(u32 freq) { // this is based off the math from the original method /* - + s32 osAiSetFrequency(u32 frequency) { u8 bitrate; f32 dacRateF = ((f32)osViClock / frequency) + 0.5f; @@ -174,7 +174,7 @@ s32 osAiSetFrequency(u32 freq) { // osViClock comes from // #define VI_NTSC_CLOCK 48681812 /* Hz = 48.681812 MHz */ // s32 osViClock = VI_NTSC_CLOCK; - + // frequency was originally 32000 // given all of that, dacRate is