From 7e4ca9a77311c55be458d8a66c7d4c59dffb0112 Mon Sep 17 00:00:00 2001 From: "fix94.1" Date: Fri, 4 May 2012 05:09:40 +0000 Subject: [PATCH] -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 --- source/loader/disc.c | 4 ++-- source/menu/menu_game.cpp | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source/loader/disc.c b/source/loader/disc.c index b063de41..54ae450b 100644 --- a/source/loader/disc.c +++ b/source/loader/disc.c @@ -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; } diff --git a/source/menu/menu_game.cpp b/source/menu/menu_game.cpp index 172ca499..1a1714e6 100644 --- a/source/menu/menu_game.cpp +++ b/source/menu/menu_game.cpp @@ -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);