preliminary libretro GLSL shader support https://github.com/libretro/glsl-shaders

This commit is contained in:
FunkyFr3sh 2018-05-12 12:28:07 +02:00
parent 0e511f1a7d
commit 87450e320f
6 changed files with 284 additions and 34 deletions

View file

@ -90,6 +90,7 @@ typedef struct IDirectDrawImpl
BOOL maintas;
BOOL fakecursorpos;
BOOL noactivateapp;
char shader[MAX_PATH];
} IDirectDrawImpl;