mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Make icon show on actual window
This commit is contained in:
parent
61cd591ad5
commit
0acd37a328
2 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
BIN
rpcs3/rpcs3.rc
BIN
rpcs3/rpcs3.rc
Binary file not shown.
Loading…
Add table
Reference in a new issue