diff options
Diffstat (limited to 'Source/Core/Common/Src/DynamicLibrary.cpp')
| -rw-r--r-- | Source/Core/Common/Src/DynamicLibrary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/DynamicLibrary.cpp b/Source/Core/Common/Src/DynamicLibrary.cpp index 2010966e07..53c36ac40c 100644 --- a/Source/Core/Common/Src/DynamicLibrary.cpp +++ b/Source/Core/Common/Src/DynamicLibrary.cpp @@ -60,7 +60,7 @@ std::string GetLastErrorAsString() // ------------------------------------------------------------------ /* Loading means loading the dll with LoadLibrary() to get an instance to the dll. This is done when Dolphin is started to determine which dlls are good, and - before opening the Config and Debugging windowses from Plugin.cpp 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. */ // ----------------------- int DynamicLibrary::Load(const char* filename) |
