mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Linux: Now video is actually outputted. Changing padsimple in to SDL
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@54 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ec3067e0e1
commit
a626888508
7 changed files with 88 additions and 59 deletions
|
@ -13,4 +13,4 @@ files = ["disassemble.cpp",
|
|||
"Tools.cpp",
|
||||
]
|
||||
#env.Append(LINKFLAGS = "-symbolic")
|
||||
env.SharedLibrary(output, files)
|
||||
env.SharedLibrary(output, files, LIBS = ["common"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue