Arachnoid GLESv1.1 plugin. Compile and run (a bit glitchy and no frameskip) on the...
[mupen64plus-pandora.git] / source / mupen64plus-video-arachnoid / src / N64Games.h
1 /******************************************************************************
2  * Arachnoid Graphics Plugin for Mupen64Plus
3  * http://bitbucket.org/wahrhaft/mupen64plus-video-arachnoid/
4  *
5  * Copyright (C) 2007 Kristofer Karlsson, Rickard Niklasson
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License
9  * as published by the Free Software Foundation; either version 2
10  * of the License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
20  *****************************************************************************/
21
22 #ifndef N64_GAMES_H_
23 #define N64_GAMES_H_
24
25 //List of N64 Games
26 enum N64_ROM_ID
27 {
28     UNKNOWN_ROM,
29     _1080_SNOWBOARDING,
30     BANJO_KAZOOIE,
31     BANJO_TOOIE,
32     BOMBERMAN_64,
33     CONKERS_BAD_FUR_DAY,
34     DIDDY_KONG_RACING,
35     DONKEY_KONG_64,
36     DR_MARIO,
37     FIGHTERS_DESTINY,
38     FIGHTER_DESTINY_2,
39     F_ZERO_X,
40     GOLDEN_EYE,
41     LEGEND_OF_ZELDA_OCARINA_OF_TIME,
42     MARIO_KART_64,
43     PAPER_MARIO,
44     PERFECT_DARK,
45     SUPER_MARIO_64,
46     SUPER_SMASH_BROS,
47     STAR_FOX_64,        
48     SOUTH_PARK_RALLY,    
49     WAVE_RACE_64,
50     WORLD_DRIVER_CHAMPOINSHIP,
51     YOSHIS_STORY,
52 };
53
54
55 #endif