-reverted overjoys change about gc audio streaming because

it broke it
@overjoy:
I tested the place where it was well enough, I tried to move
it but you can't, you need to set it directly if you want or not,
install plain mios v10 and you'll see there is no other way
This commit is contained in:
fix94.1 2012-05-04 05:09:40 +00:00
parent bb285e4188
commit 7e4ca9a773
2 changed files with 2 additions and 3 deletions

View File

@ -255,8 +255,8 @@ s32 Disc_Open(void)
/* Read disc ID */
ret = WDVD_ReadDiskId(diskid);
/* Directly set Audio Streaming for GC But not here ;) */
//gprintf("Setting Audio Streaming for GC Games: 0x%08x\n", WDVD_SetStreaming());
/* Directly set Audio Streaming for GC*/
gprintf("Setting Audio Streaming for GC Games: 0x%08x\n", WDVD_SetStreaming());
return ret;
}

View File

@ -1043,7 +1043,6 @@ void CMenu::_launchGame(dir_discHdr *hdr, bool dvd)
else
{
/* Read GC disc header */
gprintf("Setting Audio Streaming for GC Games: 0x%08x\n", WDVD_SetStreaming());
struct gc_discHdr *gcHeader = (struct gc_discHdr *)MEM2_alloc(sizeof(struct gc_discHdr));
Disc_ReadGCHeader(gcHeader);
memcpy(hdr->hdr.id, gcHeader->id, 6);