mirror of
https://github.com/86Box/86Box.git
synced 2026-02-26 14:03:16 -07:00
Merge branch '86Box:master' into master
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#define MAX_UUID_LEN 64
|
||||
|
||||
/* Default language 0xFFFF = from system, 0x409 = en-US */
|
||||
#define DEFAULT_LANGUAGE 0x0409
|
||||
#define DEFAULT_LANGUAGE 0xffff
|
||||
|
||||
#define POSTCARDS_NUM 4
|
||||
#define POSTCARD_MASK (POSTCARDS_NUM - 1)
|
||||
|
||||
@@ -70,6 +70,7 @@ typedef struct scsi_cdrom_t {
|
||||
int was_cached;
|
||||
int toc_cached;
|
||||
int media_access;
|
||||
int sectors_num;
|
||||
|
||||
uint8_t vendor_type;
|
||||
uint8_t ven_cmd_is_data[256];
|
||||
|
||||
Reference in New Issue
Block a user