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

add cheats #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add cheats #128

wants to merge 1 commit into from

Conversation

gl91306
Copy link

@gl91306 gl91306 commented Jan 14, 2025

Needs Daedalus.cht in Daedalus folder in sd card.

Github doesn't let me attach .cht files for some reason so here's the link to the one I use.
cheats

Made this specifically to workaround the OOT slow menu framebuffer issue, and It works fine.

char str2[10];
ImGui::Text(itoa(codegroupcount - numCheats, str2, 10));

// Free allocated strings (IMPORTANT!)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dead code?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its the number of loaded/unloaded cheats

}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your editor remove new line at the end of the file. Please read
https://gist.github.com/OleksiyRudenko/d51388345ea55767b7672307fe35adf3

Copy link
Author

@gl91306 gl91306 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im sorry I dont really know how github code reviews work

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.

2 participants