Remove c++11 feature so VC2010 can be happy.
This commit is contained in:
parent
786e49ed48
commit
e720ea7837
|
@ -511,7 +511,7 @@ namespace EfbInterface
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scanline buffer, leave room for borders
|
// Scanline buffer, leave room for borders
|
||||||
yuv444 scanline[fbWidth+2];
|
yuv444 scanline[EFB_WIDTH+2];
|
||||||
|
|
||||||
// our internal yuv444 type is not normalized, so black is {0, 0, 0} instead of {16, 128, 128}
|
// our internal yuv444 type is not normalized, so black is {0, 0, 0} instead of {16, 128, 128}
|
||||||
yuv444 black;
|
yuv444 black;
|
||||||
|
|
Loading…
Reference in New Issue