Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
This commit is contained in:
parent
4d51792285
commit
ddbeebb887
11 changed files with 4382 additions and 6 deletions
|
@ -14,7 +14,7 @@ set(HEADERS
|
|||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_executable(citra ${SRCS} ${HEADERS})
|
||||
target_link_libraries(citra core common video_core)
|
||||
target_link_libraries(citra core video_core common)
|
||||
target_link_libraries(citra ${GLFW_LIBRARIES} ${OPENGL_gl_LIBRARY} inih)
|
||||
if (MSVC)
|
||||
target_link_libraries(citra getopt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue