Misc: Remove GS/config.h include from PCSX2Base.h

Also remove unused options from config.h
This commit is contained in:
Stenzek 2022-12-31 12:53:30 +10:00 committed by refractionpcsx2
parent 4831e51cb4
commit 9aa46e8543
4 changed files with 8 additions and 9 deletions

View File

@ -16,10 +16,11 @@
#pragma once
#include "GS/GSState.h"
#include "GSRasterizer.h"
#include "GSScanlineEnvironment.h"
#include "GSSetupPrimCodeGenerator.h"
#include "GSDrawScanlineCodeGenerator.h"
#include "GS/Renderers/SW/GSRasterizer.h"
#include "GS/Renderers/SW/GSScanlineEnvironment.h"
#include "GS/Renderers/SW/GSSetupPrimCodeGenerator.h"
#include "GS/Renderers/SW/GSDrawScanlineCodeGenerator.h"
#include "GS/config.h"
MULTI_ISA_UNSHARED_START

View File

@ -15,13 +15,14 @@
#pragma once
#include "GSVertexSW.h"
#include "GS/Renderers/SW/GSVertexSW.h"
#include "GS/Renderers/Common/GSFunctionMap.h"
#include "GS/GSAlignedClass.h"
#include "GS/GSPerfMon.h"
#include "GS/GSThread_CXX11.h"
#include "GS/GSRingHeap.h"
#include "GS/MultiISA.h"
#include "GS/config.h"
MULTI_ISA_UNSHARED_START

View File

@ -16,9 +16,7 @@
#pragma once
//#define ENABLE_VTUNE
//#define ENABLE_ACCURATE_BUFFER_EMULATION
#define ENABLE_JIT_RASTERIZER
//#define DISABLE_HW_TEXTURE_CACHE // Slow but fixes a lot of bugs
//#define DISABLE_PERF_MON // Burn cycle for nothing in release mode

View File

@ -19,7 +19,6 @@
#pragma once
#include "common/Pcsx2Defs.h"
#include "GS/config.h"
#if defined(__AVX2__)
#define _M_SSE 0x501