ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/prefs_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/prefs_unix.cpp (file contents):
Revision 1.8 by gbeauche, 2005-01-30T21:48:20Z vs.
Revision 1.9 by gbeauche, 2005-03-28T09:05:28Z

# Line 106 | Line 106 | void AddPlatformPrefsDefaults(void)
106          PrefsReplaceString("extfs", "/");
107          PrefsReplaceInt32("mousewheelmode", 1);
108          PrefsReplaceInt32("mousewheellines", 3);
109        PrefsAddInt32("windowmodes", 3);
110        PrefsAddInt32("screenmodes", 0x3f);
109   #ifdef __linux__
110          if (access("/dev/.devfsd", F_OK) < 0) {
111                  PrefsReplaceString("dsp", "/dev/dsp");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines