mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-16 16:21:02 +00:00
Fix Full screen in DX12
This commit is contained in:
parent
ae38ae9aff
commit
61755ed017
@ -23,6 +23,7 @@ GSFrame::GSFrame(const wxString& title) : wxFrame(nullptr, wxID_ANY, "GSFrame["
|
|||||||
SetClientSize(res.width, res.height);
|
SetClientSize(res.width, res.height);
|
||||||
wxGetApp().Bind(wxEVT_KEY_DOWN, &GSFrame::OnKeyDown, this);
|
wxGetApp().Bind(wxEVT_KEY_DOWN, &GSFrame::OnKeyDown, this);
|
||||||
Bind(wxEVT_CLOSE_WINDOW, &GSFrame::OnClose, this);
|
Bind(wxEVT_CLOSE_WINDOW, &GSFrame::OnClose, this);
|
||||||
|
Bind(wxEVT_LEFT_DCLICK, &GSFrame::OnLeftDclick, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GSFrame::OnPaint(wxPaintEvent& event)
|
void GSFrame::OnPaint(wxPaintEvent& event)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user