project64/Source/Project64/N64System.h

21 lines
556 B
C++

#pragma once
#include "Support.h"
#include <float.h>
#include <math.h>
#include <string>
#include "UserInterface.h"
#include <Project64-core/N64System/N64Types.h>
#include <Project64-core/N64System/Profiling.h>
// General MIPS information
#include <Project64-core/N64System/Mips/R4300iOpcode.h>
#include <Project64-core/N64System/N64Rom.h>
#include <Project64-core/N64System/N64System.h>
#include <Project64-core/N64System/Recompiler/x86/x86ops.h>
#include <Project64-core/N64System/SpeedLimiter.h>
#include <Project64-core/N64System/SystemGlobals.h>