[Scummvm-git-logs] scummvm master -> 2b4260db36733e9e05c4215d84ef8c0d23d5c932

spleen1981 noreply at scummvm.org
Tue Sep 3 21:04:58 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2b4260db36 LIBRETRO: remove unneeded declaration


Commit: 2b4260db36733e9e05c4215d84ef8c0d23d5c932
    https://github.com/scummvm/scummvm/commit/2b4260db36733e9e05c4215d84ef8c0d23d5c932
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2024-09-03T22:58:48+02:00

Commit Message:
LIBRETRO: remove unneeded declaration

Changed paths:
    backends/platform/libretro/include/libretro-fs.h


diff --git a/backends/platform/libretro/include/libretro-fs.h b/backends/platform/libretro/include/libretro-fs.h
index 38941c8e768..c73416acbcf 100644
--- a/backends/platform/libretro/include/libretro-fs.h
+++ b/backends/platform/libretro/include/libretro-fs.h
@@ -96,20 +96,4 @@ private:
 	virtual void setFlags();
 };
 
-
-#ifndef __ANDROID__ //In this case definition in backends/fs/posix/posix-fs.h is used
-namespace Posix {
-
-/**
- * Assure that a directory path exists.
- *
- * @param dir The path which is required to exist.
- * @param prefix An (optional) prefix which should not be created if non existent.
- *               prefix is prepended to dir if supplied.
- * @return true in case the directoy exists (or was created), false otherwise.
- */
-bool assureDirectoryExists(const Common::String &dir, const char *prefix = nullptr);
-
-} // End of namespace Posix
-#endif
 #endif




More information about the Scummvm-git-logs mailing list