CDL: fixed vram data logging glitch

This commit is contained in:
CaH4e3 2016-08-07 12:34:58 +00:00
parent 4b562ff1af
commit c4ec35c518
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ static DECLFW(B2007) {
uint32 tmp = RefreshAddr & 0x3FFF;
if (debug_loggingCD) {
if(tmp < 0x2000)
if(!cdloggerVideoDataSize && (tmp < 0x2000))
cdloggervdata[tmp] = 0;
}