mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Fix for icons on OSes other than Windows. Small fixes for travis
Didn't test. Also added memory monitoring to travis.
This commit is contained in:
parent
e338c3938b
commit
7795305c9f
3 changed files with 316 additions and 5 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