Misc: Slim down PCH

This commit is contained in:
Stenzek
2023-12-24 14:03:14 +10:00
committed by Connor McLaughlin
parent cd6590e15c
commit 47a65ce01e
89 changed files with 177 additions and 95 deletions
+6 -5
View File
@@ -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()