We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In line 455 error: ico1_buf = load_file("ICON1.PNG", &ico1_size); Must be ICON1.PMF
Sample - lines 453-455: ico1_buf = load_file_from_ISO(iso_name, "/PSP_GAME/ICON1.PMF", &ico1_size); if(ico1_buf==NULL) ico1_buf = load_file("ICON1.PNG", &ico1_size);
In line 713: Onput -> Output In line 824: Down -> Done ;)
The text was updated successfully, but these errors were encountered:
Oh... My silly mistake... thanks:)
Sorry, something went wrong.
No branches or pull requests
In line 455 error:
ico1_buf = load_file("ICON1.PNG", &ico1_size);
Must be ICON1.PMF
Sample - lines 453-455:
ico1_buf = load_file_from_ISO(iso_name, "/PSP_GAME/ICON1.PMF", &ico1_size);
if(ico1_buf==NULL)
ico1_buf = load_file("ICON1.PNG", &ico1_size);
In line 713: Onput -> Output
In line 824: Down -> Done
;)
The text was updated successfully, but these errors were encountered: