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

Error in fake_np.c #1

Open
ErikPshat opened this issue May 3, 2013 · 1 comment
Open

Error in fake_np.c #1

ErikPshat opened this issue May 3, 2013 · 1 comment

Comments

@ErikPshat
Copy link

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
;)

@tpunix
Copy link
Owner

tpunix commented May 8, 2013

Oh... My silly mistake... thanks:)

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

No branches or pull requests

2 participants