tabs and braces must exist in an orderly manner!
This commit is contained in:
parent
86a20544e6
commit
4e12f54897
|
@ -352,9 +352,7 @@ namespace BizHawk.Emulation
|
|||
unsafe
|
||||
{
|
||||
fixed (byte* src_ = framebuffer.VideoBuffer)
|
||||
{
|
||||
fixed (int* dst_ = vidbuffer)
|
||||
{
|
||||
fixed (int* pal = TIATables.NTSCPalette)
|
||||
{
|
||||
byte* src = src_;
|
||||
|
@ -366,8 +364,6 @@ namespace BizHawk.Emulation
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public int[] GetVideoBuffer()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue