mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 21:12:33 -07:00
Moved backtrace to ArmInterface
Added to both dynarmic and unicorn
This commit is contained in:
@@ -53,6 +53,8 @@ public:
|
||||
void ClearInstructionCache() override;
|
||||
void PageTableChanged() override;
|
||||
|
||||
void LogBacktrace() override;
|
||||
|
||||
private:
|
||||
std::unique_ptr<Dynarmic::A64::Jit> MakeJit() const;
|
||||
|
||||
|
Reference in New Issue
Block a user