Skip to content

Commit

Permalink
options: Use enter button to accept
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Jun 12, 2021
1 parent a494cfd commit 66e2903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/source/gui/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ namespace GUI {
Utils::SetBounds(&row, 0, 1);
}

if (Utils::IsButtonPressed(PSP_CTRL_CROSS)) {
if (Utils::IsButtonPressed(PSP_CTRL_ENTER)) {
const std::string filename = item->entries[item->selected].d_name;

if (row == 0) {
Expand Down

0 comments on commit 66e2903

Please sign in to comment.