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: 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.";