Skip to content

Commit

Permalink
Forgot a word
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Schaap committed Nov 24, 2024
1 parent c2d2eb5 commit 245f34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game-support/lba-twinsens-quest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 245f34e

Please sign in to comment.