Clean up more Cemuhook leftovers (#253)

This commit is contained in:
Francesco Saltori 2022-09-16 13:34:41 +02:00 committed by GitHub
parent cebdccfdf5
commit 664d7ee902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 48 deletions

View file

@ -65,7 +65,6 @@ struct PPCInterpreter_t
// LWARX and STWCX
uint32 reservedMemAddr;
uint32 reservedMemValue;
/* Note: Everything above is potentially hardcoded into Cemuhook. Do not touch anything or it will risk breaking compatibility */
// temporary storage for recompiler
FPR_t temporaryFPR[8];
uint32 temporaryGPR[4];