dolphin/Source/Core
Léo Lam 303325768b SymbolDB: Only match against the function name
This changes GetSymbolFromName to not require the passed name to
completely match with the symbol name. Instead, we now match
against the stripped symbol name (i.e. only the function name).

This fixes a regression introduced by #4160, which prevented
HLE::PatchFunctions() from working properly.
2016-09-26 22:56:42 +02:00
..
AudioCommon Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
Common SymbolDB: Only match against the function name 2016-09-26 22:56:42 +02:00
Core SymbolDB: Only match against the function name 2016-09-26 22:56:42 +02:00
DiscIO Filesystem: Return strings from GetFileName without the const qualifier 2016-09-18 12:56:25 -04:00
DolphinQt2 Remove Global Declarations from Movie 2016-08-04 15:24:44 -04:00
DolphinWX Merge pull request #4243 from leoetlino/signal-headless 2016-09-26 13:23:39 +02:00
InputCommon Merge pull request #4145 from tenthmile/WiiOrientationModifier 2016-09-07 14:20:02 +12:00
UICommon
VideoBackends FramebufferManager: Add missing header guard 2016-09-23 13:55:51 -04:00
VideoCommon PixelShaderGen: Always divide the texture coordinates by q. 2016-09-07 21:13:16 +02:00
CMakeLists.txt