diff --git a/Core/Console.h b/Core/Console.h index f49d190..acfd904 100644 --- a/Core/Console.h +++ b/Core/Console.h @@ -165,7 +165,7 @@ public: shared_ptr GetControlManager(); shared_ptr GetDmaController(); shared_ptr GetMsu1(); - HistoryViewer* Console::GetHistoryViewer(); + HistoryViewer* GetHistoryViewer(); shared_ptr GetDebugger(bool autoStart = true); void StopDebugger(); diff --git a/Core/HistoryViewer.cpp b/Core/HistoryViewer.cpp index 075ed33..cbe2993 100644 --- a/Core/HistoryViewer.cpp +++ b/Core/HistoryViewer.cpp @@ -1,4 +1,3 @@ -#pragma once #include "stdafx.h" #include "HistoryViewer.h" #include "RewindData.h"