Logo
Explore Help
Sign In
The-Homebrew-Cloud/dolphin
2
0
Fork 0
You've already forked dolphin
mirror of https://github.com/dolphin-emu/dolphin.git synced 2025-05-08 22:01:23 +02:00
Code Issues Packages Projects Releases Wiki Activity
dolphin/Source/Core/InputUICommon/Src/SConscript
Jordan Woyak 7e08fc19fc Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed wiimote plugin support. Moved input dialog related InputUICommon stuff into DolphinWX. Removed now unused InputCommon files. UDPWiimote stuff is temporarily disabled until it is reorganized so Core won't depend on wx. Real wiimotes are now initialized on first need(wiimote diag open or game start) and left initialized until Dolphin exit.(maybe this will work better for Linux/OS X) (scons probably needs some fixes)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6270 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-10-12 19:42:29 +00:00

13 lines
163 B
Python
Raw Blame History

# -*- python -*-
Import('env')
if not env['HAVE_WX']:
Return()
files = [
'WXInputBase.cpp',
]
env.StaticLibrary(env['local_libs'] + 'inputuicommon', files)
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 52ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API