X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffile.cpp;h=00ef5f3eff749632b11b3d9618784111167bc92c;hb=b4975cbd28c54b5a8f5d7a119375fe05b46f19a1;hp=06c6822378f2daf982bfe544cdf30983389e2c3d;hpb=156b1a733f545e7dfcaa48a01a1be9d5c009a935;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) {