mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
small optimization for gba ucode hle
hopefully quiet gcc about IUCode ctor... git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6049 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -32,10 +32,10 @@ class IUCode
|
||||
public:
|
||||
IUCode(CMailHandler& _rMailHandler)
|
||||
: m_rMailHandler(_rMailHandler)
|
||||
, m_NextUCode_steps(0)
|
||||
, m_NextUCode()
|
||||
, m_NeedsResumeMail(false)
|
||||
, m_NextUCode_steps(0)
|
||||
, m_UploadSetupInProgress(false)
|
||||
, m_NeedsResumeMail(false)
|
||||
{}
|
||||
|
||||
virtual ~IUCode()
|
||||
|
Reference in New Issue
Block a user