[CPU] Move ARM definitions to arm_defs.hpp file

This commit is contained in:
wheremyfoodat 2022-09-20 15:43:37 +03:00
parent 9b95bd87f1
commit 33fc380896
5 changed files with 64 additions and 61 deletions

View file

@ -59,7 +59,7 @@ set(HEADER_FILES include/emulator.hpp include/helpers.hpp include/opengl.hpp inc
include/dynarmic_cp15.hpp include/kernel/resource_limits.hpp include/kernel/kernel_types.hpp
include/kernel/config_mem.hpp include/services/service_manager.hpp include/services/apt.hpp
include/kernel/handles.hpp include/services/hid.hpp include/services/fs.hpp
include/services/gsp_gpu.hpp include/services/gsp_lcd.hpp
include/services/gsp_gpu.hpp include/services/gsp_lcd.hpp include/arm_defs.hpp
)
set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp