mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
9 lines
190 B
C++
9 lines
190 B
C++
#pragma once
|
|
|
|
#include "Core/Debugger/DebugInterface.h"
|
|
|
|
namespace MIPSAsm {
|
|
bool MipsAssembleOpcode(const char* line, DebugInterface* cpu, u32 address);
|
|
std::string GetAssembleError();
|
|
}
|