Changed the pointers to void pointers.

This commit is contained in:
OBattler
2022-07-30 23:56:33 +02:00
parent 338fd9acdf
commit f199ddcbcc

View File

@@ -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;