mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Qt: add --no-gui mode
This commit is contained in:
parent
7cf037bd49
commit
432364cb04
14 changed files with 156 additions and 108 deletions
|
@ -47,5 +47,8 @@ namespace gui
|
|||
|
||||
// Opens an image in a new window with original size
|
||||
void show_windowed_image(const QImage& img, const QString& title = "");
|
||||
|
||||
// Loads the app icon from path and embeds it centered into an empty square icon
|
||||
QIcon get_app_icon_from_path(const std::string& path, const std::string& title_id);
|
||||
} // utils
|
||||
} // gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue