project64/Source/Project64/N64System.h

21 lines
556 B
C
Raw Normal View History

2016-01-27 09:11:59 +00:00
#pragma once
#include "Support.h"
#include <float.h>
#include <math.h>
2022-09-26 02:31:54 +00:00
#include <string>
2016-01-27 09:11:59 +00:00
#include "UserInterface.h"
#include <Project64-core/N64System/N64Types.h>
2021-04-14 05:34:15 +00:00
#include <Project64-core/N64System/Profiling.h>
2016-01-27 09:11:59 +00:00
// General MIPS information
#include <Project64-core/N64System/Mips/R4300iOpcode.h>
2022-09-26 02:31:54 +00:00
#include <Project64-core/N64System/N64Rom.h>
2021-04-14 05:34:15 +00:00
#include <Project64-core/N64System/N64System.h>
2022-09-26 02:31:54 +00:00
#include <Project64-core/N64System/Recompiler/x86/x86ops.h>
#include <Project64-core/N64System/SpeedLimiter.h>
2016-01-27 09:11:59 +00:00
#include <Project64-core/N64System/SystemGlobals.h>