mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 10:41:41 +00:00
parent
95c6278863
commit
2845617053
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ GSFrame::GSFrame(const wxString& title, int w, int h)
|
||||||
{
|
{
|
||||||
m_render = title;
|
m_render = title;
|
||||||
SetIcon(wxGetApp().m_MainFrame->GetIcon());
|
SetIcon(wxGetApp().m_MainFrame->GetIcon());
|
||||||
|
SetCursor(wxCursor(wxImage(1, 1)));
|
||||||
|
|
||||||
SetClientSize(w, h);
|
SetClientSize(w, h);
|
||||||
wxGetApp().Bind(wxEVT_KEY_DOWN, &GSFrame::OnKeyDown, this);
|
wxGetApp().Bind(wxEVT_KEY_DOWN, &GSFrame::OnKeyDown, this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue