Mesen/Core/DebugState.h

11 lines
123 B
C
Raw Normal View History

#pragma once
#include "stdafx.h"
#include "CPU.h"
#include "PPU.h"
struct DebugState
{
State CPU;
PPUDebugState PPU;
};