File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#include " stdafx.h"
22#include " overlay_manager.h"
3- #include " Emu/System.h"
43#include < util/asm.hpp>
54
65namespace rsx
Original file line number Diff line number Diff line change @@ -943,6 +943,8 @@ bool Emulator::BootRsxCapture(const std::string& path)
943943 GetCallbacks ().on_ready ();
944944
945945 GetCallbacks ().init_gs_render (nullptr );
946+ GetCallbacks ().init_kb_handler ();
947+ GetCallbacks ().init_mouse_handler ();
946948 GetCallbacks ().init_pad_handler (" " );
947949
948950 GetCallbacks ().on_run (false );
@@ -1001,6 +1003,8 @@ bool Emulator::BootBigPictureMode()
10011003 GetCallbacks ().on_ready ();
10021004
10031005 GetCallbacks ().init_gs_render (nullptr );
1006+ GetCallbacks ().init_kb_handler ();
1007+ GetCallbacks ().init_mouse_handler ();
10041008 GetCallbacks ().init_pad_handler (" " );
10051009
10061010 GetCallbacks ().on_run (false );
You can’t perform that action at this time.
0 commit comments