From 61d2498f00f5dfa634c905c213041181d59a9af8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 18 Jun 2019 16:47:50 -0400 Subject: core: Remove unused CiTrace source files These source files have been unused for the entire lifecycle of the project. They're a hold-over from Citra and only add to the build time of the project, so they can be removed. There's also likely no way this would ever work in yuzu in its current form without revamping quite a bit of it, given how different the GPU on the Switch is compared to the 3DS. --- src/core/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/CMakeLists.txt') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index a2e2e976e..4204ace2b 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -463,9 +463,6 @@ add_library(core STATIC settings.h telemetry_session.cpp telemetry_session.h - tracer/citrace.h - tracer/recorder.cpp - tracer/recorder.h ) create_target_directory_groups(core) -- cgit v1.2.3