Search
lxdream.org :: lxdream/src/drivers/cd_none.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/cd_none.c
changeset 736:a02d1475ccfd
prev709:18c39a8e504c
author nkeynes
date Wed Sep 10 02:03:20 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Initial impl of the alternate PVR DMA channel
file annotate diff log raw
1.1 --- a/src/drivers/cd_none.c Wed Jun 25 10:40:45 2008 +0000
1.2 +++ b/src/drivers/cd_none.c Wed Sep 10 02:03:20 2008 +0000
1.3 @@ -22,7 +22,7 @@
1.4 static gdrom_disc_t cdnone_open_device( const gchar *filename, FILE *f );
1.5
1.6 struct gdrom_image_class cdrom_device_class = { "None", NULL,
1.7 - cdnone_image_is_valid, cdnone_open_device };
1.8 + cdnone_image_is_valid, cdnone_open_device };
1.9
1.10 GList *cdrom_get_native_devices(void)
1.11 {
.