Skip to content

Commit

Permalink
Quit disabling XenoGC
Browse files Browse the repository at this point in the history
- Disabling it after patching the drive is a bad idea
- XenoGC is much more reliable than our own DVD patching so let it do
  its thing
  • Loading branch information
9ary committed May 5, 2018
1 parent d94e595 commit e0b7aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cube/swiss/source/devices/dvd/deviceHandler-DVD.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ int initialize_disc(u32 streaming) {
else {
dvd_set_streaming(*(char*)0x80000008);
}
xeno_disable();
}
else { //Wii, in GC Mode
DVD_Reset(DVD_RESETHARD);
Expand Down

0 comments on commit e0b7aac

Please sign in to comment.