mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 14:52:57 +00:00
A32: Change UserCallbacks to be similar to A64's interface
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Dynarmic::A32 {
|
||||
|
||||
class LocationDescriptor;
|
||||
|
||||
using MemoryReadCodeFuncType = u32 (*)(u32 vaddr);
|
||||
using MemoryReadCodeFuncType = std::function<u32(u32 vaddr)>;
|
||||
|
||||
/**
|
||||
* This function translates instructions in memory into our intermediate representation.
|
||||
|
||||
Reference in New Issue
Block a user