rsx/overlays: Putting it all together

- Migrate dialogs with input-only threads to use the unified input
  system
This commit is contained in:
kd-11 2023-02-13 21:57:38 +03:00 committed by kd-11
parent 12690de9de
commit ddc9e74aa8
22 changed files with 205 additions and 331 deletions

View file

@ -4,9 +4,11 @@
#include "Emu/Cell/PPUModule.h"
#include "Emu/Io/interception.h"
#include "Emu/Io/Keyboard.h"
#include "Emu/RSX/Overlays/overlay_osk.h"
#include "Emu/IdManager.h"
#include "Emu/RSX/Overlays/overlay_manager.h"
#include "Emu/RSX/Overlays/overlay_osk.h"
#include "cellSysutil.h"
#include "cellOskDialog.h"
#include "cellMsgDialog.h"