Mesen/Core/DebugState.h
2016-01-10 19:56:40 -05:00

11 lines
123 B
C

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