From: sparky4 Date: Thu, 2 Jul 2015 17:58:41 +0000 (-0500) Subject: yes it definatly works! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=cb27758b2c63cabd87fc78fa74eabc392eb70060;p=16.git yes it definatly works! Signed-off-by: sparky4 --- diff --git a/exmmtest.exe b/exmmtest.exe index a3e247b8..0668e4a2 100644 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/src/exmmtest.c b/src/exmmtest.c index 8c4d33e3..ba07d3bb 100644 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -36,7 +36,7 @@ main(int argc, char *argv[]) MM_Startup(&mm, &mmi); printf("done!\n"); printf("&main()=%Fp\n", *argv[0]); - if(CA_LoadFile("data/chikyuu.pcx", &bigbuffer, &mm, &mmi)) printf("\nyay!\n"); + if(CA_LoadFile("data/koishi~~.pcx", &bigbuffer, &mm, &mmi)) printf("\nyay!\n"); //MM_GetPtr(&bigbuffer, mmi.nearheap, &mm, &mmi); //hmm functions in cache system use the buffered stuff printf("size of big buffer~=%ul\n", _bmsize(segu, bigbuffer));