rm plugins that we won't use
[pcsx_rearmed.git] / plugins / peopsxgl / gpu.h
diff --git a/plugins/peopsxgl/gpu.h b/plugins/peopsxgl/gpu.h
deleted file mode 100644 (file)
index f21433d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/***************************************************************************\r
-                            gpu.h  -  description\r
-                             -------------------\r
-    begin                : Sun Mar 08 2009\r
-    copyright            : (C) 1999-2009 by Pete Bernert\r
-    web                  : www.pbernert.com   \r
- ***************************************************************************/\r
-\r
-/***************************************************************************\r
- *                                                                         *\r
- *   This program is free software; you can redistribute it and/or modify  *\r
- *   it under the terms of the GNU General Public License as published by  *\r
- *   the Free Software Foundation; either version 2 of the License, or     *\r
- *   (at your option) any later version. See also the license.txt file for *\r
- *   additional informations.                                              *\r
- *                                                                         *\r
- ***************************************************************************/\r
-\r
-#ifndef _GPU_INTERNALS_H\r
-#define _GPU_INTERNALS_H\r
-\r
-#define PRED(x)   ((x << 3) & 0xF8)\r
-#define PBLUE(x)  ((x >> 2) & 0xF8)\r
-#define PGREEN(x) ((x >> 7) & 0xF8)\r
-\r
-#define RED(x) (x & 0xff)\r
-#define BLUE(x) ((x>>16) & 0xff)\r
-#define GREEN(x) ((x>>8) & 0xff)\r
-#define COLOR(x) (x & 0xffffff)\r
-\r
-void           DoSnapShot(void);\r
-void           updateDisplay(void);\r
-void           updateFrontDisplay(void);\r
-void           SetAutoFrameCap(void);\r
-void           SetAspectRatio(void);\r
-void           CheckVRamRead(int x, int y, int dx, int dy,BOOL bFront);\r
-void           CheckVRamReadEx(int x, int y, int dx, int dy);\r
-void           SetFixes(void);\r
-\r
-#endif // _GPU_INTERNALS_H\r