mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-11 07:36:57 +00:00
jit: Instruction decoder temp
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
parent
ee9fbf5253
commit
ccedf3b251
5 changed files with 398 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ add_subdirectory(3rd_Party)
|
|||
add_subdirectory(src/common)
|
||||
add_subdirectory(src/frontend)
|
||||
add_subdirectory(src/host)
|
||||
add_subdirectory(src/jit)
|
||||
add_subdirectory(src/pvm)
|
||||
add_subdirectory(src/targets/switch1/hardware)
|
||||
|
||||
|
|
@ -153,6 +154,7 @@ target_link_libraries(Pound PRIVATE
|
|||
common
|
||||
frontend
|
||||
host
|
||||
jit
|
||||
pvm
|
||||
|
||||
OpenGL::GL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue