diff --git a/defines/psp_defines.h b/defines/psp_defines.h index 60947c70de..89167ad065 100644 --- a/defines/psp_defines.h +++ b/defines/psp_defines.h @@ -1,7 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2015 - Daniel De Matteis - * + * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- * ation, either version 3 of the License, or (at your option) any later version. @@ -79,8 +79,8 @@ #define PSP_CTRL_SQUARE PSP2_CTRL_SQUARE #define PSP_CTRL_CROSS PSP2_CTRL_CROSS #define PSP_CTRL_CIRCLE PSP2_CTRL_CIRCLE -#define PSP_CTRL_L PSP2_CTRL_L -#define PSP_CTRL_R PSP2_CTRL_R +#define PSP_CTRL_L PSP2_CTRL_LTRIGGER +#define PSP_CTRL_R PSP2_CTRL_RTRIGGER #else #define DEFAULT_SAMPLING_MODE (SCE_CTRL_MODE_DIGITALANALOG)