mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 03:31:15 +00:00
fixes
This commit is contained in:
parent
26b0bed7e5
commit
aa8acf88cf
@ -701,7 +701,8 @@ const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
|
|||||||
case DDERR_NOZBUFFERHW:
|
case DDERR_NOZBUFFERHW:
|
||||||
return "Operation could not be carried out because there is no hardware support for zbuffer blitting.";
|
return "Operation could not be carried out because there is no hardware support for zbuffer blitting.";
|
||||||
case DDERR_NOVSYNCHW:
|
case DDERR_NOVSYNCHW:
|
||||||
return "Operation could not be carried out because there is no hardware support for zbuffer blitting.";
|
return "Operation could not be carried out because there is no hardware support for vertical blank "
|
||||||
|
"synchronized operations.";
|
||||||
case DDERR_OUTOFCAPS:
|
case DDERR_OUTOFCAPS:
|
||||||
return "The hardware needed for the requested operation has already been allocated.";
|
return "The hardware needed for the requested operation has already been allocated.";
|
||||||
case DDERR_NOZOVERLAYHW:
|
case DDERR_NOZOVERLAYHW:
|
||||||
@ -764,8 +765,7 @@ const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
|
|||||||
case DDERR_NOCLIPPERATTACHED:
|
case DDERR_NOCLIPPERATTACHED:
|
||||||
return "No clipper object attached to surface object.";
|
return "No clipper object attached to surface object.";
|
||||||
case DDERR_NOHWND:
|
case DDERR_NOHWND:
|
||||||
return "Clipper notification requires an HWND or no HWND has previously been set as the Cooperati veLevel "
|
return "Clipper notification requires an HWND or no HWND has previously been set as the CooperativeLevel HWND.";
|
||||||
"HWND.";
|
|
||||||
case DDERR_HWNDSUBCLASSED:
|
case DDERR_HWNDSUBCLASSED:
|
||||||
return "HWND used by DirectDraw CooperativeLevel has been subclassed, this prevents DirectDraw from restoring "
|
return "HWND used by DirectDraw CooperativeLevel has been subclassed, this prevents DirectDraw from restoring "
|
||||||
"state.";
|
"state.";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user