mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
Video_Software: Fix stuff.
This commit is contained in:
parent
d734a5b486
commit
49d1da5e7e
5 changed files with 36 additions and 18 deletions
|
@ -146,12 +146,18 @@ namespace SWPixelEngine
|
|||
u16 boxTop;
|
||||
u16 boxBottom;
|
||||
|
||||
u16 perfZcompInputZcomploc;
|
||||
u16 perfZcompOutputZcomploc;
|
||||
u16 perfZcompInput;
|
||||
u16 perfZcompOutput;
|
||||
u16 perfBlendInput;
|
||||
u16 perfEfbCopyClocks;
|
||||
u16 perfZcompInputZcomplocLo;
|
||||
u16 perfZcompInputZcomplocHi;
|
||||
u16 perfZcompOutputZcomplocLo;
|
||||
u16 perfZcompOutputZcomplocHi;
|
||||
u16 perfZcompInputLo;
|
||||
u16 perfZcompInputHi;
|
||||
u16 perfZcompOutputLo;
|
||||
u16 perfZcompOutputHi;
|
||||
u16 perfBlendInputLo;
|
||||
u16 perfBlendInputHi;
|
||||
u16 perfEfbCopyClocksLo;
|
||||
u16 perfEfbCopyClocksHi;
|
||||
};
|
||||
|
||||
extern PEReg pereg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue