forked from Dniel97/segatools
amex/ds.c: Rename ds.txt to pcbid.txt
ALLS hardware does not have a DS EEPROM or indeed even an AMEX. It uses the Windows hostname instead. We'd like to use the same file name for both use cases, so let's change the file name to be something more generic.
This commit is contained in:
parent
9924bf6018
commit
690f96f276
@ -46,7 +46,7 @@ static HRESULT ds_ioctl_get_geometry(struct irp *irp);
|
||||
static HRESULT ds_ioctl_setup(struct irp *irp);
|
||||
static HRESULT ds_ioctl_read_sector(struct irp *irp);
|
||||
|
||||
static const char ds_serial_file[] = "DEVICE/ds.txt";
|
||||
static const char ds_serial_file[] = "DEVICE/pcbid.txt";
|
||||
static struct ds_eeprom ds_eeprom;
|
||||
static HANDLE ds_fd;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user