mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
7 lines
182 B
C++
7 lines
182 B
C++
#pragma once
|
|
|
|
#include <string_view>
|
|
#include "Core/Debugger/DebugInterface.h"
|
|
|
|
bool MipsAssembleOpcode(std::string_view line, DebugInterface* cpu, u32 address, std::string *error);
|