There was an error fetching the commit references. Please try again later.
physical_core: Make use of std::make_unique instead of std::make_shared in ctor
We can also allow unicorn to be constructed in 32-bit mode or 64-bit mode to satisfy the need for both interpreter instances. Allows this code to compile successfully of non x86-64 architectures.
Showing
- src/core/arm/dynarmic/arm_dynarmic_64.cpp 3 additions, 4 deletionssrc/core/arm/dynarmic/arm_dynarmic_64.cpp
- src/core/arm/unicorn/arm_unicorn.cpp 3 additions, 2 deletionssrc/core/arm/unicorn/arm_unicorn.cpp
- src/core/arm/unicorn/arm_unicorn.h 6 additions, 1 deletionsrc/core/arm/unicorn/arm_unicorn.h
- src/core/hle/kernel/physical_core.cpp 3 additions, 1 deletionsrc/core/hle/kernel/physical_core.cpp
Loading
Please register or sign in to comment