mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-24 04:09:15 +01:00
-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:
parent
bb285e4188
commit
7e4ca9a773
@ -255,8 +255,8 @@ s32 Disc_Open(void)
|
|||||||
/* Read disc ID */
|
/* Read disc ID */
|
||||||
ret = WDVD_ReadDiskId(diskid);
|
ret = WDVD_ReadDiskId(diskid);
|
||||||
|
|
||||||
/* Directly set Audio Streaming for GC But not here ;) */
|
/* Directly set Audio Streaming for GC*/
|
||||||
//gprintf("Setting Audio Streaming for GC Games: 0x%08x\n", WDVD_SetStreaming());
|
gprintf("Setting Audio Streaming for GC Games: 0x%08x\n", WDVD_SetStreaming());
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
@ -1043,7 +1043,6 @@ void CMenu::_launchGame(dir_discHdr *hdr, bool dvd)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Read GC disc header */
|
/* 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));
|
struct gc_discHdr *gcHeader = (struct gc_discHdr *)MEM2_alloc(sizeof(struct gc_discHdr));
|
||||||
Disc_ReadGCHeader(gcHeader);
|
Disc_ReadGCHeader(gcHeader);
|
||||||
memcpy(hdr->hdr.id, gcHeader->id, 6);
|
memcpy(hdr->hdr.id, gcHeader->id, 6);
|
||||||
|
Loading…
Reference in New Issue
Block a user