This commit is contained in:
Anonymous Maarten 2024-02-04 04:57:53 +01:00
parent 6521d8d41b
commit 26b0bed7e5

View File

@ -660,7 +660,6 @@ const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
return "There is no 3D present."; return "There is no 3D present.";
case DDERR_NOCOLORCONVHW: case DDERR_NOCOLORCONVHW:
return "Operation could not be carried out because there is no color conversion hardware present or available."; return "Operation could not be carried out because there is no color conversion hardware present or available.";
;
case DDERR_NOCLIPLIST: case DDERR_NOCLIPLIST:
return "No cliplist available."; return "No cliplist available.";
case DDERR_NOCOLORKEY: case DDERR_NOCOLORKEY:
@ -771,7 +770,7 @@ const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
return "HWND used by DirectDraw CooperativeLevel has been subclassed, this prevents DirectDraw fr om restoring " return "HWND used by DirectDraw CooperativeLevel has been subclassed, this prevents DirectDraw fr om restoring "
"state."; "state.";
case DDERR_HWNDALREADYSET: case DDERR_HWNDALREADYSET:
"The CooperativeLevel HWND has already been set. It can not be reset while the process has surfaces or " return "The CooperativeLevel HWND has already been set. It can not be reset while the process has surfaces or "
"palettes created."; "palettes created.";
case DDERR_NOPALETTEATTACHED: case DDERR_NOPALETTEATTACHED:
return "No palette object attached to this surface."; return "No palette object attached to this surface.";