From 4846949cfe872034e0eb51fc86e4e649d050f3dc Mon Sep 17 00:00:00 2001 From: Tiago Peralta Date: Sat, 19 Oct 2024 11:03:32 +0100 Subject: [PATCH] Patch update --- patches/game-patches/xdefiant.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/game-patches/xdefiant.patch b/patches/game-patches/xdefiant.patch index 3f00dc05ea..e142b47009 100644 --- a/patches/game-patches/xdefiant.patch +++ b/patches/game-patches/xdefiant.patch @@ -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