mirror of
https://github.com/djhackersdev/bemanitools-supplement.git
synced 2026-03-21 17:34:13 -05:00
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:
parent
dc533ed7ae
commit
70c8dab04c
|
|
@ -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.
|
||||
11
misc/win-runtime/README.md
Normal file
11
misc/win-runtime/README.md
Normal 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)
|
||||
BIN
misc/win-runtime/directx_Jun2010_redist.exe
Normal file
BIN
misc/win-runtime/directx_Jun2010_redist.exe
Normal file
Binary file not shown.
BIN
misc/win-runtime/vcredist_x64_2013.exe
Normal file
BIN
misc/win-runtime/vcredist_x64_2013.exe
Normal file
Binary file not shown.
BIN
misc/win-runtime/vcredist_x86_2010.exe
Normal file
BIN
misc/win-runtime/vcredist_x86_2010.exe
Normal file
Binary file not shown.
BIN
misc/win-runtime/vcredist_x86_2013.exe
Normal file
BIN
misc/win-runtime/vcredist_x86_2013.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user