SpeedLimitorClass.h --> SpeedLimiterClass.h
This commit is contained in:
parent
9256356081
commit
664f71941a
|
@ -26,7 +26,7 @@
|
|||
#include "ProfilingClass.h"
|
||||
#include "CheatClass.h"
|
||||
#include "FramePerSecondClass.h"
|
||||
#include "SpeedLimitorClass.h"
|
||||
#include "SpeedLimiterClass.h"
|
||||
|
||||
typedef std::list<SystemEvent> EVENT_LIST;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
#include "stdafx.h"
|
||||
#include "SpeedLimitorClass.h"
|
||||
#include "SpeedLimiterClass.h"
|
||||
#include <common/util.h>
|
||||
#include <Windows.h>
|
||||
#include <Mmsystem.h>
|
||||
|
|
|
@ -552,7 +552,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\N64System\SpeedLimitorClass.h"
|
||||
RelativePath=".\N64System\SpeedLimiterClass.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
<ClInclude Include="N64System\Recompiler\SectionInfo.h" />
|
||||
<ClInclude Include="N64System\Recompiler\X86CodeLog.h" />
|
||||
<ClInclude Include="N64System\Recompiler\X86ops.h" />
|
||||
<ClInclude Include="N64System\SpeedLimitorClass.h" />
|
||||
<ClInclude Include="N64System\SpeedLimiterClass.h" />
|
||||
<ClInclude Include="N64System\SystemGlobals.h" />
|
||||
<ClInclude Include="Notification.h" />
|
||||
<ClInclude Include="Plugin.h" />
|
||||
|
|
|
@ -560,7 +560,7 @@
|
|||
<ClInclude Include="Settings\SettingsClass.h">
|
||||
<Filter>Header Files\Settings</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="N64System\SpeedLimitorClass.h">
|
||||
<ClInclude Include="N64System\SpeedLimiterClass.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="TraceModulesProject64.h">
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
//General Mips Information
|
||||
#include <Project64-core/N64System/N64RomClass.h>
|
||||
#include "N64System/RomInformationClass.h"
|
||||
#include <Project64-core/N64System/SpeedLimitorClass.h>
|
||||
#include <Project64-core/N64System/SpeedLimiterClass.h>
|
||||
#include <Project64-core/N64System/Mips/OpCode.h>
|
||||
#include <Project64-core/N64System/Recompiler/X86ops.h>
|
||||
#include <Project64-core/N64System/Mips/Mempak.h>
|
||||
|
|
|
@ -1224,7 +1224,7 @@ SOURCE="N64 System\Rom Information Class.h"
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE="N64 System\Speed Limitor Class.h"
|
||||
SOURCE="N64 System\Speed Limiter Class.h"
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
|
Loading…
Reference in New Issue