mirror of
https://github.com/SourMesen/Mesen2.git
synced 2025-04-02 10:21:44 -04:00
10 lines
191 B
C
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
|