File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424#include < wx/image.h>
2525#include < wx/filename.h>
2626#include < wx/stdpaths.h>
27+ #include < wx/clipbrd.h>
2728#include " wxHelper.h"
2829
2930#include " Cafe/TitleList/TitleList.h"
@@ -389,6 +390,7 @@ bool CemuApp::OnInit()
389390int CemuApp::OnExit ()
390391{
391392 wxApp::OnExit ();
393+ wxTheClipboard->Flush ();
392394#if BOOST_OS_WINDOWS
393395 ExitProcess (0 );
394396#else
Original file line number Diff line number Diff line change 55#include " wxgui/MainWindow.h"
66
77#include < wx/mstream.h>
8- #include < wx/clipbrd.h>
98
109#include " wxgui/GameUpdateWindow.h"
1110#include " wxgui/PadViewFrame.h"
@@ -442,7 +441,6 @@ wxString MainWindow::GetInitialWindowTitle()
442441
443442void MainWindow::OnClose (wxCloseEvent& event)
444443{
445- wxTheClipboard->Flush ();
446444
447445 if (m_game_list)
448446 m_game_list->OnClose (event);
You can’t perform that action at this time.
0 commit comments