The Windows absolute path checker now considers the forward slash as well;
Applied all applicable PCem commits; The PS/1 and PS/2 machines now have the correct graphics cards - fixes the reference diskettes; The open dialog code now changes directory to usr_path after the dialog is closed; Disabled excess logging in the TI SVGA code.
This commit is contained in:
@@ -1149,8 +1149,7 @@ void sb_poll_i(void *p)
|
||||
|
||||
void sb_dsp_update(sb_dsp_t *dsp)
|
||||
{
|
||||
/*this "if" implements two things: speaker on/off and buffer cleanup after stopping audio. */
|
||||
if (!dsp->sbenable || dsp->muted)
|
||||
if (dsp->muted)
|
||||
{
|
||||
dsp->sbdatl=0;
|
||||
dsp->sbdatr=0;
|
||||
|
||||
Reference in New Issue
Block a user