mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 01:15:58 +00:00
Fix Monkey 1 VGA floppy detection and game number
svn-id: r5797
This commit is contained in:
parent
dbc0054eb8
commit
fb084b73f3
@ -41,7 +41,7 @@
|
||||
|
||||
extern Config *g_config;
|
||||
|
||||
#define MAX_GAMES 20
|
||||
#define MAX_GAMES 23
|
||||
int MAX_DIRECTORY = 40;
|
||||
|
||||
#define MAX_DISPLAYED_DIRECTORIES 7
|
||||
@ -159,8 +159,8 @@ static const ScummGame GameList[] = {
|
||||
{
|
||||
"Monkey Island 1 VGA dk",
|
||||
"Completable, no sound",
|
||||
"monkey1vga", "", "",
|
||||
"monkey1vga",
|
||||
"monkeyvga", "", "",
|
||||
"monkeyvga",
|
||||
0
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user