From e7b9513d4a32418ff4e534c3bc635df2610842b0 Mon Sep 17 00:00:00 2001 From: Eladash Date: Mon, 27 Sep 2021 21:37:56 +0300 Subject: [PATCH] Bugfix after recent PPU patches pr --- rpcs3/Emu/Cell/PPUThread.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/Emu/Cell/PPUThread.cpp b/rpcs3/Emu/Cell/PPUThread.cpp index a1997c27ae..dd5752cf37 100644 --- a/rpcs3/Emu/Cell/PPUThread.cpp +++ b/rpcs3/Emu/Cell/PPUThread.cpp @@ -641,7 +641,6 @@ bool ppu_form_branch_to_code(u32 entry, u32 target, bool link, bool with_toc, st return false; } - if (module_name.empty()) g_fxo->init(); if (!module_name.empty())