From 485432c1988ab203ca85cd122f03118dcc2d9f8d Mon Sep 17 00:00:00 2001 From: iCatButler Date: Thu, 30 Jun 2016 11:49:11 +0100 Subject: Initialise GTE and CPU regsiters (invalidate) --- libpcsxcore/pgxp_cpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpcsxcore/pgxp_cpu.h') diff --git a/libpcsxcore/pgxp_cpu.h b/libpcsxcore/pgxp_cpu.h index 00a4cd60..a518c312 100644 --- a/libpcsxcore/pgxp_cpu.h +++ b/libpcsxcore/pgxp_cpu.h @@ -39,6 +39,8 @@ extern PGXP_value* CP0_reg; #define CPU_Lo CPU_reg[34] +void PGXP_InitCPU(); + // -- CPU functions // Load 32-bit word -- cgit v1.2.3