mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Changed the pointers to void pointers.
This commit is contained in:
@@ -92,7 +92,7 @@ typedef struct {
|
||||
int bios_type;
|
||||
int files_no;
|
||||
uint32_t local, size;
|
||||
const device_t *dev1, *dev2;
|
||||
void *dev1, *dev2;
|
||||
const char **files;
|
||||
} device_config_bios_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user