mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 07:46:11 +00:00
PSP: removed unneeded overload of addCustomDirectories()
svn-id: r48299
This commit is contained in:
parent
b2b7a08cc2
commit
b9d876e23a
@ -105,8 +105,4 @@ bool PSPPluginProvider::isPluginFilename(const Common::FSNode &node) const {
|
||||
return true;
|
||||
}
|
||||
|
||||
void PSPPluginProvider::addCustomDirectories(Common::FSList &dirs) const {
|
||||
dirs.push_back(Common::FSNode("/"));
|
||||
}
|
||||
|
||||
#endif // defined(DYNAMIC_MODULES) && defined(__PSP__)
|
||||
|
@ -36,7 +36,6 @@ protected:
|
||||
|
||||
bool isPluginFilename(const Common::FSNode &node) const;
|
||||
|
||||
void addCustomDirectories(Common::FSList &dirs) const;
|
||||
};
|
||||
|
||||
#endif // defined(DYNAMIC_MODULES) && defined(__PSP__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user