Rewrite the c module loader, adding a search path (fixes #1050)

Note: also removes the restriction that only fused games can load libraries from
their save folders.

--HG--
branch : minor
This commit is contained in:
Bart van Strien
2016-02-26 15:24:01 +01:00
parent 2f7492667a
commit 33341de7bc
4 changed files with 68 additions and 22 deletions
+1
View File
@@ -261,6 +261,7 @@ public:
// Require path accessors
// Not const because it's R/W
virtual std::vector<std::string> &getRequirePath() = 0;
virtual std::vector<std::string> &getCRequirePath() = 0;
/**
* Allows a full (OS-dependent) path to be used with Filesystem::mount.