mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Delete unused EFBHasAlphaChannel function
This commit is contained in:
parent
9d125a6e43
commit
d6cd8de1a7
2 changed files with 0 additions and 6 deletions
|
@ -100,7 +100,6 @@ public:
|
|||
|
||||
PixelFormat GetPrevPixelFormat() const { return m_prev_efb_format; }
|
||||
void StorePixelFormat(PixelFormat new_format) { m_prev_efb_format = new_format; }
|
||||
bool EFBHasAlphaChannel() const;
|
||||
|
||||
bool UseVertexDepthRange() const;
|
||||
void DoState(PointerWrap& p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue