From 73e7afaf180b28daa561c7c24908f104be44858e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 22 Jul 2003 20:36:43 +0000 Subject: adjusted to play_cdrom parameter name change in common/system.h svn-id: r9132 --- backends/gp32/gp32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/gp32/gp32.h') diff --git a/backends/gp32/gp32.h b/backends/gp32/gp32.h index 764ed4e18f..61ca9e7a37 100644 --- a/backends/gp32/gp32.h +++ b/backends/gp32/gp32.h @@ -93,7 +93,7 @@ public: bool poll_cdrom(); // Play cdrom audio track - void play_cdrom(int track, int num_loops, int start_frame, int end_frame); + void play_cdrom(int track, int num_loops, int start_frame, int duration); // Stop cdrom audio track void stop_cdrom(); -- cgit v1.2.3