Rename to DuckStation
This commit is contained in:
9
src/core/cpu_disasm.h
Normal file
9
src/core/cpu_disasm.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "YBaseLib/String.h"
|
||||
#include "cpu_types.h"
|
||||
|
||||
namespace CPU {
|
||||
class Core;
|
||||
|
||||
void DisassembleInstruction(String* dest, u32 pc, u32 bits, Core* state = nullptr);
|
||||
} // namespace CPU
|
||||
Reference in New Issue
Block a user