diff --git a/rpcs3/Gui/MainFrame.cpp b/rpcs3/Gui/MainFrame.cpp index 924647c1c..60a2aee26 100644 --- a/rpcs3/Gui/MainFrame.cpp +++ b/rpcs3/Gui/MainFrame.cpp @@ -120,6 +120,7 @@ MainFrame::MainFrame() menu_help->Append(id_help_about, "&About..."); SetMenuBar(menubar); + SetIcon(wxICON(frame_icon)); // Panels m_log_frame = new LogFrame(this); diff --git a/rpcs3/rpcs3.rc b/rpcs3/rpcs3.rc index 12019ebba..232701db8 100644 Binary files a/rpcs3/rpcs3.rc and b/rpcs3/rpcs3.rc differ