mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 13:26:34 +00:00
Get rid of shader_cg.h header
This commit is contained in:
parent
dd506443e9
commit
486dc3adec
4
gfx/gl.c
4
gfx/gl.c
@ -41,10 +41,6 @@
|
|||||||
#include "gfx_context.h"
|
#include "gfx_context.h"
|
||||||
#include "../compat/strl.h"
|
#include "../compat/strl.h"
|
||||||
|
|
||||||
#ifdef HAVE_CG
|
|
||||||
#include "shader/shader_cg.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_GLSL
|
#ifdef HAVE_GLSL
|
||||||
#include "shader/shader_glsl.h"
|
#include "shader/shader_glsl.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include "shader_gl_common.h"
|
#include "shader_gl_common.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "shader_cg.h"
|
#include <stdint.h>
|
||||||
#include "shader_common.h"
|
#include "shader_common.h"
|
||||||
#include <Cg/cg.h>
|
#include <Cg/cg.h>
|
||||||
#include <Cg/cgGL.h>
|
#include <Cg/cgGL.h>
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
/* RetroArch - A frontend for libretro.
|
|
||||||
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
|
|
||||||
*
|
|
||||||
* 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 <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef __RARCH_CG_H
|
|
||||||
#define __RARCH_CG_H
|
|
||||||
|
|
||||||
#include "shader_common.h"
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
x
Reference in New Issue
Block a user