cellGame: implement disc change callbacks

This commit is contained in:
Megamouse 2022-06-21 22:13:22 +02:00
parent bc3a899acf
commit 87762a9b17
19 changed files with 728 additions and 86 deletions

View file

@ -100,7 +100,7 @@ void qt_camera_handler::open_camera()
if (const std::string camera_id = g_cfg.io.camera_id.to_string();
m_camera_id != camera_id)
{
camera_log.notice("Switching camera from %s to %s", camera_id, m_camera_id);
camera_log.notice("Switching camera from %s to %s", m_camera_id, camera_id);
camera_log.notice("Unloading old camera...");
if (m_camera) m_camera->unload();
m_camera_id = camera_id;