1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/emulators/hugo/files/patch-osd_freebsd_cd.c
Cheng-Lung Sung cce58bca30 Add hugo 2.12, a PC Engine (TurboGrafx 16) emulator.
PR:		ports/97519
Submitted by:	Li-Lun Wang <llwang@infor.org>
2006-05-27 15:24:20 +00:00

28 lines
457 B
C

--- osd_freebsd_cd.c.orig Fri May 19 01:33:50 2006
+++ osd_freebsd_cd.c Fri May 19 01:36:44 2006
@@ -38,7 +38,7 @@
}
-int osd_cd_read(UChar *p, UInt32 sector)
+void osd_cd_read(UChar *p, UInt32 sector)
{
/*
int retries = 0;
@@ -236,15 +236,3 @@
perror("play_audio_range");
*/
}
-
-void osd_cd_subchannel_info(unsigned short offset)
-{ }
-
-void osd_cd_status(int *status)
-{}
-
-void osd_cd_resume(void)
-{}
-
-void osd_cd_pause(void)
-{}