Mesen2/Core/SNES/Debugger/DummyArmV3Cpu.h
Sour 8d6830a70a SNES: Add support for ST018 coprocessor
Used by a single game: Hayazashi Nidan Morita Shougi 2
2024-12-29 23:41:52 +09:00

10 lines
191 B
C

#pragma once
#include "pch.h"
#include "Debugger/DebugTypes.h"
#define DUMMYCPU
#define ArmV3Cpu DummyArmV3Cpu
#include "SNES/Coprocessors/ST018/ArmV3Cpu.h"
#undef ArmV3Cpu
#undef DUMMYCPU