mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Minor AArch64 support changes
This commit is contained in:
parent
6501374a34
commit
a2bfd5fcfc
4 changed files with 15 additions and 9 deletions
|
|
@ -53,12 +53,12 @@ void fmt_class_string<search_mode>::format(std::string& out, u64 arg)
|
|||
{
|
||||
switch (mode)
|
||||
{
|
||||
case as_string: return "String";
|
||||
case as_hex: return "HEX bytes/integer";
|
||||
case as_f64: return "Double";
|
||||
case as_f32: return "Float";
|
||||
case as_inst: return "Instruction";
|
||||
case as_fake_spu_inst: return "SPU Instruction";
|
||||
case as_string: return "String";
|
||||
case as_hex: return "HEX bytes/integer";
|
||||
case as_f64: return "Double";
|
||||
case as_f32: return "Float";
|
||||
case as_inst: return "Instruction";
|
||||
case as_fake_spu_inst: return "SPU Instruction";
|
||||
default: return "";
|
||||
}
|
||||
}();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue