From f9bc57bcf851a5305aa52111e17e3bc5c2858b15 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 17 Nov 2019 21:07:56 +0100 Subject: [PATCH] Merge list_special.c into retroarch.c --- Makefile.common | 1 - griffin/griffin.c | 1 - list_special.c | 343 ---------------------------------------------- retroarch.c | 300 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 300 insertions(+), 345 deletions(-) delete mode 100644 list_special.c diff --git a/Makefile.common b/Makefile.common index 119fd669af..14dcad1b07 100644 --- a/Makefile.common +++ b/Makefile.common @@ -180,7 +180,6 @@ OBJ += frontend/frontend_driver.o \ $(LIBRETRO_COMM_DIR)/lists/string_list.o \ $(LIBRETRO_COMM_DIR)/string/stdstring.o \ $(LIBRETRO_COMM_DIR)/memmap/memalign.o \ - list_special.o \ $(LIBRETRO_COMM_DIR)/file/nbio/nbio_stdio.o ifneq ($(findstring Linux,$(OS)),) diff --git a/griffin/griffin.c b/griffin/griffin.c index c8fd68b462..2ca9826e74 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -983,7 +983,6 @@ FILE #include "../libretro-common/media/media_detect_cd.c" #endif -#include "../list_special.c" #include "../libretro-common/string/stdstring.c" #include "../libretro-common/file/nbio/nbio_stdio.c" #if defined(__linux__) diff --git a/list_special.c b/list_special.c deleted file mode 100644 index 27318d169c..0000000000 --- a/list_special.c +++ /dev/null @@ -1,343 +0,0 @@ -/* RetroArch - A frontend for libretro. - * Copyright (C) 2010-2014 - Hans-Kristian Arntzen - * Copyright (C) 2011-2017 - Daniel De Matteis - * Copyright (C) 2016-2019 - Brad Parker - * - * RetroArch is free software: you can redistribute it and/or modify it under the terms - * of the GNU General Public License as published by the Free Software Found- - * ation, either version 3 of the License, or (at your option) any later version. - * - * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - * PURPOSE. See the GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with RetroArch. - * If not, see . - */ - -#include - -#include -#include -#include - -#include