[Scummvm-git-logs] scummvm master -> 152267e9561bef6a8af69a2a0cf7a623cf8e897c

lephilousophe noreply at scummvm.org
Thu Feb 12 12:36:08 UTC 2026


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

Summary:
152267e956 PSP2: Fix build


Commit: 152267e9561bef6a8af69a2a0cf7a623cf8e897c
    https://github.com/scummvm/scummvm/commit/152267e9561bef6a8af69a2a0cf7a623cf8e897c
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2026-02-12T13:35:44+01:00

Commit Message:
PSP2: Fix build

Changed paths:
    backends/platform/sdl/psp2/psp2.h


diff --git a/backends/platform/sdl/psp2/psp2.h b/backends/platform/sdl/psp2/psp2.h
index 69980d52a44..cdfc3abf011 100644
--- a/backends/platform/sdl/psp2/psp2.h
+++ b/backends/platform/sdl/psp2/psp2.h
@@ -31,6 +31,7 @@ public:
 	bool hasFeature(Feature f) override;
 	void logMessage(LogMessageType::Type type, const char *message) override;
 	Common::HardwareInputSet *getHardwareInputSet() override;
+	void addSysArchivesToSearchSet(Common::SearchSet &s, int priority) override;
 
 protected:
 	Common::Path getDefaultConfigFileName() override;




More information about the Scummvm-git-logs mailing list