aboutsummaryrefslogtreecommitdiff
path: root/examples/cdrom/cdxa/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cdrom/cdxa/main.c')
-rw-r--r--examples/cdrom/cdxa/main.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/cdrom/cdxa/main.c b/examples/cdrom/cdxa/main.c
index 55cb508..0112437 100644
--- a/examples/cdrom/cdxa/main.c
+++ b/examples/cdrom/cdxa/main.c
@@ -235,14 +235,13 @@ void init()
{
int i;
+ /* Uncomment to direct tty messages to serial */
+ //AddSIO(115200);
+
/* Reset GPU (also installs event handler for VSync) */
printf("Init GPU... ");
ResetGraph( 0 );
printf("Done.\n");
-
-
- /* Uncomment to direct tty messages to serial */
- AddSIO(115200);
/* Initialize SPU and CD-ROM */