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 Sat Jun 13 07:12:51 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Load plugins from the directory containing the executable first if they're there -
simplifies development testing.
Add dummy plugin for easy identification of the plugin directory
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 Sat Jun 13 07:12:51 2009 +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 {
.