More pci_dummy.c fixes and it's now instantiable and the exposed init function initializes it for PCI slot brute force purposes.

This commit is contained in:
OBattler
2023-02-11 22:15:50 +01:00
parent 476e8eeead
commit c6359517c1
2 changed files with 147 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
#ifndef EMU_PCI_DUMMY_H
#define EMU_PCI_DUMMY_H
extern void pci_dummy_init(void);
extern void pci_dummy_init(int min_slot, int max_slot, int nb_slot, int sb_slot);
#endif /*EMU_PCI_DUMMY_H*/