-
Notifications
You must be signed in to change notification settings - Fork 2
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
[2.1 | PSP] Generate PARAM.SFO / Fix HOME button #18
base: main/2.1
Are you sure you want to change the base?
Conversation
I'd put the callbacks into Godot_PSP.cpp to make it look cleaner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, and I disagree about putting anything in godot_psp.cpp because usually the main file is only used for bootstrapping the engine. The OS class does the rest of the initialization.
In the future, you should avoid making unrelated changes part of the same pull request. Small and simple changes can be approved and merged much quicker by themselves.
I guess you're just ignoring my advice about unrelated changes then? I can't easily review changes like that audio crackling. I won't be merging this now, myself. |
Got it. I didn't expect commits to be shown there. |
No description provided.