kirk_engine icon indicating copy to clipboard operation
kirk_engine copied to clipboard

My version of kirk_engine

Results 2 kirk_engine issues
Sort by recently updated
recently updated
newest added

when try to build kirk engine: ``` gcc -Wall -O2 -c -o ../common/utils.o ../common/utils.c ../common/utils.c:9:16: fatal error: io.h: No such file or directory ``` greetings

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...