From 3f3d08a9d4a7e07f218eee4e3ae99d45a2f7ca20 Mon Sep 17 00:00:00 2001 From: Zangetsu38 Date: Fri, 14 Jul 2017 16:57:03 +0200 Subject: [PATCH] hack bleach --- rpcs3/Emu/Cell/Modules/cellFont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/Modules/cellFont.cpp b/rpcs3/Emu/Cell/Modules/cellFont.cpp index 313205160c..ca273e7b9b 100644 --- a/rpcs3/Emu/Cell/Modules/cellFont.cpp +++ b/rpcs3/Emu/Cell/Modules/cellFont.cpp @@ -554,7 +554,7 @@ s32 cellFontExtend(u32 a1, u32 a2, u32 a3) //Something happens } //Something happens? - return CELL_OK; + return -1; } s32 cellFontRenderCharGlyphImageVertical()