Skip to content

Commit

Permalink
Patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
tperalta82 authored Oct 19, 2024
1 parent d1eaf91 commit 4846949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/game-patches/xdefiant.patch
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ index fbd2a7e75bf..e352131bc79 100644
+ }
+ __EXCEPT_PAGE_FAULT
+ {
+ SetLastError( ERROR_INVALID_PARAMETER );
+ return 0;
+ FIXME("wsprintf page fault!\n");
+ return -1;
+ }
+ __ENDTRY

Expand Down

0 comments on commit 4846949

Please sign in to comment.