mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +00:00
ifndef so prefs editor compiles
This commit is contained in:
parent
b1f1592f44
commit
3b28326f7e
@ -66,7 +66,9 @@ prefs_desc common_prefs_items[] = {
|
|||||||
|
|
||||||
void AddPrefsDefaults(void)
|
void AddPrefsDefaults(void)
|
||||||
{
|
{
|
||||||
|
#ifndef PREFS_EDITOR
|
||||||
SysAddSerialPrefs();
|
SysAddSerialPrefs();
|
||||||
|
#endif
|
||||||
PrefsAddInt32("bootdriver", 0);
|
PrefsAddInt32("bootdriver", 0);
|
||||||
PrefsAddInt32("bootdrive", 0);
|
PrefsAddInt32("bootdrive", 0);
|
||||||
PrefsAddInt32("ramsize", 16 * 1024 * 1024);
|
PrefsAddInt32("ramsize", 16 * 1024 * 1024);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user