Adds borderless fullscreen support to Touhou games with aspect ratio preservation.
Tip
This patch might work with other entires!
- This list shows games that are confirmed to work.
- Feel free to test it with other games & report back!
- The game has Desktop Window Manager opt in for MMCSS scheduling.
- The game will no longer block the Windows key when DirectInput is being used.
Caution
The patch promotes windowed mode to borderless fullscreen.
- Open a supported game's configuration tool.
- Select windowed mode & the highest available resolution.
Using fullscreen isn't supported & the patch will refuse to work.
- Download the latest release of
thbp. - Locate a supported game on your system.
- Place
dinput8.dllin the install directory.
The patch avoids intercepting any game functionality.
- Makes it compatible with the Disk & Steam versions.
- Removes the need to handle game specific edge cases.
Enforcing windowed mode allows the patch to safely promote borderless fullscreen.
- Depending on the game, fullscreen might disengage critical features.
- For example, a game might rely on V-Sync instead of its framerate limiter.
Though vpatch allows one to run the games at any resolution.
- It requires the user to intervene & configure it,
- Additionally you must somewhat compromise on fullscreen.
This patch solely serves as a plug & play solution for borderless fullscreen.
- Install MinGW (x86).
- Run
BUILD.cmdto build the project.