mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-15 20:42:41 +00:00
SWBackend: Fix code style.
This commit is contained in:
parent
0661efea84
commit
d0f89b2b63
@ -53,7 +53,8 @@ namespace EfbInterface
|
|||||||
void DoState(PointerWrap &p);
|
void DoState(PointerWrap &p);
|
||||||
|
|
||||||
extern u32 perf_values[PQ_NUM_MEMBERS];
|
extern u32 perf_values[PQ_NUM_MEMBERS];
|
||||||
inline void IncPerfCounterQuadCount(PerfQueryType type) {
|
inline void IncPerfCounterQuadCount(PerfQueryType type)
|
||||||
|
{
|
||||||
// NOTE: hardware doesn't process individual pixels but quads instead.
|
// NOTE: hardware doesn't process individual pixels but quads instead.
|
||||||
// Current software renderer architecture works on pixels though, so
|
// Current software renderer architecture works on pixels though, so
|
||||||
// we have this "quad" hack here to only increment the registers on
|
// we have this "quad" hack here to only increment the registers on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user