├── .gitignore ├── AutoReplay.plist ├── Makefile ├── Tweak.xm └── control /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .theos 3 | packages -------------------------------------------------------------------------------- /AutoReplay.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamieBerghmans/AutoReplay/HEAD/AutoReplay.plist -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamieBerghmans/AutoReplay/HEAD/Makefile -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamieBerghmans/AutoReplay/HEAD/Tweak.xm -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamieBerghmans/AutoReplay/HEAD/control --------------------------------------------------------------------------------