https://thirteenag.github.io/wfp
Plugins to make or improve widescreen resolutions support in PC games, add more features and fix bugs.
Requirements:
- Premake 5 (pre-built executable available in this repository root)
- Visual Studio
Run the following command in the root of this directory to generate the project files (or simply launch premake5.bat):
premake5 vs2022
The usage is as simple as inserting the files into game's root directory. Uninstalling is as easy as that too, delete the files and you are done.
- Not compatible with Windows XP (without recompiling with
_xp
toolset and/Zc:threadSafeInit-
). - For using with WINE, follow this guide.