View Single Post
Old 25 November 2017, 14:37   #6
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,343
I tried a simple binary patch to WinUAE 3.6.0b8, equivalent to changing
d3d->dpp.SwapEffect = D3DSWAPEFFECT_DISCARD;
in direct3d.cpp to
d3d->dpp.SwapEffect = D3DSWAPEFFECT_OVERLAY;

Not too surprisingly, that didn't work! Starting emulation gave this in the log:
CreateDeviceEx failed, 8876086C S=1 F=0876 C=086C (2156) ()

If anyone else feels like checking (maybe different with other OS version or graphics hardware?), in 32-bit WinUAE 3.6.0b8 change the byte at offset $5B469C from 01 to 04.
mark_k is offline  
 
Page generated in 0.04491 seconds with 11 queries