diff --git a/rpcs3/Gui/MainFrame.cpp b/rpcs3/Gui/MainFrame.cpp index 924647c1c8..60a2aee262 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 12019ebba9..232701db8e 100644 Binary files a/rpcs3/rpcs3.rc and b/rpcs3/rpcs3.rc differ