mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Savestates Support For PS3 Emulation (#10478)
This commit is contained in:
parent
969b9eb89d
commit
fcd297ffb2
154 changed files with 4948 additions and 635 deletions
|
|
@ -28,9 +28,6 @@ void basic_mouse_handler::Init(const u32 max_connect)
|
|||
m_info.product_id[0] = 0x1234;
|
||||
}
|
||||
|
||||
basic_mouse_handler::basic_mouse_handler() : QObject()
|
||||
{}
|
||||
|
||||
/* Sets the target window for the event handler, and also installs an event filter on the target. */
|
||||
void basic_mouse_handler::SetTargetWindow(QWindow* target)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue