dolphin-emulator/Source/Core
Jonathan Hamilton 2a66b88d01 Fix OPROFILE linux build with -Wl,--as-needed
The opagent library was (incorrectly) marked as a dependency for "Core"
instead of "Common".

When linked with --as-needed, any symbols the linker can tell are not
used are discarded. As the link is done in command-line order, and the
Core library (and dependencies) are processed before Common, it would
link in Core, then opagent, but as at that point no opagent symbols are
used the whole opagent library would be discarded.

Moving the opagent library to be a dependency of Common fixes this, as
after the Common library is linked, there *are* opagent symbols used.
2017-08-14 14:38:44 -07:00
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common Fix OPROFILE linux build with -Wl,--as-needed 2017-08-14 14:38:44 -07:00
Core Fix OPROFILE linux build with -Wl,--as-needed 2017-08-14 14:38:44 -07:00
DiscIO Fix two small lint errors 2017-08-13 19:06:10 -07:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Qt frontend build fix for USE_UPNP=OFF 2017-08-14 13:31:55 -07:00
DolphinWX m_bt_wiimote_motor rename and tooltip addition 2017-08-11 15:15:51 -04:00
InputCommon Merge pull request #5860 from jturcotte/fix-macos-nswitch-axis 2017-08-07 13:44:07 +12:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Merge pull request #5478 from stenzek/vulkan-nvidia 2017-08-14 13:12:41 -07:00
VideoCommon Merge pull request #5478 from stenzek/vulkan-nvidia 2017-08-14 13:12:41 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00