[dynarmic] Add missing conf variable
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
This commit is contained in:
parent
020ad29a8c
commit
9ca76b47c7
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
|||
|
||||
using namespace Dynarmic;
|
||||
|
||||
A64::UserConfig conf{};
|
||||
|
||||
const char* GetNameOfA32Instruction(u32 instruction) {
|
||||
if (auto vfp_decoder = A32::DecodeVFP<A32::TranslatorVisitor>(instruction)) {
|
||||
return vfp_decoder->get().GetName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue