Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
9ca76b47c7 [dynarmic] Add missing conf variable
All checks were successful
eden-license / license-header (pull_request) Successful in 24s
2025-09-27 11:52:40 +00:00

View file

@ -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();