diff options
Diffstat (limited to 'Source/Core/Common/Src/Plugin.cpp')
| -rw-r--r-- | Source/Core/Common/Src/Plugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Plugin.cpp b/Source/Core/Common/Src/Plugin.cpp index 15bd184bcf..35c5026086 100644 --- a/Source/Core/Common/Src/Plugin.cpp +++ b/Source/Core/Common/Src/Plugin.cpp @@ -64,6 +64,8 @@ CPlugin::CPlugin(const char* _szName) : valid(false) m_DoState != 0) valid = true; + // Save the filename for this plugin + Filename = _szName; } void *CPlugin::LoadSymbol(const char *sym) { |
