mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 05:58:19 +01:00
callbacks: Add coprocessor interface
This commit is contained in:
parent
1efd3a764d
commit
890b2f75ad
4 changed files with 123 additions and 1 deletions
|
|
@ -32,9 +32,11 @@ set(SRCS
|
|||
)
|
||||
|
||||
set(HEADERS
|
||||
../include/dynarmic/dynarmic.h
|
||||
../include/dynarmic/callbacks.h
|
||||
../include/dynarmic/coprocessor.h
|
||||
../include/dynarmic/coprocessor_util.h
|
||||
../include/dynarmic/disassembler.h
|
||||
../include/dynarmic/dynarmic.h
|
||||
common/assert.h
|
||||
common/bit_util.h
|
||||
common/common_types.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue