dolphin/Source/UnitTests
Soren Jorvang 98e24f5873 The compiler need not obey the static keyword, so to avoid linker
problems, whole functions in .h files need to also be static in
case they are included in several .cpp files.

Also a few other minor LTO fixes.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7082 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-05 16:06:05 +00:00
..
AudioJitTests.cpp Core/DSPCore: Make Jit read from coefficient ROM when told to do so, 2010-11-07 23:15:31 +00:00
CMakeLists.txt Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
DSPJitTester.cpp Core/DSPCore: Changed g_dsp._r back to g_dsp.r. Removed the check*Exclude 2010-12-29 20:20:52 +00:00
DSPJitTester.h Core and DSPCore now have mutual dependencies, which breaks the 2011-01-29 14:06:48 +00:00
SConscript The compiler need not obey the static keyword, so to avoid linker 2011-02-05 16:06:05 +00:00
UnitTests.cpp Remove the global namespace a bit and remove some dead code. 2011-02-02 18:21:20 +00:00
UnitTests.vcproj Remove PluginSpecs.h. Merge the few needed enums from that file into Common.h for now. I am up for suggestions on a better place for those. 2011-02-02 04:40:27 +00:00