mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Round macOS icon
This commit is contained in:
parent
f0093375b8
commit
af95ff5f8b
3 changed files with 4 additions and 0 deletions
|
@ -61,7 +61,9 @@ gui_application::~gui_application()
|
|||
|
||||
bool gui_application::Init()
|
||||
{
|
||||
#ifndef __APPLE__
|
||||
setWindowIcon(QIcon(":/rpcs3.ico"));
|
||||
#endif
|
||||
|
||||
m_emu_settings.reset(new emu_settings());
|
||||
m_gui_settings.reset(new gui_settings());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue