mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28:45 +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);
|
SetCursorPosX(GetContentRegionAvail().x - button_size.x);
|
||||||
if (Button(back, button_size)) {
|
if (Button(back, button_size)) {
|
||||||
result->dir_name.clear();
|
result->dir_name.clear();
|
||||||
Finish(ButtonId::INVALID);
|
Finish(ButtonId::INVALID, Result::USER_CANCELED);
|
||||||
}
|
}
|
||||||
if (IsKeyPressed(ImGuiKey_GamepadFaceRight)) {
|
if (IsKeyPressed(ImGuiKey_GamepadFaceRight)) {
|
||||||
SetItemCurrentNavFocus();
|
SetItemCurrentNavFocus();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue