- 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

@ -5,7 +5,7 @@ PCHAR DDErrorString (HRESULT hResult)
{
switch (hResult)
{
case DD_OK: return "DD_OK";
case DD_OK: return "DD_OK";
case DDERR_ALREADYINITIALIZED: return "DDERR_ALREADYINITIALIZED";
case DDERR_CANNOTATTACHSURFACE: return "DDERR_CANNOTATTACHSURFACE";
case DDERR_CANNOTDETACHSURFACE: return "DDERR_CANNOTDETACHSURFACE";