[Solved] Problem with oslAddVirtualFileList
[Solved] Problem with oslAddVirtualFileList
Solved.
Last edited by DAanDASja on Mon Sep 07, 2009 5:39 am, edited 1 time in total.
why:
why 2 times a { and 2 times }? is one not enough?
Code: Select all
ram_files[] ={{"ram:/picture.png", (void*) picture_data, sizeof(picture_data), &VF_MEMORY}};
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}