Created
February 21, 2018 00:51
-
-
Save zekesonxx/570558ded7f4d908d5c20dabb2e5cba6 to your computer and use it in GitHub Desktop.
Revisions
-
zekesonxx created this gist
Feb 21, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ diff --git a/rpcs3/Emu/Cell/Modules/sysPrxForUser.cpp b/rpcs3/Emu/Cell/Modules/sysPrxForUser.cpp index 17f4c5b33..6f8aeb72f 100644 --- a/rpcs3/Emu/Cell/Modules/sysPrxForUser.cpp +++ b/rpcs3/Emu/Cell/Modules/sysPrxForUser.cpp @@ -151,7 +151,8 @@ s32 sys_lv2coredump_D725F320() s32 sys_crash_dump_get_user_log_area() { - fmt::raw_error(__func__); + //fmt::raw_error(__func__); + return CELL_OK; } s32 sys_crash_dump_set_user_log_area()