X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Ffile.cpp;h=00ef5f3eff749632b11b3d9618784111167bc92c;hb=f005034d4a3990efc8e445ce46222ce32600411b;hp=06c6822378f2daf982bfe544cdf30983389e2c3d;hpb=10d7ab1fb217c01030a0b637f9a571c1faf61ede;p=virtualjaguar diff --git a/src/file.cpp b/src/file.cpp index 06c6822..00ef5f3 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -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) {