Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/pico/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ GpioButtonMapping button_mappings[] = {
{ BTN_LF2, 3 },
{ BTN_LF3, 4 },
{ BTN_LF4, 5 },
{ BTN_LF5, 1 },

{ BTN_LT1, 6 },
{ BTN_LT2, 7 },
Expand Down
2 changes: 0 additions & 2 deletions include/modes/Rivals2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#include "core/ControllerMode.hpp"
#include "core/state.hpp"

#include <config.pb.h> //this was not here, but doesn't seem to matter if I remove it from Melee20Button.hpp anyway

class Rivals2 : public ControllerMode {
public:
Rivals2();
Expand Down