mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
HybridXFB: Fix lint errors
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
namespace EfbCopy
|
||||
{
|
||||
|
||||
void ClearEfb()
|
||||
{
|
||||
u32 clearColor = (bpmem.clearcolorAR & 0xff) << 24 | bpmem.clearcolorGB << 8 |
|
||||
@@ -34,5 +33,4 @@ void ClearEfb()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user