diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/SConscript b/Source/Plugins/Plugin_DSP_HLE/Src/SConscript index 58796eab97..3d75c9e224 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/SConscript +++ b/Source/Plugins/Plugin_DSP_HLE/Src/SConscript @@ -22,6 +22,7 @@ files = [ 'UCodes/UCodes.cpp', 'UCodes/UCode_Zelda.cpp', 'UCodes/UCode_Zelda_ADPCM.cpp', + 'UCodes/UCode_Zelda_Voice.cpp', ] dspenv = env.Clone() diff --git a/Source/Plugins/Plugin_VideoOGL/Src/SConscript b/Source/Plugins/Plugin_VideoOGL/Src/SConscript index 5676111db8..cd9572ba6e 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/SConscript +++ b/Source/Plugins/Plugin_VideoOGL/Src/SConscript @@ -24,7 +24,8 @@ files = [ 'XFB.cpp', 'TextureConversionShader.cpp', 'OnScreenDisplay.cpp', - "PostProcessing.cpp", + 'PostProcessing.cpp', + 'FramebufferManager.cpp', ] compileFlags = [ '-fPIC',