N64: Fix the order for the Glide64mk2 game hacks in the settings UI. Flipped a setting's default value. Merged the Glide64mk2.ini into the gamedb, I hope.
This commit is contained in:
parent
5647c8894d
commit
3ec2c0ef93
|
@ -1298,7 +1298,7 @@ namespace BizHawk.MultiClient
|
|||
public bool detect_cpu_write = false;
|
||||
public bool decrease_fillrect_edge = false;
|
||||
public bool buff_clear = true;
|
||||
public bool alt_tex_size = true;
|
||||
public bool alt_tex_size = false;
|
||||
public int swapmode = 1;
|
||||
public int stipple_pattern = 1041204192;
|
||||
public int stipple_mode = 2;
|
||||
|
|
|
@ -3001,25 +3001,35 @@
|
|||
this.Glide64mk2_enable_hacks_for_game.FormattingEnabled = true;
|
||||
this.Glide64mk2_enable_hacks_for_game.Items.AddRange(new object[] {
|
||||
"None",
|
||||
"Zelda",
|
||||
"Bomberman64",
|
||||
"Diddy Kong Racing",
|
||||
"Tonic Trouble",
|
||||
"All-Star Baseball",
|
||||
"Doraemon 2",
|
||||
"Space Invaders",
|
||||
"Banjo Tooie",
|
||||
"Beetle Adventure Racing",
|
||||
"ISS64",
|
||||
"Resident Evil 2",
|
||||
"WCW Nitro",
|
||||
"Chopper Attack",
|
||||
"Yoshi Story",
|
||||
"Diddy Kong Racing",
|
||||
"FIFA - Road to World Cup 98",
|
||||
"F-Zero",
|
||||
"Golden Eye",
|
||||
"Top Gear Hyper Bike",
|
||||
"International Superstar Soccer 64",
|
||||
"Killer Instinct",
|
||||
"Knockout Kings 2000",
|
||||
"LEGO Racers",
|
||||
"Mario Kart",
|
||||
"Megaman64",
|
||||
"Mischief-makers",
|
||||
"WCW Nitro",
|
||||
"Ogre Battle 64",
|
||||
"Pilotwings",
|
||||
"Paper Mario",
|
||||
"Pokemon Puzzle League",
|
||||
"Resident Evil 2",
|
||||
"StarCraft64",
|
||||
"Supercross 2000",
|
||||
"Top Gear Rally",
|
||||
"Top Gear Rally 2",
|
||||
"Killer Instinct",
|
||||
"LEGO Racers"});
|
||||
"Tonic Trouble",
|
||||
"Yoshi Story",
|
||||
"Zelda"});
|
||||
this.Glide64mk2_enable_hacks_for_game.Location = new System.Drawing.Point(396, 59);
|
||||
this.Glide64mk2_enable_hacks_for_game.Name = "Glide64mk2_enable_hacks_for_game";
|
||||
this.Glide64mk2_enable_hacks_for_game.Size = new System.Drawing.Size(155, 21);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue