mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-03 19:39:39 +02:00
psp bugfixes, refactoring, stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@284 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -682,7 +682,7 @@ void emu_Loop(void)
|
||||
Reset940(1, 2);
|
||||
Pause940(1);
|
||||
}
|
||||
sound_rerate(Pico.m.frame_count ? 1 : 0);
|
||||
PsndRerate(Pico.m.frame_count ? 1 : 0);
|
||||
}
|
||||
snd_excess_add = ((PsndRate - PsndLen*target_fps)<<16) / target_fps;
|
||||
printf("starting audio: %i len: %i (ex: %04x) stereo: %i, pal: %i\n",
|
||||
|
||||
Reference in New Issue
Block a user