This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
ebc696c58e21e2657c03801bb5f9bb7cd65e6e40
dolphin
/
Source
/
Core
/
InputCommon
History
Sonicadvance1
ebc696c58e
Fix GCC 4.5 Compiling. -fvisibility=hidden seems to break it, so it was removed. Non-POD objects are now errors instead of warnings in 4.5, so I had to remove the wxString::Format. and a Fix where GCC 4.5 introduced strndup. Compiling with nowx=true gave me linker problems for some reason, and I added the -flto flag but commented out. Dunno what it will do yet.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@4530
8ced0084-cf51-0410-be5f-012b33b47a6e
2009-11-11 11:07:04 +00:00
..
Src
Fix GCC 4.5 Compiling. -fvisibility=hidden seems to break it, so it was removed. Non-POD objects are now errors instead of warnings in 4.5, so I had to remove the wxString::Format. and a Fix where GCC 4.5 introduced strndup. Compiling with nowx=true gave me linker problems for some reason, and I added the -flto flag but commented out. Dunno what it will do yet.
2009-11-11 11:07:04 +00:00
InputCommon.vcproj
InputCommon now builds in unicode
2009-08-01 19:11:05 +00:00