]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/file.cpp
Fix for bad icon path on OSX, also updated OSX compilation docs.
[virtualjaguar] / src / file.cpp
index 06c6822378f2daf982bfe544cdf30983389e2c3d..00ef5f3eff749632b11b3d9618784111167bc92c 100644 (file)
@@ -251,14 +251,16 @@ SET16(jaguarMainRAM, 0x1000, 0x60FE);             // Here: bra Here
        }
 
        // We can assume we have JST_NONE at this point. :-P
+       WriteLog("FILE: Failed to load headerless file.\n");
        return false;
 }
 
 
 //
 // "Alpine" file loading
-// Since the developers were coming after us with torches and pitchforks, we decided to
-// allow this kind of thing. ;-) But ONLY FOR THE DEVS, DAMMIT! >:-U O_O
+// Since the developers were coming after us with torches and pitchforks, we
+// decided to allow this kind of thing. ;-) But ONLY FOR THE DEVS, DAMMIT! >:-U
+// O_O
 //
 bool AlpineLoadFile(char * path)
 {