Working Build for more than Gren, Formatting, Readme Cleanup #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is just what I got too while looking at this during work meetings today. Booted it up on atmosphere, and SplitNX folder was created, and it built. So I assume everything is properly working (though I didn't actually live split it). Figured I'd push up for you to test as well, since you probably know what's expected more.
The build didn't work
make dist
wasn't a real thing, andmake
failed due to a bad header include path. I've attempted to recreate amake dist
that should offer the same experience, but withoutmake dist
existing in current HEAD i just sort of guessed at what it "probably did".Readme now has a little bit more instructions (splitting up build/use), and documents all of the commands I noticed the sysmodule had.
I added just a small logging library rather than manually jugging std::fstreams, just cause as I wanted to take a look for autosplitting more than just a textfile of memory, probably gonna want some more logging. If this solutions isn't up to par, I can rework.
Finally I added a
make style
for using clang-format to help enforce a consistent style as the mismash was giving me whiplash. I chose webkit cause that seemed to be the closest built in default to the code you wrote (and not the ones that like dkp generated), but happy to also change that to a different formatter if you wanna follow a separate style.