mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
Merge pull request #24 from vasi/standalone-generic-disk
Standalone GUI doesn't need to pull in all the generic disks
This commit is contained in:
commit
7782a40f67
@ -68,9 +68,11 @@
|
||||
#include "debug.h"
|
||||
|
||||
static disk_factory *disk_factories[] = {
|
||||
#ifndef STANDALONE_GUI
|
||||
disk_sparsebundle_factory,
|
||||
#if defined(HAVE_LIBVHD)
|
||||
disk_vhd_factory,
|
||||
#endif
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user