[Scummvm-git-logs] scummvm master -> 337ec7f6d90390f644b659d38b578b9c9139cc4d
lephilousophe
noreply at scummvm.org
Wed Jun 1 10:46:53 UTC 2022
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:
337ec7f6d9 VITA: Fix build with latest toolchains
Commit: 337ec7f6d90390f644b659d38b578b9c9139cc4d
https://github.com/scummvm/scummvm/commit/337ec7f6d90390f644b659d38b578b9c9139cc4d
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-06-01T12:45:29+02:00
Commit Message:
VITA: Fix build with latest toolchains
This whole workaround may be unnecessary though as mkdir seems to be
implemented correctly on lastest Vita toolchain.
Changed paths:
backends/fs/posix/posix-fs.cpp
diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp
index f5a0cc17ed0..6d55fa3b71f 100644
--- a/backends/fs/posix/posix-fs.cpp
+++ b/backends/fs/posix/posix-fs.cpp
@@ -41,6 +41,7 @@
#include <sys/types.h>
#endif
#ifdef PSP2
+#include <psp2/io/stat.h>
#define mkdir sceIoMkdir
#endif
#include <dirent.h>
More information about the Scummvm-git-logs
mailing list