Fix wrongly converted specifiers
Sorry that was a lot in one go so some of them had some mistakes
This commit is contained in:
parent
0f4c9c9f47
commit
20776b37be
5 changed files with 12 additions and 12 deletions
|
@ -199,7 +199,7 @@ ResultCode TranslateCommandBuffer(SharedPtr<Thread> src_thread, SharedPtr<Thread
|
|||
break;
|
||||
}
|
||||
default:
|
||||
UNIMPLEMENTED_MSG("Unsupported handle translation: {:#X}", descriptor);
|
||||
UNIMPLEMENTED_MSG("Unsupported handle translation: {:#010X}", descriptor);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue