Compiling for RG351M successfully.
This commit is contained in:
@ -45,6 +45,8 @@ assetbuffer_t * assetBufferOpen(char *assetName) {
|
||||
strcat(joined, ASSET_PREFIX);//Add prefix
|
||||
strcat(joined, assetName);//Add body
|
||||
|
||||
printf("Opening up %s\n", joined);
|
||||
|
||||
// Open the file pointer now.
|
||||
FILE *fptr = fopen(joined, "rb");
|
||||
free(joined);// Free the string we just created
|
||||
|
Reference in New Issue
Block a user