mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Fix Linux 2
This commit is contained in:
parent
e5b59a6bad
commit
79e8ed47d5
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,9 @@
|
||||||
#include "rpcs3.h"
|
#include "rpcs3.h"
|
||||||
#include "MainFrame.h"
|
#include "MainFrame.h"
|
||||||
|
|
||||||
|
#ifndef __unix__
|
||||||
|
#include "git-version.h"
|
||||||
|
#endif
|
||||||
#include "Ini.h"
|
#include "Ini.h"
|
||||||
#include "Emu/SysCalls/Modules/cellSysutil.h"
|
#include "Emu/SysCalls/Modules/cellSysutil.h"
|
||||||
#include "Emu/RSX/sysutil_video.h"
|
#include "Emu/RSX/sysutil_video.h"
|
||||||
|
@ -21,9 +24,6 @@
|
||||||
#include "Gui/RSXDebugger.h"
|
#include "Gui/RSXDebugger.h"
|
||||||
#include "Gui/MemoryStringSearcher.h"
|
#include "Gui/MemoryStringSearcher.h"
|
||||||
#include "Gui/LLEModulesManager.h"
|
#include "Gui/LLEModulesManager.h"
|
||||||
#ifndef _WIN32
|
|
||||||
#include "git-version.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <wx/dynlib.h>
|
#include <wx/dynlib.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue