mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 19:12:47 +02:00
Core: Remove unnecessary forward declaration
This commit is contained in:
parent
9d1ae76d0d
commit
ed2e9e9e41
@ -91,9 +91,6 @@ static Common::Timer s_timer;
|
|||||||
static std::atomic<u32> s_drawn_frame;
|
static std::atomic<u32> s_drawn_frame;
|
||||||
static std::atomic<u32> s_drawn_video;
|
static std::atomic<u32> s_drawn_video;
|
||||||
|
|
||||||
// Function forwarding
|
|
||||||
void Callback_WiimoteInterruptChannel(int _number, u16 _channelID, const void* _pData, u32 _Size);
|
|
||||||
|
|
||||||
// Function declarations
|
// Function declarations
|
||||||
void EmuThread();
|
void EmuThread();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user