diff options
author | Eugene Sandulenko | 2016-08-02 00:06:41 +0300 |
---|---|---|
committer | GitHub | 2016-08-02 00:06:41 +0300 |
commit | 45e82b55fc70ee88a7717e313e7ed0a0cdc13688 (patch) | |
tree | 07f62357dfc8042cd0238753f1f957537e00d7a7 /backends/platform/sdl/posix/posix.h | |
parent | 70dc846b952eaf1ffdb67c8820d156a61df2f7df (diff) | |
parent | 87818fe63ac851e89513c2fe49c9646d64566b31 (diff) | |
download | scummvm-rg350-45e82b55fc70ee88a7717e313e7ed0a0cdc13688.tar.gz scummvm-rg350-45e82b55fc70ee88a7717e313e7ed0a0cdc13688.tar.bz2 scummvm-rg350-45e82b55fc70ee88a7717e313e7ed0a0cdc13688.zip |
Merge pull request #795 from fuzzie/snap
POSIX: Add $SNAP to search path if available.
Diffstat (limited to 'backends/platform/sdl/posix/posix.h')
-rw-r--r-- | backends/platform/sdl/posix/posix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/sdl/posix/posix.h b/backends/platform/sdl/posix/posix.h index 0514d30191..050463c273 100644 --- a/backends/platform/sdl/posix/posix.h +++ b/backends/platform/sdl/posix/posix.h @@ -38,6 +38,8 @@ public: virtual void init(); virtual void initBackend(); + virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0); + protected: /** * Base string for creating the default path and filename for the |