mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Make the OptimizeQuantizers option apply to the IL build. More cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2696 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -40,7 +40,8 @@ class wxTextCtrl;
|
||||
class wxCheckListBox;
|
||||
class wxString;
|
||||
|
||||
class CLogWindow : public wxDialog,Listener
|
||||
// Uses multiple inheritance - only sane because LogListener is a pure virtual interface.
|
||||
class CLogWindow : public wxDialog, LogListener
|
||||
{
|
||||
public:
|
||||
CLogWindow(wxWindow* parent);
|
||||
@ -77,6 +78,8 @@ private:
|
||||
void UpdateChecks();
|
||||
void UpdateLog();
|
||||
|
||||
// LogListener
|
||||
const char *getName() const { return "LogWindow"; }
|
||||
};
|
||||
|
||||
#endif /*LOGWINDOW_H_*/
|
||||
|
Reference in New Issue
Block a user