From b20fdb8e8580780b87964be46ff11dac878bef14 Mon Sep 17 00:00:00 2001 From: feos Date: Thu, 30 Dec 2021 22:57:05 +0300 Subject: [PATCH] mame: mention vs2019_clang produces a build that runs as fast as the gcc one, but is as small as the msvc one, and you can still fully debug it in VS --- src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs index 0fd44d4ff9..e6f24d5c26 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs @@ -2,7 +2,7 @@ Build command -make SUBTARGET=arcade NO_USE_PORTAUDIO=1 DONT_USE_NETWORK=1 NO_USE_MIDI=1 MAIN_SHARED_LIB=1 BIN_DIR="..\somewhere\BizHawk\output\dll" OPTIMIZE=3 PTR64=1 REGENIE=1 -j8 +make SUBTARGET=arcade NO_USE_PORTAUDIO=1 DONT_USE_NETWORK=1 NO_USE_MIDI=1 MAIN_SHARED_LIB=1 BIN_DIR="..\somewhere\BizHawk\output\dll" OPTIMIZE=3 PTR64=1 REGENIE=1 vs2019_clang -j8 FrameAdvance()