Glide Plugin GLES2 port from mupen64plus-ae, but with special FrameSkip code
[mupen64plus-pandora.git] / source / gles2glide64 / src / Glide64 / Config.h
diff --git a/source/gles2glide64/src/Glide64/Config.h b/source/gles2glide64/src/Glide64/Config.h
new file mode 100755 (executable)
index 0000000..eec3efd
--- /dev/null
@@ -0,0 +1,35 @@
+/*
+* Glide64 - Glide video plugin for Nintendo 64 emulators.
+* Copyright (c) 2010  Jon Ring
+* Copyright (c) 2002  Dave2001
+*
+* This program 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 Foundation; either version 2 of the License, or
+* any later version.
+*
+* This program 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
+* Licence along with this program; if not, write to the Free
+* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+* Boston, MA  02110-1301, USA
+*/
+
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#include "winlnxdefs.h"
+#include "m64p.h"
+
+BOOL Config_Open();
+int Config_ReadScreenInt(const char *itemname);
+PackedScreenResolution Config_ReadScreenSettings();
+BOOL Config_ReadInt(const char *itemname, const char *desc, int def_value, int create=TRUE, BOOL isBoolean=TRUE);
+
+
+#endif /* CONFIG_H */
+