mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-25 12:55:00 +00:00
- pkg extraction: fix a rare issue when there is extra entries with uroot and flat_path_table (this is how it should be handled anyway!) (#96)
- gui: - fix crash when switching between List and Grid modes. - fix fw display text (it was showing wrong numbers in certain cases) - made sfo viewer show numbers in hex.
This commit is contained in:
parent
12a8cf5ee9
commit
8ba6d7add0
3 changed files with 33 additions and 9 deletions
|
@ -116,7 +116,7 @@ void MainWindow::CreateConnects() {
|
|||
m_gui_settings->SetValue(gui::main_window_gamelist_visible, checked);
|
||||
});
|
||||
connect(ui->refreshGameListAct, &QAction::triggered, this,
|
||||
[this] { m_game_list_frame->Refresh(true); });
|
||||
[this] { m_game_list_frame->Refresh(false); });
|
||||
|
||||
connect(m_icon_size_act_group, &QActionGroup::triggered, this, [this](QAction* act) {
|
||||
static const int index_small = gui::get_Index(gui::game_list_icon_size_small);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue