grammar fix
Co-Authored-By: Eurose <eurose209@users.noreply.github.com>
This commit is contained in:
parent
8e84fdf7f5
commit
31f0cc4a9b
|
@ -295,7 +295,7 @@ HRESULT WINAPI XTL::EMUPATCH(DirectSoundCreate)
|
||||||
break;
|
break;
|
||||||
case DSERR_OUTOFMEMORY:
|
case DSERR_OUTOFMEMORY:
|
||||||
dsErrorMsg = "Unable to allocate DirectSound subsystem class."
|
dsErrorMsg = "Unable to allocate DirectSound subsystem class."
|
||||||
"\n\nPlease close any opened application(s) or restart computer before try again.";
|
"\n\nPlease close any opened application(s) or restart computer before trying again.";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
dsErrorMsg = "DirectSoundCreate8 unknown failed: 0x%08X";
|
dsErrorMsg = "DirectSoundCreate8 unknown failed: 0x%08X";
|
||||||
|
|
Loading…
Reference in New Issue