hack ntview never to cache, for now, since its cache logic is failing in some cases and not refreshing. need to study kuja's game to figure out why the caching logic fails

This commit is contained in:
zeromus 2009-06-11 07:14:15 +00:00
parent 9dcb88a888
commit 62b5a8c7ff
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ void DrawNameTable(int scanline, int ntnum, bool invalidateCache) {
c.curr_vnapage = vnapage[ntnum];
//HACK: never cache anything
//invalid = true;
invalid = true;
pbitmap = bitmap;
for(int y=0;y<30;y++){