(PS3/Core) Increase MAX_PLAYERS from 5 to 7 - PS3 supports 7

controllers at once and there are games in FBA that have simultaneous
six-player support
This commit is contained in:
TwinAphex51224 2012-02-02 15:19:01 +01:00
parent ee5d43486c
commit a14bdb82b1

View File

@ -67,7 +67,7 @@
#include "360/msvc_compat.h" #include "360/msvc_compat.h"
#endif #endif
#define MAX_PLAYERS 5 #define MAX_PLAYERS 7
enum ssnes_shader_type enum ssnes_shader_type
{ {