dolphin/Source/Core
Julian Löhr 6f65293131 Fix SCMRevGen for 64-bit MSBuild
CScript must be run as 64-bit regardless of the MSBuild bitness. Otherwise it won't find 64-bit Git installations.
However the "Sysnative" redirector is not available for 64-bit processes. So a fix is needed when 64-bit MSBuild is run.
The "ProgramFiles(x86)" Macro is only set for 64-bit, otherwise it is empty. Therefore it can be used as condition to check whether the current MSBuild process is 32 or 64-bit.
2016-07-13 17:28:55 +02:00
..
AudioCommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Common Fix SCMRevGen for 64-bit MSBuild 2016-07-13 17:28:55 +02:00
Core FifoRecorder: Use lock_guard instead of explicit lock/unlock 2016-06-27 04:15:16 -04:00
DiscIO Undo some comment formatting changes from b5104a7 2016-06-25 18:07:10 +02:00
DolphinQt2 VideoCommon: Drop GetConfigName. 2016-06-26 12:34:59 +02:00
DolphinWX VideoCommon: Drop GetConfigName. 2016-06-26 12:34:59 +02:00
InputCommon Merge pull request #3943 from ShadowsFriend/nopch-fix 2016-06-26 02:13:47 -04:00
UICommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VideoBackends VideoCommon: Drop GetConfigName. 2016-06-26 12:34:59 +02:00
VideoCommon LightingShaderGen: Fix formatting 2016-06-26 16:35:44 +02:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00