mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
save_data: Fix save data list back button.
This commit is contained in:
parent
eaa92b5a65
commit
397c511c1d
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ void SaveDialogUi::DrawList() {
|
|||
SetCursorPosX(GetContentRegionAvail().x - button_size.x);
|
||||
if (Button(back, button_size)) {
|
||||
result->dir_name.clear();
|
||||
Finish(ButtonId::INVALID);
|
||||
Finish(ButtonId::INVALID, Result::USER_CANCELED);
|
||||
}
|
||||
if (IsKeyPressed(ImGuiKey_GamepadFaceRight)) {
|
||||
SetItemCurrentNavFocus();
|
||||
|
|
Loading…
Add table
Reference in a new issue