X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=libpcsxcore%2Fmisc.c;h=b2dd9a1279cac5b787ee4ab1d0d8c7ce8b48ea2c;hb=086adfff4fe6352e401d00c052071a6b91245b40;hp=3a06306733112c82254c0e276e235b2885e77a38;hpb=04bd10b132d06eff2a803125dc8da640be2454db;p=pcsx_rearmed.git diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index 3a063067..b2dd9a12 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -680,7 +680,7 @@ int LoadState(const char *file) { GPU_freeze(0, gpufP); free(gpufP); if (HW_GPU_STATUS == 0) - HW_GPU_STATUS = GPU_readStatus(); + HW_GPU_STATUS = SWAP32(GPU_readStatus()); // spu SaveFuncs.read(f, &Size, 4);