From 495846534d560f825819b7ee391e8c461ce76e4f Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 7 Dec 2015 20:09:34 +0100 Subject: - no longer displaying "not logged in". This was too confusing for some - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup --- src/shared/gameinfo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/shared/gameinfo.h') diff --git a/src/shared/gameinfo.h b/src/shared/gameinfo.h index 8ee8a8de..0e0052d7 100644 --- a/src/shared/gameinfo.h +++ b/src/shared/gameinfo.h @@ -91,8 +91,6 @@ public: virtual int getNexusModID() = 0; virtual int getNexusGameID() = 0; - virtual bool rerouteToProfile(const wchar_t *fileName, const wchar_t *fullPath) = 0; - public: // initialise with the path to the mo directory (needs to be where hook.dll is stored). This -- cgit v1.3.1