Search
lxdream.org :: lxdream/src/gdrom/gdrom.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/gdrom.h
changeset 492:84e33e4dda1c
prev489:45c8ddcf52cb
next561:533f6b478071
author nkeynes
date Wed Nov 14 10:18:21 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add portugese and german translations (thanks to GT and TK)
file annotate diff log raw
1.1 --- a/src/gdrom/gdrom.h Sun Nov 04 05:07:49 2007 +0000
1.2 +++ b/src/gdrom/gdrom.h Wed Nov 14 10:18:21 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: gdrom.h,v 1.15 2007-11-04 05:07:49 nkeynes Exp $
1.6 + * $Id: gdrom.h,v 1.16 2007-11-06 08:35:16 nkeynes Exp $
1.7 *
1.8 * This file defines the structures and functions used by the GD-Rom
1.9 * disc driver. (ie, the modules that supply a CD image to be used by the
1.10 @@ -70,6 +70,7 @@
1.11 uint32_t sector_size; /* For convenience, determined by mode */
1.12 uint32_t sector_count;
1.13 uint32_t offset; /* File offset of start of track - image files only */
1.14 + FILE *file;
1.15 } *gdrom_track_t;
1.16
1.17 typedef struct gdrom_disc {
1.18 @@ -163,6 +164,7 @@
1.19
1.20 extern struct gdrom_image_class nrg_image_class;
1.21 extern struct gdrom_image_class cdi_image_class;
1.22 +extern struct gdrom_image_class gdi_image_class;
1.23 extern struct gdrom_image_class cdrom_device_class;
1.24
1.25 /**
.