i wasn't able to reproduce the black screenshot bug, but this might fix it
This commit is contained in:
parent
29e43e231b
commit
97e3ac9e1b
|
@ -2332,7 +2332,7 @@ namespace BizHawk.MultiClient
|
|||
}
|
||||
|
||||
// make opaque
|
||||
//col |= unchecked((int)0xff000000);
|
||||
col |= unchecked((int)0xff000000);
|
||||
|
||||
ptr[y * stride + x] = col;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue