Add runtimes required by various games

For convenience, as these are annoying to find if not using the
right keywords when searching for them.
This commit is contained in:
icex2 2022-06-19 12:12:11 +02:00
parent dc533ed7ae
commit 70c8dab04c
6 changed files with 13 additions and 0 deletions

View File

@ -2,3 +2,5 @@
* [d3d8to9](d3d8to9/README.md): DirectX 8 to 9 wrapper library to solve issues with d3d8 based (bemani) games.
* [ViGEmClient](ViGEmClient/README.md): ViGEmBus SDK, used by vigem-iidxio.exe and vigem-sdvxio.exe.
* [ViGEmBus](ViGEmBus/README.md): ViGEmBus 1.16.116 installer, last version to support Windows 7.
* [Windows runtimes](win-runtime/README.md): Various runtimes and their libraries required by
various games.

View File

@ -0,0 +1,11 @@
# Windows runtimes and libraries
Runtimes required by various games.
* The 32-bit (x86) version of [Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update](https://www.microsoft.com/en-sg/download/details.aspx?id=26999)
* [vcredist_x86_2010](vcredist_x86_2010.exe)
* The 32-bit (x86) and 64-bit (x64) versions of [Microsoft Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/en-sg/download/details.aspx?id=40784)
* [vcredist_x86_2013](vcredist_x86_2013.exe)
* [vcredist_x64_2013](vcredist_x64_2013.exe)
* [DirectX 9 End-User Runtimes (June 2010)](https://www.microsoft.com/en-us/download/details.aspx?id=8109)
* [directx_Jun2010_redist.exe](directx_Jun2010_redist.exe)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.