Skip to content

Commit

Permalink
Merge pull request ValveSoftware#1 from tperalta82/xdefiant-patch-fix
Browse files Browse the repository at this point in the history
Patch update
  • Loading branch information
tperalta82 authored Oct 19, 2024
2 parents d1eaf91 + 4846949 commit ab837fb
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 ab837fb

Please sign in to comment.