Mark IDirectDrawClipper::SetHWnd() as implemented

SDL does not allow rendering outside it's window and so there is no need to limit it to the window in the first place.
This commit is contained in:
Anders Jenbo 2025-05-24 20:46:31 +02:00 committed by GitHub
parent fbdb89cf20
commit 9f6fc5f873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,6 @@ SDL_Surface* DDBackBuffer;
HRESULT IDirectDrawClipper::SetHWnd(DWORD unnamedParam1, HWND hWnd)
{
MINIWIN_NOT_IMPLEMENTED();
return DD_OK;
}