mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +00:00
Adapt for new functions (DarwinSysInit() & DarwinSysExit())
This commit is contained in:
parent
61a2e86594
commit
ecdc036c69
@ -1568,7 +1568,8 @@ void MountVolume(void *fh) { }
|
||||
void FileDiskLayout(loff_t size, uint8 *data, loff_t &start_byte, loff_t &real_size) { }
|
||||
|
||||
#if defined __APPLE__ && defined __MACH__
|
||||
void DarwinAddCDROMPrefs(void) { }
|
||||
void DarwinSysInit(void) { }
|
||||
void DarwinSysExit(void) { }
|
||||
void DarwinAddFloppyPrefs(void) { }
|
||||
void DarwinAddSerialPrefs(void) { }
|
||||
bool DarwinCDReadTOC(char *, uint8 *) { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user