mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Cross-platform screenshots (#543)
Co-authored-by: Tom Lally <tomlally@protonmail.com> Co-authored-by: Exzap <13877693+Exzap@users.noreply.github.com>
This commit is contained in:
parent
2cfb7f3737
commit
b361b154d8
2 changed files with 61 additions and 100 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "gui/guiWrapper.h"
|
||||
|
||||
#include <wx/mstream.h>
|
||||
#include <wx/clipbrd.h>
|
||||
|
||||
#include "gui/GameUpdateWindow.h"
|
||||
#include "gui/PadViewFrame.h"
|
||||
|
@ -386,6 +387,8 @@ namespace coreinit
|
|||
|
||||
void MainWindow::OnClose(wxCloseEvent& event)
|
||||
{
|
||||
wxTheClipboard->Flush();
|
||||
|
||||
if(m_game_list)
|
||||
m_game_list->OnClose(event);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue