Skip to content

Commit e0a028b

Browse files
committed
remove 2013 dep
1 parent 6454c4f commit e0a028b

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ If BizHawk crashes when you run it, it is probably because you are lacking some
44
KB2999226 (prerequisite for installing C++ 2015 runtime on win7-win8.1)
55
.Net Framework v4.8
66
Visual C++ 2010 SP1 Runtime (x64)
7-
Visual C++ 2013 Runtime (x64)
87
Visual C++ 2015 Runtime (x64)
98
DirectX Web Update (DirectX 9 is employed)

bizhawk_prereqs.nsi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,6 @@ Section "Microsoft Visual C++ 2010 SP1 Runtime (x64)" SEC_CRT2010_SP1_X64
5656

5757
SectionEnd
5858

59-
Section "Microsoft Visual C++ 2013 Runtime (x64)" SEC_CRT2013_X64
60-
61-
SetOutPath "$TEMP"
62-
File "dist\vcredist_2013_x64.exe"
63-
DetailPrint "Running Visual C++ 2013 Runtime (x64) Setup..."
64-
ExecWait '"$TEMP\vcredist_2013_x64.exe" /q /promptrestart'
65-
DetailPrint "Finished Visual C++ 2013 Runtime (x64) Runtime Setup"
66-
67-
Delete "$TEMP\vcredist_2013_x64.exe"
68-
69-
SectionEnd
70-
7159
Section "Microsoft Visual C++ 2015 Runtime (x64)" SEC_CRT2015_X64
7260

7361
SetOutPath "$TEMP"

dist/info.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
KB2999226 (prerequisite for installing C++ 2015 runtime on vista-win8.1)
22
Visual C++ 2010 SP1 Runtime (x64)
3-
Visual C++ 2013 Runtime (x64)
43
Visual C++ 2015 Runtime (x64)
54
.Net Framework v4.8
65
DirectX Installer (since the Web Update fails sometimes;

dist/vcredist_2013_x64.exe

-6.86 MB
Binary file not shown.

0 commit comments

Comments
 (0)