IOS: Report the scummvm.log file location

This commit is contained in:
Eugene Sandulenko 2023-03-27 00:19:00 +02:00
parent ea2244dd84
commit 20682fdc3c
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -184,6 +184,8 @@ public:
virtual void logMessage(LogMessageType::Type type, const char *message);
virtual Common::String getDefaultLogFileName() { return Common::String("/var/mobile/.scummvm.log"); }
protected:
void initVideoContext();
void updateOutputSurface();