fix "FIXME"-text

svn path=/trunk/; revision=26372
This commit is contained in:
Christoph von Wittich 2007-04-17 13:59:54 +00:00
parent 2a7a36c6bf
commit aa3af33258

View file

@ -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 ))