mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 03:35:59 +00: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:
parent
e81a10fb44
commit
739c9eb2df
6 changed files with 35 additions and 23 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue