fix nasty bug on writing to RSP PC. Mario Kart 64 boots now
This commit is contained in:
@@ -47,4 +47,10 @@ else()
|
||||
set(LIBRARIES )
|
||||
endif()
|
||||
|
||||
if(${CMAKE_BUILD_TYPE} MATCHES Release)
|
||||
target_compile_options(natsukashii PRIVATE -march=native -Ofast)
|
||||
elseif(${CMAKE_BUILD_TYPE} MATCHES Debug)
|
||||
target_compile_options(natsukashii PRIVATE -march=native -g)
|
||||
endif()
|
||||
|
||||
target_link_libraries(natsukashii PRIVATE ${SDL2_LIBRARIES} ${LIBRARIES} capstone-static nfd parallel-rdp imgui fmt::fmt nlohmann_json::nlohmann_json)
|
||||
Reference in New Issue
Block a user