summaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-05-15 20:54:48 -0700
committerGravatar Yuri Kunde Schlesner2015-05-15 20:54:48 -0700
commitba2fe7f795ebc8da4acd247436afeefb900645d3 (patch)
treebe9a2cbcdd840f41be5353a33a98bff3ca31544e /src/common/CMakeLists.txt
parentMerge pull request #780 from citra-emu/roadmap (diff)
parentRemove unused concurrent_ring_buffer.h (diff)
downloadyuzu-ba2fe7f795ebc8da4acd247436afeefb900645d3.tar.gz
yuzu-ba2fe7f795ebc8da4acd247436afeefb900645d3.tar.xz
yuzu-ba2fe7f795ebc8da4acd247436afeefb900645d3.zip
Merge pull request #758 from yuriks/sync-logging
Common: Remove async logging
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index f8fc6450f..dbaaac77b 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -27,7 +27,6 @@ set(HEADERS
27 common_funcs.h 27 common_funcs.h
28 common_paths.h 28 common_paths.h
29 common_types.h 29 common_types.h
30 concurrent_ring_buffer.h
31 cpu_detect.h 30 cpu_detect.h
32 debug_interface.h 31 debug_interface.h
33 emu_window.h 32 emu_window.h