i wasn't able to reproduce the black screenshot bug, but this might fix it

This commit is contained in:
goyuken 2013-08-23 17:54:33 +00:00
parent 29e43e231b
commit 97e3ac9e1b
1 changed files with 1 additions and 1 deletions

View File

@ -2332,7 +2332,7 @@ namespace BizHawk.MultiClient
}
// make opaque
//col |= unchecked((int)0xff000000);
col |= unchecked((int)0xff000000);
ptr[y * stride + x] = col;
}