mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Misc: Slim down PCH
This commit is contained in:
committed by
Connor McLaughlin
parent
cd6590e15c
commit
47a65ce01e
+6
-5
@@ -16,13 +16,14 @@
|
||||
#include "PrecompiledHeader.h"
|
||||
#include "IopDma.h"
|
||||
#include "R3000A.h"
|
||||
#include <stdlib.h>
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
#include "FW.h"
|
||||
|
||||
u8 phyregs[16];
|
||||
#include "common/Console.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
|
||||
static u8 phyregs[16];
|
||||
s8* fwregs;
|
||||
|
||||
s32 FWopen()
|
||||
|
||||
Reference in New Issue
Block a user