mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core: Remove unnecessary forward declaration
This commit is contained in:
@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user