From e78d2cce18b50ed86933d05ac5bccdf4ef13d6e3 Mon Sep 17 00:00:00 2001 From: Didier 'OdyX' Raboud Date: Thu, 31 Oct 2013 10:35:43 +0100 Subject: On MacOSX, define the DataPath as being the Resources path in the bundle --- src/app/system_macosx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/system_macosx.h') diff --git a/src/app/system_macosx.h b/src/app/system_macosx.h index a5c1150..c2b9a41 100644 --- a/src/app/system_macosx.h +++ b/src/app/system_macosx.h @@ -28,6 +28,7 @@ class CSystemUtilsMacOSX : public CSystemUtilsOther public: virtual void Init() override; + virtual std::string GetDataPath() override; virtual std::string GetProfileFileLocation() override; virtual std::string GetSavegameDirectoryLocation() override; private: -- cgit v1.2.3-1-g7c22