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
/
DolphinWX
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
..
resources
Some GUI changes, added keyboard search and reworked "emulation state" a bit
2009-09-25 16:29:00 +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
DolphinWX.rc
Remove dependency of ATLMFC from direct 3d9 plugin and main dolphin app, dependency still exists in DSP_HLE and DSP_LLE
2009-01-14 05:07:53 +00:00
DolphinWX.vcproj
Lua now has GUI and is fully functional! But it doesn't link if I don't ignore libcmt.lib so commented all the LuaInterface calls until someone fixes it...
2009-11-07 23:54:10 +00:00
resource.h
set svn:eol-style=native for **.h
2008-12-08 04:46:09 +00:00