mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-22 08:44:51 +00:00
Update armips.
This commit is contained in:
parent
7b2f05d0a0
commit
585d0d3a56
@ -73,7 +73,7 @@ bool MipsAssembleOpcode(const char* line, DebugInterface* cpu, u32 address)
|
||||
swprintf(str,64,L".psp\n.org 0x%08X\n",address);
|
||||
|
||||
ArmipsArguments args;
|
||||
args.mode = ArmipsMode::Memory;
|
||||
args.mode = ArmipsMode::MEMORY;
|
||||
args.content = str + ConvertUTF8ToWString(line);
|
||||
args.silent = true;
|
||||
args.memoryFile = &file;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d4fe89b89f7e4eac030456ef86125bd7bdf499d0
|
||||
Subproject commit fd701763b1b4683e8a9ba65134253b036c58529c
|
Loading…
x
Reference in New Issue
Block a user