Emu: Move VFS mount to Init

This commit is contained in:
Megamouse 2021-10-20 19:51:47 +02:00
parent a90376a7c4
commit e9fe90244f
6 changed files with 40 additions and 28 deletions

View file

@ -24,6 +24,7 @@ bool cfg_camera::load()
return from_string(cfg_file.to_string());
}
camera_log.notice("Camera config missing. Using default settings. Path: %s", path);
from_default();
return false;
}