pcsx2/pcsx2/Hardware.h

16 lines
304 B
C

// SPDX-FileCopyrightText: 2002-2025 PCSX2 Dev Team
// SPDX-License-Identifier: GPL-3.0+
#pragma once
// The full suite of hardware APIs:
#include "Counters.h"
#include "GS.h"
#include "Hw.h"
#include "IPU/IPU.h"
#include "SPR.h"
#include "Gif.h"
#include "Sif.h"
#include "Vif.h"
#include "Vif_Dma.h"