mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
extfs now defaults to user's home directory (mounting / is a bit dangerous, and slow)
This commit is contained in:
parent
665ef27a0e
commit
786072d3a6
@ -100,7 +100,7 @@ void SavePrefs(void)
|
||||
|
||||
void AddPlatformPrefsDefaults(void)
|
||||
{
|
||||
PrefsReplaceString("extfs", "/");
|
||||
PrefsReplaceString("extfs", getenv("HOME"));
|
||||
PrefsReplaceString("screen", "win/512/384/16");
|
||||
#ifdef HAVE_SIGSEGV_SKIP_INSTRUCTION
|
||||
PrefsAddBool("ignoresegv", false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user