tpunix / kirk_engine

My version of kirk_engine
26 stars 15 forks source link

Error in fake_np.c #1

Open ErikPshat opened 11 years ago

ErikPshat commented 11 years ago

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 commented 11 years ago

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