summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/DynamicLibrary.cpp
diff options
context:
space:
mode:
authorJohn Peterson <jpeterson57@gmail.com>2009-01-19 05:49:25 +0000
committerJohn Peterson <jpeterson57@gmail.com>2009-01-19 05:49:25 +0000
commit4a88f31ddbb12c85710fee1d9f6d316e51fa5aa1 (patch)
tree55267c4e8d8b2119f4fda1248eade7fe9cad90bf /Source/Core/Common/Src/DynamicLibrary.cpp
parentc981d64ee4eed99afe434419a1660fa5bdf0e40d (diff)
nJoy: Preparation for fixing the digital pad and the analog triggers
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1928 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/DynamicLibrary.cpp')
-rw-r--r--Source/Core/Common/Src/DynamicLibrary.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/DynamicLibrary.cpp b/Source/Core/Common/Src/DynamicLibrary.cpp
index 6b37a8f529..3fa5d65483 100644
--- a/Source/Core/Common/Src/DynamicLibrary.cpp
+++ b/Source/Core/Common/Src/DynamicLibrary.cpp
@@ -86,7 +86,9 @@ std::string GetLastErrorAsString()
This is done when Dolphin is started to determine which dlls are good, and before opening
the Config and Debugging windows from Plugin.cpp and before opening the dll for running
the emulation in Video_...cpp in Core. Since this is fairly slow, TODO: think about
- implementing some sort of cache. */
+ implementing some sort of cache.
+
+ Called from: The Dolphin Core */
int DynamicLibrary::Load(const char* filename)
{
if (!filename || strlen(filename) == 0)