kirk_engine icon indicating copy to clipboard operation
kirk_engine copied to clipboard

Error in fake_np.c

Open ErikPshat opened this issue 11 years ago • 1 comments

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

ErikPshat avatar May 03 '13 05:05 ErikPshat

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

tpunix avatar May 08 '13 07:05 tpunix