mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
ANDROID: Comment about related bug report for transient config options
This commit is contained in:
parent
50d2ae3b4c
commit
50eb038312
@ -349,6 +349,10 @@ void OSystem_Android::initBackend() {
|
||||
// BUG: "transient" ConfMan settings get nuked by the options
|
||||
// screen. Passing the savepath in this way makes it stick
|
||||
// (via ConfMan.registerDefault)
|
||||
// Note: The aforementioned bug is probably the one reported here:
|
||||
// https://bugs.scummvm.org/ticket/3712
|
||||
// and maybe here:
|
||||
// https://bugs.scummvm.org/ticket/7389
|
||||
// TODO is this right to save full path?
|
||||
_savefileManager = new DefaultSaveFileManager(ConfMan.get("savepath"));
|
||||
// TODO remove the debug message eventually
|
||||
|
Loading…
Reference in New Issue
Block a user