From ee64fec773b9eca9d035a3bdd8f3ee0a078f6637 Mon Sep 17 00:00:00 2001 From: Akitake Date: Wed, 19 Nov 2025 10:48:22 +0100 Subject: [PATCH] vcpp: abbodi -> tpu --- docs/games/konami/gitadora/fuzzup/setup.md | 2 +- docs/games/konami/iidx/24_sinobuz/setup.md | 2 +- docs/games/namco/taikonijiiro/setup.md | 2 +- docs/games/sega/maimaidx/common/troubleshooting.md | 2 +- docs/snippets/common/setup_vcredist_directx.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/games/konami/gitadora/fuzzup/setup.md b/docs/games/konami/gitadora/fuzzup/setup.md index 18e2d653..a817d53f 100644 --- a/docs/games/konami/gitadora/fuzzup/setup.md +++ b/docs/games/konami/gitadora/fuzzup/setup.md @@ -170,7 +170,7 @@ !!! tip "" - - Download and install the latest [VCRedist](https://github.com/abbodi1406/vcredist/releases/latest) (`VisualCppRedist_AIO_x86_x64.exe`) + - Download and install the latest [VCRedist](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) - Download and install the [DirectX End-User Runtimes](https://www.microsoft.com/en-us/download/details.aspx?id=8109) ### Audio diff --git a/docs/games/konami/iidx/24_sinobuz/setup.md b/docs/games/konami/iidx/24_sinobuz/setup.md index fec6eec2..30c300eb 100644 --- a/docs/games/konami/iidx/24_sinobuz/setup.md +++ b/docs/games/konami/iidx/24_sinobuz/setup.md @@ -166,7 +166,7 @@ !!! tip "" - - Download and install the latest [VCRedist](https://github.com/abbodi1406/vcredist/releases/latest) (`VisualCppRedist_AIO_x86_x64.exe`) + - Download and install the latest [VCRedist](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) - Download and install the [DirectX End-User Runtimes](https://www.microsoft.com/en-us/download/details.aspx?id=8109) ### Audio diff --git a/docs/games/namco/taikonijiiro/setup.md b/docs/games/namco/taikonijiiro/setup.md index 94fa1b8c..679947fd 100644 --- a/docs/games/namco/taikonijiiro/setup.md +++ b/docs/games/namco/taikonijiiro/setup.md @@ -165,7 +165,7 @@ !!! tip "" - - Download and install the latest [VCRedist](https://github.com/abbodi1406/vcredist/releases/latest) (`VisualCppRedist_AIO_x86_x64.exe`) + - Download and install the latest [VCRedist](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) - Download and install the [DirectX End-User Runtimes](https://www.microsoft.com/en-us/download/details.aspx?id=8109) ## First Launch diff --git a/docs/games/sega/maimaidx/common/troubleshooting.md b/docs/games/sega/maimaidx/common/troubleshooting.md index cebfda70..28f110b4 100644 --- a/docs/games/sega/maimaidx/common/troubleshooting.md +++ b/docs/games/sega/maimaidx/common/troubleshooting.md @@ -55,7 +55,7 @@ !!! tip "" You need to run the data using unprotected/unpacked files. Please refer to the setup guide to find which ones you need and obtain them. - If you believe you've already done this. You might be missing a try installing the latest [vcredist](https://github.com/abbodi1406/vcredist/releases) + If you believe you've already done this. You might be missing a try installing the latest [vcredist](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) ### My game is running too slow/fast or the notes are out of sync! diff --git a/docs/snippets/common/setup_vcredist_directx.md b/docs/snippets/common/setup_vcredist_directx.md index 3f681c00..c25ec04f 100644 --- a/docs/snippets/common/setup_vcredist_directx.md +++ b/docs/snippets/common/setup_vcredist_directx.md @@ -2,5 +2,5 @@ Download and install: - - [VCRedist All-in-one](https://github.com/abbodi1406/vcredist/releases/latest) (`VisualCppRedist_AIO_x86_x64.exe`) - - [DirectX End-User Runtimes](https://www.microsoft.com/en-us/download/details.aspx?id=8109) \ No newline at end of file + - [VCRedist All-in-one](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) + - [DirectX End-User Runtimes](https://www.microsoft.com/en-us/download/details.aspx?id=8109)