Skip to content

Instantly share code, notes, and snippets.

@zekesonxx
Created February 21, 2018 00:51
Show Gist options
  • Save zekesonxx/570558ded7f4d908d5c20dabb2e5cba6 to your computer and use it in GitHub Desktop.
Save zekesonxx/570558ded7f4d908d5c20dabb2e5cba6 to your computer and use it in GitHub Desktop.
rpcs3 patch to get Destiny to the main menu
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