mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-17 07:41:39 +00:00
Remove c++11 feature so VC2010 can be happy.
This commit is contained in:
parent
786e49ed48
commit
e720ea7837
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue