mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
Merge pull request #3561 from lioncash/render
RenderBase: Get rid of an undefined global extern
This commit is contained in:
commit
e9713e19d7
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ struct EfbPokeData
|
||||||
extern int frameCount;
|
extern int frameCount;
|
||||||
extern int OSDChoice;
|
extern int OSDChoice;
|
||||||
|
|
||||||
extern bool bLastFrameDumped;
|
|
||||||
|
|
||||||
// Renderer really isn't a very good name for this class - it's more like "Misc".
|
// Renderer really isn't a very good name for this class - it's more like "Misc".
|
||||||
// The long term goal is to get rid of this class and replace it with others that make
|
// The long term goal is to get rid of this class and replace it with others that make
|
||||||
// more sense.
|
// more sense.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue