Implement letter- and windowboxing for GDI

This commit is contained in:
Toni Spets 2011-07-09 17:39:01 +03:00
parent 6c7e656c67
commit 3f061f3a3b
4 changed files with 44 additions and 1 deletions

View file

@ -99,6 +99,7 @@ DWORD WINAPI render_main(void)
/* convert ddraw surface to opengl texture */
EnterCriticalSection(&ddraw->cs);
if(ddraw->primary && ddraw->primary->palette)
{
if(ddraw->vhack && detect_cutscene())