-
Notifications
You must be signed in to change notification settings - Fork 104
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
config dl gimxfile rebase #636
base: gimxfile
Are you sure you want to change the base?
Conversation
…status returns -3
Now prints to terminal. Needs fix for downloading as config download …
…y to browse truncated strings using left and right arrow keys.
…wnload correct files.
…enu needs to be implemented, to show the user which buttons to use to navigate this tool. Fixed a fatal mistake where local copy of ttyProgressDialog was being used again for config dl despite going out of scope.
merge updates
…n folder called 'fetchconfig'. Finally, added program to master Makefile - meaning the program can be built with the rest of the Gimx suite from the root folder.
… outdated commented code.
…uffer size, in macros.c and btds4.c. I have marked them with comments and temporary warning exceptions. Unfortunately, I am not experienced enough to fix these issues.
…h gimx-launcher and fetchconfig use this library now.
…earching for simpler substitute for std::function as this is the cause for this modification. Probably will just use function pointer.
… me to remove unnessessary -stdc++=14 CPPFLAG option. Also, clean up code.
Okay, so I think I have got everything done. There are no compilation warnings generated by my program, it is stable and does the job nicely. I finished up the command line argument parsing as well, because it was a mess. The code I copied from gimx-launcher for the automatic config download functionality has been moved to a common library, and all file operations now go through the gimxfile lib. Unfortunately, I cannot physically test this functionality as I do not have game controllers; however, it is using code proven to work so any issues should be easy to fix. Let me know if there is anything else I should do. For now, I think this will be all. |
8d4fd83
to
0f8053a
Compare
No description provided.