On Tuesday 07 June 2011 19:44:49 Henri Verbeet wrote:
> if (wined3d_settings.logo)
> - IWineD3DDeviceImpl_LoadLogo(device, wined3d_settings.logo);
> + device_load_logo(device, wined3d_settings.logo);
Does the logo stuff still work? I thought about removing it, I don't think it
has any use.
The original intentions were for debugging(Is wined3d used on Windows?) and
for making nice and fancy screenshots, but I don't think anyone uses it.