A32: Change UserCallbacks to be similar to A64's interface

This commit is contained in:
MerryMage
2018-01-27 22:36:55 +00:00
parent b9ce660113
commit 98ec9c5f90
21 changed files with 472 additions and 622 deletions

View File

@@ -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.