mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
cellCamera: fix compilation on linux
This commit is contained in:
parent
60d35e17ac
commit
e67cf68321
5 changed files with 17 additions and 15 deletions
|
@ -365,6 +365,7 @@ void gui_application::InitializeCallbacks()
|
|||
return std::make_shared<qt_camera_handler>();
|
||||
}
|
||||
}
|
||||
return nullptr;
|
||||
};
|
||||
callbacks.get_gs_frame = [this]() -> std::unique_ptr<GSFrameBase> { return get_gs_frame(); };
|
||||
callbacks.get_msg_dialog = [this]() -> std::shared_ptr<MsgDialogBase> { return m_show_gui ? std::make_shared<msg_dialog_frame>() : nullptr; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue