mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Allow building without bluetooth support.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6273 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -8,7 +8,6 @@ name = os.sep + "Plugin_VideoMerge"
|
||||
|
||||
files = [
|
||||
'BPFunctions.cpp',
|
||||
'EmuWindow.cpp',
|
||||
'FramebufferManager.cpp',
|
||||
'Main.cpp',
|
||||
'PixelShaderCache.cpp',
|
||||
@ -32,6 +31,7 @@ files = [
|
||||
]
|
||||
|
||||
if sys.platform == 'win32': files += [
|
||||
'EmuWindow.cpp',
|
||||
'DX11/DX11_D3DBase.cpp',
|
||||
'DX11/DX11_D3DBlob.cpp',
|
||||
'DX11/DX11_D3DShader.cpp',
|
||||
|
Reference in New Issue
Block a user