WidescreenFixesPack

Plugins to make or improve widescreen resolutions support in games, add more features and fix bugs.

MIT License

Stars
2.2K
Committers
26

https://thirteenag.github.io/wfp

Plugins to make or improve widescreen resolutions support in PC games, add more features and fix bugs.

Building and Installing

Requirements:

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.

Important notes

  • Not compatible with Windows XP (without recompiling with _xp toolset and /Zc:threadSafeInit-).
  • For using with WINE, follow this guide.