-z now disables stereo sound insted of enabling it, because it is on by default anyway
This commit is contained in:
@@ -321,7 +321,7 @@ int pccmdline(void)
|
||||
autoloadstate=my_atoi(argv[p+1]) + 1;
|
||||
p++;
|
||||
}
|
||||
else StereoSound=1;
|
||||
else StereoSound=0;
|
||||
// FIX STATMAT
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -325,7 +325,7 @@ printf("Hello the gui should now be off.");
|
||||
// p++;
|
||||
// }
|
||||
|
||||
StereoSound=1;
|
||||
StereoSound=0;
|
||||
|
||||
// FIX STATMAT
|
||||
break;
|
||||
|
||||
@@ -1146,7 +1146,7 @@ SECTION .data
|
||||
%ifdef __MSDOS__
|
||||
db ' -3 Enable triple buffering (disables vsync)',13,10
|
||||
%endif
|
||||
db ' -z Enable Stereo Sound',13,10
|
||||
db ' -z Disable Stereo Sound',13,10
|
||||
; FIX STATMAT
|
||||
%ifdef __WIN32__
|
||||
db ' -zs # Auto load specified save state slot on startup ',13,10
|
||||
|
||||
@@ -613,7 +613,7 @@ int pccmdline(void)
|
||||
autoloadstate=my_atoi(argv[p+1]) + 1;
|
||||
p++;
|
||||
}
|
||||
else StereoSound=1;
|
||||
else StereoSound=0;
|
||||
// FIX STATMAT
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user