[Project64] Move RomInformationClass.cpp
This commit is contained in:
parent
0211680a16
commit
515a9401cd
|
@ -22,7 +22,6 @@
|
|||
|
||||
//General Mips Information
|
||||
#include <Project64-core/N64System/N64RomClass.h>
|
||||
#include "N64System/RomInformationClass.h"
|
||||
#include <Project64-core/N64System/SpeedLimiterClass.h>
|
||||
#include <Project64-core/N64System/Mips/OpCode.h>
|
||||
#include <Project64-core/N64System/Recompiler/X86ops.h>
|
||||
|
|
|
@ -216,6 +216,10 @@
|
|||
RelativePath=".\UserInterface\RomBrowserClass.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\UserInterface\RomInformationClass.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\UserInterface\SettingsConfig.cpp"
|
||||
>
|
||||
|
@ -313,14 +317,6 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="N64 System Source"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\N64System\RomInformationClass.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Plugin Source"
|
||||
>
|
||||
|
@ -446,6 +442,10 @@
|
|||
RelativePath=".\UserInterface\RomBrowser.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\UserInterface\RomInformationClass.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\UserInterface\SettingsConfig.h"
|
||||
>
|
||||
|
@ -531,14 +531,6 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="N64 System Headers"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\N64System\RomInformationClass.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Plugin Headers"
|
||||
>
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
<ClCompile Include="N64System\Debugger\Debugger-TLB.cpp" />
|
||||
<ClCompile Include="N64System\Debugger\Debugger-ViewMemory.cpp" />
|
||||
<ClCompile Include="N64System\Debugger\Debugger.cpp" />
|
||||
<ClCompile Include="N64System\RomInformationClass.cpp" />
|
||||
<ClCompile Include="Plugins\PluginList.cpp" />
|
||||
<ClCompile Include="Settings\GuiSettings.cpp" />
|
||||
<ClCompile Include="Settings\NotificationSettings.cpp" />
|
||||
|
@ -66,6 +65,7 @@
|
|||
<ClCompile Include="UserInterface\MenuShortCuts.cpp" />
|
||||
<ClCompile Include="UserInterface\NotificationClass.cpp" />
|
||||
<ClCompile Include="UserInterface\RomBrowserClass.cpp" />
|
||||
<ClCompile Include="UserInterface\RomInformationClass.cpp" />
|
||||
<ClCompile Include="UserInterface\SettingsConfig.cpp" />
|
||||
<ClCompile Include="UserInterface\Settings\SettingsPage-AdvancedOptions.cpp" />
|
||||
<ClCompile Include="UserInterface\Settings\SettingsPage-Directories.cpp" />
|
||||
|
@ -104,6 +104,7 @@
|
|||
<ClInclude Include="UserInterface\NotificationClass.h" />
|
||||
<ClInclude Include="UserInterface\resource.h" />
|
||||
<ClInclude Include="UserInterface\RomBrowser.h" />
|
||||
<ClInclude Include="UserInterface\RomInformationClass.h" />
|
||||
<ClInclude Include="UserInterface\SettingsConfig.h" />
|
||||
<ClInclude Include="UserInterface\Settings\SettingsPage-AdvancedOptions.h" />
|
||||
<ClInclude Include="UserInterface\Settings\SettingsPage-Directories.h" />
|
||||
|
|
|
@ -150,12 +150,12 @@
|
|||
<ClCompile Include="Settings\NotificationSettings.cpp">
|
||||
<Filter>Source Files\Settings Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="N64System\RomInformationClass.cpp">
|
||||
<Filter>Source Files\User Interface Source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Multilanguage\LanguageSelector.cpp">
|
||||
<Filter>Source Files\Multilanguage Source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="UserInterface\RomInformationClass.cpp">
|
||||
<Filter>Source Files\User Interface Source</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="UserInterface\resource.h">
|
||||
|
@ -278,6 +278,9 @@
|
|||
<ClInclude Include="WTLApp.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="UserInterface\RomInformationClass.h">
|
||||
<Filter>Header Files\User Interface Headers</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="res\divider.cur">
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
#include "stdafx.h"
|
||||
#include "RomInformationClass.h"
|
||||
|
||||
#include <commctrl.h>
|
||||
#include <Project64-core/Settings/SettingType/SettingsType-Application.h>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#include "RomInformationClass.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <commdlg.h>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
#include "stdafx.h"
|
||||
#include "RomInformationClass.h"
|
||||
|
||||
RomInformation::RomInformation(const char * RomFile) :
|
||||
m_DeleteRomInfo(true),
|
Loading…
Reference in New Issue