- Release Ddraw Object Test_CreateDDraw

- First Surface Test of many to follow
- GetMonitorFrequency and whitespace changes by EmuandCo

svn path=/trunk/; revision=26758
This commit is contained in:
Maarten Bosma 2007-05-13 17:31:35 +00:00
parent 779a784f15
commit 35b29a1d0a
5 changed files with 61 additions and 18 deletions

View file

@ -15,7 +15,8 @@ TEST TestList[] =
{ "DirectDrawCreate(Ex)", Test_CreateDDraw },
{ "IDirectDraw::SetCooperativeLevel", Test_SetCooperativeLevel },
// { "IDirectDraw::EnumDisplayModes/SetDisplayMode", Test_DisplayModes }, // uncomment this test if you have enough time and patience
{ "IDirectDraw::CreateSurface", Test_CreateSurface }
{ "IDirectDraw::CreateSurface", Test_CreateSurface },
{ "IDirectDraw::GetMonitorFrequency", Test_GetMonitorFrequency },
};
/* The function that gives us the number of tests */