mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
fixes
This commit is contained in:
parent
6521d8d41b
commit
26b0bed7e5
@ -660,7 +660,6 @@ const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
|
||||
return "There is no 3D present.";
|
||||
case DDERR_NOCOLORCONVHW:
|
||||
return "Operation could not be carried out because there is no color conversion hardware present or available.";
|
||||
;
|
||||
case DDERR_NOCLIPLIST:
|
||||
return "No cliplist available.";
|
||||
case DDERR_NOCOLORKEY:
|
||||
@ -771,8 +770,8 @@ const char* MxDeviceEnumerate::EnumerateErrorToString(HRESULT p_error)
|
||||
return "HWND used by DirectDraw CooperativeLevel has been subclassed, this prevents DirectDraw fr om restoring "
|
||||
"state.";
|
||||
case DDERR_HWNDALREADYSET:
|
||||
"The CooperativeLevel HWND has already been set. It can not be reset while the process has surfaces or "
|
||||
"palettes created.";
|
||||
return "The CooperativeLevel HWND has already been set. It can not be reset while the process has surfaces or "
|
||||
"palettes created.";
|
||||
case DDERR_NOPALETTEATTACHED:
|
||||
return "No palette object attached to this surface.";
|
||||
case DDERR_NOPALETTEHW:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user