From ddcf60943e4f91f883ce1eabbbbe0d3cffe57180 Mon Sep 17 00:00:00 2001 From: freem Date: Thu, 24 Jul 2014 16:57:19 -0500 Subject: [PATCH] make a note about DirectX 9 in the NSIS installer script (I'm not sure how to fix it just yet) --- stepmania.nsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania.nsi b/stepmania.nsi index 114b6a97fb..3ee9a2ccf9 100644 --- a/stepmania.nsi +++ b/stepmania.nsi @@ -643,6 +643,10 @@ Function PreInstall old_nsis_not_installed: + ; todo: this needs to be updated for DirectX 9.0c + ; HKEY_LOCAL_MACHINE "Software\Microsoft\DirectX" "Version" + ; 9.0c is "4.09.00.0904" + ; Check for DirectX 8.0 (to be moved to the right section later) ; We only use this for sound. Actually, I could probably make the sound ; work with an earlier one; I'm not sure if that's needed or not. For one