mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Merge pull request #1140 from danilaml/linux-icon-fix
Fix for icons on OSes other than Windows. Small fixes for travis
This commit is contained in:
commit
916967a7d7
3 changed files with 313 additions and 2 deletions
|
|
@ -5,6 +5,10 @@
|
|||
#include "rpcs3.h"
|
||||
#include "MainFrame.h"
|
||||
|
||||
#ifndef __WINDOWS__
|
||||
#include "frame_icon.xpm"
|
||||
#endif
|
||||
|
||||
#include "git-version.h"
|
||||
#include "Ini.h"
|
||||
#include "Emu/SysCalls/Modules/cellSysutil.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue