From 603f95cbf4a11241fc8a5eeb785d46d059cb1043 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 4 Sep 2015 20:45:02 +0200 Subject: [PATCH] Remove frontend_xenon.c - implement platform_xenon.c instead --- frontend/drivers/platform_xenon.c | 87 ++++++++++++ frontend/frontend_driver.c | 3 + frontend/frontend_driver.h | 1 + frontend/frontend_xenon.c | 229 ------------------------------ griffin/griffin.c | 6 +- 5 files changed, 93 insertions(+), 233 deletions(-) create mode 100644 frontend/drivers/platform_xenon.c delete mode 100644 frontend/frontend_xenon.c diff --git a/frontend/drivers/platform_xenon.c b/frontend/drivers/platform_xenon.c new file mode 100644 index 0000000000..21337841b6 --- /dev/null +++ b/frontend/drivers/platform_xenon.c @@ -0,0 +1,87 @@ +/* RetroArch - A frontend for libretro. + * Copyright (C) 2010-2014 - Hans-Kristian Arntzen + * Copyright (C) 2011-2015 - Daniel De Matteis + * + * 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 +#include +#include +#include +#include +#include +#include