mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 22:41:18 +12:00
Initial support for title switching + better Wii U menu compatibility (#907)
This commit is contained in:
parent
bfbeeae6f6
commit
2200cc0ddf
95 changed files with 2549 additions and 746 deletions
|
@ -90,6 +90,14 @@ void PadViewFrame::InitializeRenderCanvas()
|
|||
SendSizeEvent();
|
||||
}
|
||||
|
||||
void PadViewFrame::DestroyCanvas()
|
||||
{
|
||||
if(!m_render_canvas)
|
||||
return;
|
||||
m_render_canvas->Destroy();
|
||||
m_render_canvas = nullptr;
|
||||
}
|
||||
|
||||
void PadViewFrame::OnSizeEvent(wxSizeEvent& event)
|
||||
{
|
||||
if (!IsMaximized() && !IsFullScreen())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue