Skip to content
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

Working Build for more than Gren, Formatting, Readme Cleanup #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Mythra
Copy link

@Mythra Mythra commented Apr 23, 2021

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, and make failed due to a bad header include path. I've attempted to recreate a make dist that should offer the same experience, but without make 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.

Mythra added 4 commits April 22, 2021 12:08
this updates the README.md to be a little bit more representative
of what's actually happening (and look a bit nicer).

second i applied code style to the actual code that's written right
now (sysmodule). the closest to code that Gren actually wrote (and
wasn't generated/copied from elsewhere) seemed to be WebKit so I
chose that as the style, but we can obviously change super easy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant