diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-11-18 18:15:59 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-11-18 18:15:59 +0000 |
| commit | 065ccce6e919353d1e746057521e8e317b9acf12 (patch) | |
| tree | d08f773fe1d980faf8ca88c445da5b1b1c919874 /gui/Linux.h | |
| parent | adc29a23861e66c104fb411e67e04019c8888ec9 (diff) | |
| download | pcsxr-065ccce6e919353d1e746057521e8e317b9acf12.tar.gz | |
Unix style EOL (thanks to darktjm);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/Linux.h')
| -rwxr-xr-x[-rw-r--r--] | gui/Linux.h | 134 |
1 files changed, 67 insertions, 67 deletions
diff --git a/gui/Linux.h b/gui/Linux.h index 281ba082..a2daee74 100644..100755 --- a/gui/Linux.h +++ b/gui/Linux.h @@ -1,67 +1,67 @@ -/* Pcsx - Pc Psx Emulator
- * Copyright (C) 1999-2002 Pcsx Team
- *
- * 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 __LINUX_H__
-#define __LINUX_H__
-
-#include "config.h"
-
-#include "../libpcsxcore/psxcommon.h"
-#include <gtk/gtk.h>
-
-#include "Cheat.h"
-
-#define DEFAULT_MEM_CARD_1 "/.pcsxr/memcards/card1.mcd"
-#define DEFAULT_MEM_CARD_2 "/.pcsxr/memcards/card2.mcd"
-#define MEMCARD_DIR "/.pcsxr/memcards/"
-#define PLUGINS_DIR "/.pcsxr/plugins/"
-#define PLUGINS_CFG_DIR "/.pcsxr/plugins/cfg/"
-#define PCSXR_DOT_DIR "/.pcsxr/"
-#define BIOS_DIR "/.pcsxr/bios/"
-#define STATES_DIR "/.pcsxr/sstates/"
-#define CHEATS_DIR "/.pcsxr/cheats/"
-#define PATCHES_DIR "/.pcsxr/patches/"
-
-extern gboolean UseGui;
-extern int StatesC;
-char cfgfile[MAXPATHLEN]; /* ADB Comment this out - make a local var, or at least use gchar funcs */
-char cfgfile_basename[MAXPATHLEN]; /* ADB Comment this out - make a local var, or at least use gchar funcs */
-
-int LoadConfig();
-void SaveConfig();
-
-void StartGui();
-
-void PADhandleKey(int key);
-
-void UpdateMenuSlots();
-
-gchar* get_state_filename(int i);
-
-void state_save(gchar *state_filename);
-void state_load(gchar *state_filename);
-
-int match(const char* string, char* pattern);
-int plugins_configured();
-
-void UpdatePluginsBIOS();
-
-void SysErrorMessage(gchar *primary, gchar *secondary);
-void SysInfoMessage(gchar *primary, gchar *secondary);
-
-#endif /* __LINUX_H__ */
+/* Pcsx - Pc Psx Emulator + * Copyright (C) 1999-2002 Pcsx Team + * + * 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 __LINUX_H__ +#define __LINUX_H__ + +#include "config.h" + +#include "../libpcsxcore/psxcommon.h" +#include <gtk/gtk.h> + +#include "Cheat.h" + +#define DEFAULT_MEM_CARD_1 "/.pcsxr/memcards/card1.mcd" +#define DEFAULT_MEM_CARD_2 "/.pcsxr/memcards/card2.mcd" +#define MEMCARD_DIR "/.pcsxr/memcards/" +#define PLUGINS_DIR "/.pcsxr/plugins/" +#define PLUGINS_CFG_DIR "/.pcsxr/plugins/cfg/" +#define PCSXR_DOT_DIR "/.pcsxr/" +#define BIOS_DIR "/.pcsxr/bios/" +#define STATES_DIR "/.pcsxr/sstates/" +#define CHEATS_DIR "/.pcsxr/cheats/" +#define PATCHES_DIR "/.pcsxr/patches/" + +extern gboolean UseGui; +extern int StatesC; +char cfgfile[MAXPATHLEN]; /* ADB Comment this out - make a local var, or at least use gchar funcs */ +char cfgfile_basename[MAXPATHLEN]; /* ADB Comment this out - make a local var, or at least use gchar funcs */ + +int LoadConfig(); +void SaveConfig(); + +void StartGui(); + +void PADhandleKey(int key); + +void UpdateMenuSlots(); + +gchar* get_state_filename(int i); + +void state_save(gchar *state_filename); +void state_load(gchar *state_filename); + +int match(const char* string, char* pattern); +int plugins_configured(); + +void UpdatePluginsBIOS(); + +void SysErrorMessage(gchar *primary, gchar *secondary); +void SysInfoMessage(gchar *primary, gchar *secondary); + +#endif /* __LINUX_H__ */ |
