mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 15:59:00 +00: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:
parent
6bacdc0af3
commit
482ea5c0e7
11 changed files with 203 additions and 200 deletions
|
@ -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_*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue