From d23965c7779447cea5b9850f3740ee9102cde44c Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Wed, 16 Oct 2019 19:23:33 +0200 Subject: [PATCH] Removed CAPS support from PSP2 build --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 388c7048..295fa492 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,6 @@ set(SRC_FILES src/devices.cpp src/disk.cpp src/diskutil.cpp - src/dlopen.cpp src/drawing.cpp src/events.cpp src/expansion.cpp @@ -148,7 +147,6 @@ set(SRC_FILES src/archivers/mp2/kjmp2.cpp src/archivers/wrp/warp.cpp src/archivers/zip/unzip.cpp - src/caps/caps_amiberry.cpp src/machdep/support.cpp src/osdep/bsdsocket_host.cpp src/osdep/cda_play.cpp