2014-04-10 04:09:05 +01:00
|
|
|
set(SRCS core.cpp
|
|
|
|
core_timing.cpp
|
2014-06-17 04:05:10 +01:00
|
|
|
loader/elf.cpp
|
2014-06-16 23:03:13 +01:00
|
|
|
loader/loader.cpp
|
2014-06-17 03:57:09 +01:00
|
|
|
loader/ncch.cpp
|
2014-04-10 04:09:05 +01:00
|
|
|
mem_map.cpp
|
|
|
|
mem_map_funcs.cpp
|
|
|
|
system.cpp
|
|
|
|
arm/disassembler/arm_disasm.cpp
|
2014-05-01 04:46:06 +01:00
|
|
|
arm/disassembler/load_symbol_map.cpp
|
2014-04-10 04:09:05 +01:00
|
|
|
arm/interpreter/arm_interpreter.cpp
|
2014-05-16 05:23:36 +01:00
|
|
|
arm/interpreter/armcopro.cpp
|
2014-04-10 04:09:05 +01:00
|
|
|
arm/interpreter/armemu.cpp
|
|
|
|
arm/interpreter/arminit.cpp
|
|
|
|
arm/interpreter/armmmu.cpp
|
|
|
|
arm/interpreter/armos.cpp
|
|
|
|
arm/interpreter/armsupp.cpp
|
|
|
|
arm/interpreter/armvirt.cpp
|
|
|
|
arm/interpreter/thumbemu.cpp
|
2014-05-16 03:54:17 +01:00
|
|
|
arm/interpreter/vfp/vfp.cpp
|
|
|
|
arm/interpreter/vfp/vfpdouble.cpp
|
2014-05-17 01:57:31 +01:00
|
|
|
arm/interpreter/vfp/vfpinstr.cpp
|
2014-05-16 03:54:17 +01:00
|
|
|
arm/interpreter/vfp/vfpsingle.cpp
|
|
|
|
arm/interpreter/mmu/arm1176jzf_s_mmu.cpp
|
2014-05-16 04:39:06 +01:00
|
|
|
arm/interpreter/mmu/cache.cpp
|
2014-05-16 05:52:42 +01:00
|
|
|
arm/interpreter/mmu/maverick.cpp
|
2014-05-16 04:39:06 +01:00
|
|
|
arm/interpreter/mmu/rb.cpp
|
2014-05-16 05:52:42 +01:00
|
|
|
arm/interpreter/mmu/sa_mmu.cpp
|
2014-05-16 04:39:06 +01:00
|
|
|
arm/interpreter/mmu/tlb.cpp
|
|
|
|
arm/interpreter/mmu/wb.cpp
|
|
|
|
arm/interpreter/mmu/xscale_copro.cpp
|
2014-04-22 23:35:40 +01:00
|
|
|
hle/hle.cpp
|
2014-05-07 04:29:39 +01:00
|
|
|
hle/config_mem.cpp
|
2014-05-02 00:20:44 +01:00
|
|
|
hle/coprocessor.cpp
|
2014-05-20 23:28:38 +01:00
|
|
|
hle/svc.cpp
|
2014-06-25 23:15:35 +01:00
|
|
|
hle/kernel/archive.cpp
|
2014-05-28 03:14:38 +01:00
|
|
|
hle/kernel/event.cpp
|
2014-05-10 03:11:18 +01:00
|
|
|
hle/kernel/kernel.cpp
|
2014-05-21 04:03:45 +01:00
|
|
|
hle/kernel/mutex.cpp
|
2014-05-10 03:11:18 +01:00
|
|
|
hle/kernel/thread.cpp
|
2014-04-22 23:35:40 +01:00
|
|
|
hle/service/apt.cpp
|
|
|
|
hle/service/gsp.cpp
|
|
|
|
hle/service/hid.cpp
|
2014-05-30 05:24:04 +01:00
|
|
|
hle/service/ndm.cpp
|
2014-04-22 23:35:40 +01:00
|
|
|
hle/service/service.cpp
|
|
|
|
hle/service/srv.cpp
|
2014-05-17 21:50:33 +01:00
|
|
|
hw/gpu.cpp
|
2014-04-10 04:09:05 +01:00
|
|
|
hw/hw.cpp
|
2014-04-22 23:35:40 +01:00
|
|
|
hw/ndma.cpp)
|
2013-08-30 04:35:09 +01:00
|
|
|
|
2014-05-19 23:19:36 +01:00
|
|
|
set(HEADERS core.h
|
2014-05-01 00:56:25 +01:00
|
|
|
core_timing.h
|
2014-06-17 04:05:10 +01:00
|
|
|
loader/elf.h
|
2014-06-16 23:03:13 +01:00
|
|
|
loader/loader.h
|
2014-06-17 03:57:09 +01:00
|
|
|
loader/ncch.h
|
2014-05-01 00:56:25 +01:00
|
|
|
mem_map.h
|
|
|
|
system.h
|
|
|
|
arm/disassembler/arm_disasm.h
|
2014-05-17 07:39:27 +01:00
|
|
|
arm/disassembler/load_symbol_map.h
|
2014-05-01 00:56:25 +01:00
|
|
|
arm/interpreter/arm_interpreter.h
|
|
|
|
arm/interpreter/arm_regformat.h
|
|
|
|
arm/interpreter/armcpu.h
|
|
|
|
arm/interpreter/armdefs.h
|
|
|
|
arm/interpreter/armemu.h
|
|
|
|
arm/interpreter/armmmu.h
|
|
|
|
arm/interpreter/armos.h
|
|
|
|
arm/interpreter/skyeye_defs.h
|
2014-05-17 07:39:27 +01:00
|
|
|
arm/interpreter/mmu/arm1176jzf_s_mmu.h
|
|
|
|
arm/interpreter/mmu/cache.h
|
|
|
|
arm/interpreter/mmu/rb.h
|
|
|
|
arm/interpreter/mmu/sa_mmu.h
|
|
|
|
arm/interpreter/mmu/tlb.h
|
|
|
|
arm/interpreter/mmu/wb.h
|
|
|
|
arm/interpreter/vfp/asm_vfp.h
|
|
|
|
arm/interpreter/vfp/vfp.h
|
|
|
|
arm/interpreter/vfp/vfp_helper.h
|
2014-05-01 00:56:25 +01:00
|
|
|
file_sys/file_sys.h
|
2014-05-17 07:39:27 +01:00
|
|
|
hle/config_mem.h
|
|
|
|
hle/coprocessor.h
|
2014-05-01 04:12:01 +01:00
|
|
|
hle/hle.h
|
2014-05-23 04:39:25 +01:00
|
|
|
hle/svc.h
|
2014-06-25 23:15:35 +01:00
|
|
|
hle/kernel/archive.h
|
2014-05-23 04:39:25 +01:00
|
|
|
hle/kernel/kernel.h
|
|
|
|
hle/kernel/mutex.h
|
|
|
|
hle/kernel/thread.h
|
2014-05-01 00:56:25 +01:00
|
|
|
hle/function_wrappers.h
|
|
|
|
hle/service/apt.h
|
|
|
|
hle/service/gsp.h
|
|
|
|
hle/service/hid.h
|
|
|
|
hle/service/service.h
|
|
|
|
hle/service/srv.h
|
2014-05-17 21:50:33 +01:00
|
|
|
hw/gpu.h
|
2014-05-01 00:56:25 +01:00
|
|
|
hw/hw.h
|
|
|
|
hw/ndma.h)
|
|
|
|
|
2014-05-19 23:19:36 +01:00
|
|
|
add_library(core STATIC ${SRCS} ${HEADERS})
|