mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
fix "FIXME"-text
svn path=/trunk/; revision=26372
This commit is contained in:
parent
2a7a36c6bf
commit
aa3af33258
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void setup_dsound_options(void)
|
|||
else if (strcmp(buffer, "Emulation") == 0)
|
||||
ds_hw_accel = DS_HW_ACCEL_EMULATION;
|
||||
}
|
||||
FIXME("dsound are Hardcode to software emulation until we fix it in ros");
|
||||
FIXME("dsound is hardcoded to software emulation until we fix it in ros\n");
|
||||
ds_hw_accel = DS_HW_ACCEL_EMULATION;
|
||||
|
||||
if (!get_config_key( hkey, appkey, "DefaultPlayback", buffer, MAX_PATH ))
|
||||
|
|
Loading…
Reference in a new issue