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,7 +2,7 @@
#include "Emu/Cell/PPUModule.h"
#include "Emu/Cell/PPUThread.h"
#include "Emu/Cell/lv2/sys_sync.h"
#include "Emu/RSX/Overlays/overlays.h"
#include "Emu/RSX/Overlays/overlay_message_dialog.h"
#include "Input/pad_thread.h"