Skip to content

Instantly share code, notes, and snippets.

@zekesonxx
Created February 21, 2018 00:51
Show Gist options
  • Select an option

  • Save zekesonxx/570558ded7f4d908d5c20dabb2e5cba6 to your computer and use it in GitHub Desktop.

Select an option

Save zekesonxx/570558ded7f4d908d5c20dabb2e5cba6 to your computer and use it in GitHub Desktop.

Revisions

  1. zekesonxx created this gist Feb 21, 2018.
    14 changes: 14 additions & 0 deletions destiny.patch
    Original 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()