Mark IDirectDrawClipper::SetHWnd() as implemented (#154)

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 21:06:10 +02:00 committed by GitHub
parent 2fec243378
commit 99cdeb6596
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;
}