mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
VideoCommon: small cleanups. No functional change.
This commit is contained in:
parent
7416b9cdb4
commit
9d87818853
4 changed files with 6 additions and 14 deletions
|
@ -58,7 +58,6 @@ struct SCPFifoStruct
|
|||
volatile u32 bFF_HiWatermark;
|
||||
|
||||
// for GP watchdog hack
|
||||
volatile u32 Fake_GPWDToken; // cicular incrementer
|
||||
volatile u32 isGpuReadingData;
|
||||
};
|
||||
|
||||
|
@ -80,7 +79,7 @@ public:
|
|||
virtual std::string GetName() const = 0;
|
||||
virtual std::string GetDisplayName() const { return GetName(); }
|
||||
|
||||
virtual void ShowConfig(void*) {}
|
||||
virtual void ShowConfig(void*) = 0;
|
||||
|
||||
virtual void Video_Prepare() = 0;
|
||||
virtual void Video_EnterLoop() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue