mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 15:58:59 -05:00
core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
This commit is contained in:
@ -3,11 +3,9 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scm_rev.cpp.in" "${CMAKE_CURRENT_SOU
|
||||
|
||||
set(SRCS
|
||||
break_points.cpp
|
||||
emu_window.cpp
|
||||
file_util.cpp
|
||||
framebuffer_layout.cpp
|
||||
hash.cpp
|
||||
key_map.cpp
|
||||
logging/filter.cpp
|
||||
logging/text_formatter.cpp
|
||||
logging/backend.cpp
|
||||
@ -34,11 +32,9 @@ set(HEADERS
|
||||
common_funcs.h
|
||||
common_paths.h
|
||||
common_types.h
|
||||
emu_window.h
|
||||
file_util.h
|
||||
framebuffer_layout.h
|
||||
hash.h
|
||||
key_map.h
|
||||
linear_disk_cache.h
|
||||
logging/text_formatter.h
|
||||
logging/filter.h
|
||||
|
Reference in New Issue
Block a user