summaryrefslogtreecommitdiff
path: root/src/shared/falloutnvinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/falloutnvinfo.h')
-rw-r--r--src/shared/falloutnvinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/falloutnvinfo.h b/src/shared/falloutnvinfo.h
index d03add9c..67a72ec5 100644
--- a/src/shared/falloutnvinfo.h
+++ b/src/shared/falloutnvinfo.h
@@ -38,6 +38,7 @@ public:
static std::wstring getRegPathStatic();
virtual std::wstring getRegPath() const { return getRegPathStatic(); }
virtual std::wstring getBinaryName() const { return L"FalloutNV.exe"; }
+ virtual std::wstring getExtenderName() { return L"nvse_loader.exe"; }
virtual GameInfo::Type getType() const { return TYPE_FALLOUTNV; }