mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 11:20:56 +00:00
IOS: Report the scummvm.log file location
This commit is contained in:
parent
ea2244dd84
commit
20682fdc3c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user