diff --git a/rpcs3/Emu/Cell/Modules/sys_spu_.cpp b/rpcs3/Emu/Cell/Modules/sys_spu_.cpp index cbe86575ee..daa952b59e 100644 --- a/rpcs3/Emu/Cell/Modules/sys_spu_.cpp +++ b/rpcs3/Emu/Cell/Modules/sys_spu_.cpp @@ -396,7 +396,7 @@ s32 sys_raw_spu_load(s32 id, vm::cptr path, vm::ptr entry) img.deploy(RAW_SPU_BASE_ADDR + RAW_SPU_OFFSET * id, img.segs.get_ptr(), img.nsegs); img.free(); - *entry = img.entry_point | 1; + *entry = img.entry_point; return CELL_OK; }