This commit is contained in:
Anonymous Maarten 2024-02-04 05:06:12 +01:00
parent 26b0bed7e5
commit aa8acf88cf

View File

@ -701,7 +701,8 @@ const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
case DDERR_NOZBUFFERHW:
return "Operation could not be carried out because there is no hardware support for zbuffer blitting.";
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:
return "The hardware needed for the requested operation has already been allocated.";
case DDERR_NOZOVERLAYHW:
@ -764,8 +765,7 @@ const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
case DDERR_NOCLIPPERATTACHED:
return "No clipper object attached to surface object.";
case DDERR_NOHWND:
return "Clipper notification requires an HWND or no HWND has previously been set as the Cooperati veLevel "
"HWND.";
return "Clipper notification requires an HWND or no HWND has previously been set as the CooperativeLevel HWND.";
case DDERR_HWNDSUBCLASSED:
return "HWND used by DirectDraw CooperativeLevel has been subclassed, this prevents DirectDraw from restoring "
"state.";