mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
psp, small fixes
This commit is contained in:
parent
e28fd20f08
commit
56ec20d262
2 changed files with 5 additions and 3 deletions
|
@ -566,7 +566,7 @@ static void sound_init(void)
|
|||
samples_made = samples_done = 0;
|
||||
samples_block = 2*22050/60; // make sure it goes to sema
|
||||
sound_thread_exit = 0;
|
||||
thid = sceKernelCreateThread("sndthread", sound_thread, 0x12, 0x10000, 0, NULL);
|
||||
thid = sceKernelCreateThread("sndthread", sound_thread, 0x12, 0x1000, 0, NULL);
|
||||
if (thid >= 0)
|
||||
{
|
||||
ret = sceKernelStartThread(thid, 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue