mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
EfbInterface: Move efb array into the EfbInterface namespace
This commit is contained in:
parent
bb2c3bd572
commit
f3a8874214
@ -18,10 +18,10 @@
|
|||||||
#include "VideoCommon/LookUpTables.h"
|
#include "VideoCommon/LookUpTables.h"
|
||||||
#include "VideoCommon/PerfQueryBase.h"
|
#include "VideoCommon/PerfQueryBase.h"
|
||||||
|
|
||||||
static u8 efb[EFB_WIDTH * EFB_HEIGHT * 6];
|
|
||||||
|
|
||||||
namespace EfbInterface
|
namespace EfbInterface
|
||||||
{
|
{
|
||||||
|
static u8 efb[EFB_WIDTH * EFB_HEIGHT * 6];
|
||||||
|
|
||||||
u32 perf_values[PQ_NUM_MEMBERS];
|
u32 perf_values[PQ_NUM_MEMBERS];
|
||||||
|
|
||||||
static inline u32 GetColorOffset(u16 x, u16 y)
|
static inline u32 GetColorOffset(u16 x, u16 y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user