Added missing controller patcher lib

This commit is contained in:
Maschell 2017-10-29 12:23:00 +01:00
parent 283f84d96a
commit 67ae2c18ef

View File

@ -64,6 +64,12 @@ install:
- make install - make install
- cd $DEVKITTMP - cd $DEVKITTMP
- rm -rf * - rm -rf *
- git clone https://github.com/Maschell/controller_patcher.git
- cd controller_patcher
- make -j8
- make install
- cd $DEVKITTMP
- rm -rf *
- cd $DEVKITPRO - cd $DEVKITPRO
before_script: before_script: