We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab75b0 commit ed921ceCopy full SHA for ed921ce
config/pico/config.cpp
@@ -20,6 +20,7 @@ GpioButtonMapping button_mappings[] = {
20
{ BTN_LF2, 3 },
21
{ BTN_LF3, 4 },
22
{ BTN_LF4, 5 },
23
+ { BTN_LF5, 1 },
24
25
{ BTN_LT1, 6 },
26
{ BTN_LT2, 7 },
include/modes/Rivals2.hpp
@@ -4,8 +4,6 @@
4
#include "core/ControllerMode.hpp"
5
#include "core/state.hpp"
6
7
-#include <config.pb.h> //this was not here, but doesn't seem to matter if I remove it from Melee20Button.hpp anyway
8
-
9
class Rivals2 : public ControllerMode {
10
public:
11
Rivals2();
0 commit comments