summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authortwinaphex2014-12-09 16:40:21 +0100
committertwinaphex2014-12-09 16:40:21 +0100
commita4a7f66364f40be7f0f19631c8f1f04e4cc4833c (patch)
tree20b16a826359583a0ecbf94d41d31a4c9ed5d1d1 /gui.h
parent4a2c77bcc9d0b92d21a3ddce4272970c5a2f9a96 (diff)
downloadpicogpsp-a4a7f66364f40be7f0f19631c8f1f04e4cc4833c.tar.gz
picogpsp-a4a7f66364f40be7f0f19631c8f1f04e4cc4833c.tar.bz2
picogpsp-a4a7f66364f40be7f0f19631c8f1f04e4cc4833c.zip
Remove gui.c
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/gui.h b/gui.h
deleted file mode 100644
index 849d615..0000000
--- a/gui.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/* gameplaySP
- *
- * Copyright (C) 2006 Exophase <exophase@gmail.com>
- *
- * 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 (at your option) 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 License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-#ifndef GUI_H
-#define GUI_H
-
-#define GPSP_CONFIG_FILENAME "gpsp.cfg"
-
-s32 load_file(const char **wildcards, char *result);
-u32 adjust_frameskip(u32 button_id);
-s32 load_game_config_file();
-s32 load_config_file();
-s32 save_game_config_file();
-s32 save_config_file();
-u32 menu(u16 *original_screen);
-
-extern u32 savestate_slot;
-
-void get_savestate_filename_noshot(u32 slot, char *name_buffer);
-void get_savestate_filename(u32 slot, char *name_buffer);
-void get_savestate_snapshot(char *savestate_filename);
-
-#define default_clock_speed 333
-
-#endif
-