Added headers to mupen64_soft_gfx source files.

This commit is contained in:
sepp256 2009-11-08 05:23:11 +00:00
parent 9c7778e5ba
commit de0a0bc3cb
3 changed files with 65 additions and 9 deletions

View file

@ -1,6 +1,24 @@
/* SoftGFXPlugin.h - Mangles the plugin so it can be linked staticly
by Mike Slegeir for Mupen64-GC
*/
/**
* Wii64 - SoftGFXPlugin.h
* Copyright (C) 2007 Mike Slegeir
*
* Mangles the plugin so it can be linked staticly
*
* Wii64 homepage: http://www.emulatemii.com
* email address: wii64team@gmail.com
*
*
* This program is free software; you can redistribute it and/
* or modify it under the terms of the GNU General Public Li-
* cence as published by the Free Software Foundation; either
* version 2 of the Licence, or any later version.
*
* This program is distributed in the hope that it will be use-
* ful, but WITHOUT ANY WARRANTY; without even the implied war-
* ranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public Licence for more details.
*
**/
#ifndef GFX_PLUGIN_H
#define GFX_PLUGIN_H

View file

@ -1,6 +1,25 @@
/* vi_GX.cpp - vi for Gamecube, based off vi_GX
by Mike Slegeir for Mupen64-GC
*/
/**
* Wii64 - vi_GX.cpp
* Copyright (C) 2007, 2008, 2009 Wii64 Team
*
* vi for Gamecube by Mike Slegeir
* load progress bar and GX hardware scaling by sepp256
*
* Wii64 homepage: http://www.emulatemii.com
* email address: sepp256@gmail.com
*
*
* This program is free software; you can redistribute it and/
* or modify it under the terms of the GNU General Public Li-
* cence as published by the Free Software Foundation; either
* version 2 of the Licence, or any later version.
*
* This program is distributed in the hope that it will be use-
* ful, but WITHOUT ANY WARRANTY; without even the implied war-
* ranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public Licence for more details.
*
**/
#include <stdio.h>
#include <ogc/system.h>

View file

@ -1,6 +1,25 @@
/* vi_GX.h - vi for Gamecube, based off vi_SDL
by Mike Slegeir for Mupen64-GC
*/
/**
* Wii64 - vi_GX.h
* Copyright (C) 2007, 2008, 2009 Wii64 Team
*
* vi for Gamecube by Mike Slegeir
* load progress bar and GX hardware scaling by sepp256
*
* Wii64 homepage: http://www.emulatemii.com
* email address: sepp256@gmail.com
*
*
* This program is free software; you can redistribute it and/
* or modify it under the terms of the GNU General Public Li-
* cence as published by the Free Software Foundation; either
* version 2 of the Licence, or any later version.
*
* This program is distributed in the hope that it will be use-
* ful, but WITHOUT ANY WARRANTY; without even the implied war-
* ranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public Licence for more details.
*
**/
#ifndef VI_GX_H
#define VI_GX_H