mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 17:05:08 +00:00
Add RPCS3/games/ for automatic games detection, support PSN games outside HDD0 (#12982)
* SFO: Do not load PARAM.SFO with illegal TITLE_ID * Add support for PSN games outside HDD0 * Add RPCS3/games/ for automatic game detection
This commit is contained in:
parent
8d9dd1d19c
commit
ad3ea966cb
7 changed files with 135 additions and 22 deletions
|
|
@ -43,7 +43,7 @@ vfs_dialog_path_widget::vfs_dialog_path_widget(const QString& name, const QStrin
|
|||
|
||||
QHBoxLayout* selected_config_layout = new QHBoxLayout;
|
||||
m_selected_config_label = new QLabel(current_path.isEmpty() ? EmptyPath : current_path);
|
||||
selected_config_layout->addWidget(new QLabel(tr("%0 directory:").arg(name)));
|
||||
selected_config_layout->addWidget(new QLabel(tr("Used %0 directory:").arg(name)));
|
||||
selected_config_layout->addWidget(m_selected_config_label);
|
||||
selected_config_layout->addStretch();
|
||||
selected_config_layout->addWidget(add_directory_button);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue