Created
February 21, 2018 00:51
-
-
Save zekesonxx/570558ded7f4d908d5c20dabb2e5cba6 to your computer and use it in GitHub Desktop.
rpcs3 patch to get Destiny to the main menu
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 characters
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() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment