move overlays code to headers

This commit is contained in:
Megamouse 2020-02-25 22:42:29 +01:00
parent 762c106e19
commit ee46ad1ca9
23 changed files with 193 additions and 126 deletions

View file

@ -2,6 +2,7 @@
#include "GLGSRender.h"
#include "GLCompute.h"
#include "GLVertexProgram.h"
#include "../Overlays/overlay_shader_compile_notification.h"
#include "../Overlays/Shaders/shader_loading_dialog_native.h"
#include "../rsx_methods.h"
#include "../Common/BufferUtils.h"