connectToPort stub, acknowledge configuration memory

This commit is contained in:
wheremyfoodat 2022-09-17 02:02:45 +03:00
parent 8bb494229d
commit aa643c44bb
5 changed files with 27 additions and 1 deletions

View file

@ -54,6 +54,7 @@ set(KERNEL_SOURCE_FILES src/core/kernel/kernel.cpp src/core/kernel/resource_limi
set(HEADER_FILES include/emulator.hpp include/helpers.hpp include/opengl.hpp include/termcolor.hpp
include/cpu.hpp include/cpu_dynarmic.hpp include/memory.hpp include/kernel/kernel.hpp
include/dynarmic_cp15.hpp include/kernel/resource_limits.hpp include/kernel/kernel_types.hpp
include/kernel/config_mem.hpp
)
set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp