mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-26 08:32:20 +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"
|
#include "debug.h"
|
||||||
|
|
||||||
static disk_factory *disk_factories[] = {
|
static disk_factory *disk_factories[] = {
|
||||||
|
#ifndef STANDALONE_GUI
|
||||||
disk_sparsebundle_factory,
|
disk_sparsebundle_factory,
|
||||||
#if defined(HAVE_LIBVHD)
|
#if defined(HAVE_LIBVHD)
|
||||||
disk_vhd_factory,
|
disk_vhd_factory,
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user