-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TAS Playback (0.1) #91
base: main
Are you sure you want to change the base?
Conversation
It looks like the CI build is failing because the Flipper code in the repo #includes code from outside the Flipper-specific subdirectory, and the CI copies just the Flipper subdirectory into the tmp location where the build is run. Is this a CI bug, or is this configuration not supported? It's somewhat important for multi-platform applications like this one. |
Yes, everything your app uses should be in its folder. You can use Your app is cool, looking forward to compatibility fixes! |
This isn't about third-party code; it's about my own app's platform-generic code, which is pulled in by the flipper variant. Just cramming it in |
I looked into details of your project - and I think it can be slightly changed by moving common code into a submodule and adding that submodule to Flipper's application dir. Unfortunately, current catalog's implementation requires all code to be within root app's directory - the one with |
@hedger i think we can switch to git-archive-all that can perform submodules packing |
Please un-draft when fixed. |
Application Submission
This app plays back tool-assisted speedrun files on video game consoles (currently only the Nintendo 64)
Extra Requirements
This reads files from the microSD card and sends output to a game console connected via the GPIO pins. This usually requires modifying a controller extension cable.
Author Checklist (Fill this out)
Reviewer Checklist (Don't fill this out)