On Wed, Feb 21, 2018 at 5:36 AM Henri Verbeet hverbeet@gmail.com wrote:
On 20 February 2018 at 11:06, Alex Henrie alexhenrie24@gmail.com wrote:
Signed-off-by: Alex Henrie alexhenrie24@gmail.com
v2: Reset diff_count3 to 0 after use
dlls/ddraw/tests/d3d.c | 77 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 21 deletions(-)
Unfortunately the only way to fix these is by porting them to ddraw[1247].c.
I looked at this again today and realized that only IDirect3DDevice7 has a Load function. So, I don't immediately see a way to rewrite the device load tests for DDraw 1-4. It seems like we could just move the existing tests to ddraw7.c.
-Alex