mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +00:00
Increase default windowed screen height to the minimum
for a colour Mac (was appropriate for B&W only)
This commit is contained in:
parent
e8522126d5
commit
5f7830a3d5
@ -93,5 +93,5 @@ void SavePrefs(void)
|
||||
void AddPlatformPrefsDefaults(void)
|
||||
{
|
||||
PrefsReplaceString("extfs", "/");
|
||||
PrefsReplaceString("screen", "win/512/342/32");
|
||||
PrefsReplaceString("screen", "win/512/384/16");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user