From 245f34e142d77f46e61a1a6728988dcaacff87da Mon Sep 17 00:00:00 2001 From: Tristan Schaap Date: Sun, 24 Nov 2024 13:33:39 -0800 Subject: [PATCH] Forgot a word --- src/game-support/lba-twinsens-quest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-support/lba-twinsens-quest.md b/src/game-support/lba-twinsens-quest.md index bbccd0f..e39feb7 100644 --- a/src/game-support/lba-twinsens-quest.md +++ b/src/game-support/lba-twinsens-quest.md @@ -7,7 +7,7 @@ Game crashes when run without modification. # Technical background -A patch is required to make the game run. `Rewired_WindowsGamingInput.dll` found under the data directory in `Plugins/x86_64` makes the game run, although some issues surrounding use of controllers remain. +A patch is required to make the game run. Patching `Rewired_WindowsGamingInput.dll` found under the data directory in `Plugins/x86_64` makes the game run, although some issues surrounding use of controllers remain. The function `Core_IsAPISupported` in the aforementioned DLL needs to be patched to always return false. This prevents calling an API that isn't implemented.