-
Notifications
You must be signed in to change notification settings - Fork 9
Ryujinx log reader #1
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
base: main
Are you sure you want to change the base?
Conversation
Added checks for homebrew and metal. Started on the log reader logic with getting the application info, the emulator info, and the settings info.
|
Alright i'm pretty happy with the code is right now, we have everything we need ( Application Info, Ryujinx Info, Notes, etc... ). I think it's ready for the discord implementation ? I'm going to mark this PR as ready for review in case you want to merge it and then work on the discord logic outside of the PR |
|
If you want me to add comments or summaries anywhere, just let me know, I'd be happy to. |
|
I just thought about it but there might be some licensing issues since I used Ryuko as a reference but idk |
This adds the logic required to analyze ryujinx logs.
This PR will only contain the code to analyze the contents of the log, not HOW to get the contents of the log, or actually creating an embed (The last one is just because i don't want to deal with Discord.NET).
I would like to do all of these, but i am already struggling enough, so it will be up to @GreemDev do it (sorry).