mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
cellSaveData: keep focus after confirmation cancel
It was very annoying to be thrown to beginning of the list after cancelling the confirmation.
This commit is contained in:
parent
3fc6375ec5
commit
11f57f259c
@ -1053,6 +1053,10 @@ static NEVER_INLINE error_code savedata_op(ppu_thread& ppu, u32 operation, u32 v
|
|||||||
|
|
||||||
if (g_last_user_response != CELL_MSGDIALOG_BUTTON_YES)
|
if (g_last_user_response != CELL_MSGDIALOG_BUTTON_YES)
|
||||||
{
|
{
|
||||||
|
if (selected >= 0)
|
||||||
|
{
|
||||||
|
focused = selected;
|
||||||
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user