From 91c6ce577e110ae78e0e90d1e3916e279a36ac60 Mon Sep 17 00:00:00 2001 From: Dima353 <75039669+Dima353@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:18:44 +0300 Subject: [PATCH] Remap 'back' button to circle --- src/core/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/config.h b/src/core/config.h index 9f1981be..76a13a26 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -360,8 +360,8 @@ enum Config { # endif # define SCROLLABLE_STATS_PAGE // only draggable by mouse atm -# define TRIANGLE_BACK_BUTTON -//# define CIRCLE_BACK_BUTTON +//# define TRIANGLE_BACK_BUTTON +# define CIRCLE_BACK_BUTTON //# define PS2_LIKE_MENU // An effort to recreate PS2 menu, cycling through tabs, different bg etc. //# define PS2_SAVE_DIALOG // PS2 style save dialog with transparent black box # define CUSTOM_FRONTEND_OPTIONS