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.
On 7 June 2011 20:40, Stefan Dösinger stefandoesinger@gmx.at wrote:
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.
I don't know, I'm just fixing the naming here. I'm not terribly attached to that code, if you want to remove it that's fine with me.