From e5f4586356cc6182d4dfa14cc3f45f69df8d4956 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 11 Aug 2013 11:32:03 -0400 Subject: [PATCH] Normalize all Game INI files Add a simple Python script that does a basic normalization on the game INI files and run it across all the files we have. This normalizes the sections, their order and comments, and the whitespace within them. It also removes the sections Video_Hardware, Gecko, and Wii, which should not be in the game INI files we ship by default. --- Data/User/GameConfig/CleanFiles.py | 112 ++ Data/User/GameConfig/D43E01.ini | 26 +- Data/User/GameConfig/D43J01.ini | 17 +- Data/User/GameConfig/D43P01.ini | 19 +- Data/User/GameConfig/D43U01.ini | 24 +- Data/User/GameConfig/DTLX01.ini | 17 +- Data/User/GameConfig/DVDXDV.ini | 22 +- Data/User/GameConfig/FABP01.ini | 25 +- Data/User/GameConfig/FBYE01.ini | 21 +- Data/User/GameConfig/G2BE5G.ini | 47 +- Data/User/GameConfig/G2BP7D.ini | 47 +- Data/User/GameConfig/G2CE52.ini | 20 +- Data/User/GameConfig/G2FE78.ini | 22 +- Data/User/GameConfig/G2GJB2.ini | 20 +- Data/User/GameConfig/G2ME01.ini | 319 +++--- Data/User/GameConfig/G2MP01.ini | 318 +++--- Data/User/GameConfig/G2OE41.ini | 50 +- Data/User/GameConfig/G2OP41.ini | 49 +- Data/User/GameConfig/G2RE52.ini | 28 +- Data/User/GameConfig/G2TE52.ini | 28 +- Data/User/GameConfig/G2VE08.ini | 27 +- Data/User/GameConfig/G2VP08.ini | 27 +- Data/User/GameConfig/G2XE8P.ini | 54 +- Data/User/GameConfig/G2XP8P.ini | 54 +- Data/User/GameConfig/G3AD69.ini | 49 +- Data/User/GameConfig/G3AE69.ini | 49 +- Data/User/GameConfig/G3AF69.ini | 49 +- Data/User/GameConfig/G3AP69.ini | 49 +- Data/User/GameConfig/G3DE6L.ini | 20 +- Data/User/GameConfig/G3EE51.ini | 22 +- Data/User/GameConfig/G3FE69.ini | 57 +- Data/User/GameConfig/G3FF69.ini | 57 +- Data/User/GameConfig/G3FP69.ini | 57 +- Data/User/GameConfig/G3JEAF.ini | 20 +- Data/User/GameConfig/G3LE8P.ini | 28 +- Data/User/GameConfig/G3NJDA.ini | 20 +- Data/User/GameConfig/G3QEA4.ini | 49 +- Data/User/GameConfig/G3RD52.ini | 24 +- Data/User/GameConfig/G3RE52.ini | 24 +- Data/User/GameConfig/G3RF52.ini | 24 +- Data/User/GameConfig/G3RP52.ini | 24 +- Data/User/GameConfig/G3SE41.ini | 22 +- Data/User/GameConfig/G3VE69.ini | 20 +- Data/User/GameConfig/G3XE52.ini | 50 +- Data/User/GameConfig/G3XP52.ini | 49 +- Data/User/GameConfig/G4AEE9.ini | 33 +- Data/User/GameConfig/G4BE08.ini | 23 +- Data/User/GameConfig/G4BP08.ini | 23 +- Data/User/GameConfig/G4CE54.ini | 20 +- Data/User/GameConfig/G4FD69.ini | 26 +- Data/User/GameConfig/G4FE69.ini | 26 +- Data/User/GameConfig/G4FF69.ini | 26 +- Data/User/GameConfig/G4FP69.ini | 26 +- Data/User/GameConfig/G4GEE9.ini | 30 +- Data/User/GameConfig/G4ME69.ini | 50 +- Data/User/GameConfig/G4MP69.ini | 49 +- Data/User/GameConfig/G4NJDA.ini | 16 +- Data/User/GameConfig/G4QE01.ini | 23 +- Data/User/GameConfig/G4QP01.ini | 17 +- Data/User/GameConfig/G4SE01.ini | 48 +- Data/User/GameConfig/G4SP01.ini | 213 ++-- Data/User/GameConfig/G4ZE69.ini | 20 +- Data/User/GameConfig/G5DE78.ini | 28 +- Data/User/GameConfig/G5DP78.ini | 28 +- Data/User/GameConfig/G5SE7D.ini | 27 +- Data/User/GameConfig/G5SP7D.ini | 27 +- Data/User/GameConfig/G63E41.ini | 22 +- Data/User/GameConfig/G63P41.ini | 20 +- Data/User/GameConfig/G6FE69.ini | 20 +- Data/User/GameConfig/G6NE69.ini | 26 +- Data/User/GameConfig/G6NP69.ini | 26 +- Data/User/GameConfig/G6QE08.ini | 22 +- Data/User/GameConfig/G6TE5G.ini | 49 +- Data/User/GameConfig/G6TP5G.ini | 49 +- Data/User/GameConfig/G89EAF.ini | 20 +- Data/User/GameConfig/G8FE8P.ini | 28 +- Data/User/GameConfig/G8ME01.ini | 27 +- Data/User/GameConfig/G8MJ01.ini | 22 +- Data/User/GameConfig/G8MP01.ini | 22 +- Data/User/GameConfig/G8OJ18.ini | 20 +- Data/User/GameConfig/G8SJAF.ini | 14 +- Data/User/GameConfig/G8WE01.ini | 23 +- Data/User/GameConfig/G8WP01.ini | 15 +- Data/User/GameConfig/G9BEE9.ini | 20 +- Data/User/GameConfig/G9RE7D.ini | 20 +- Data/User/GameConfig/G9SE8P.ini | 49 +- Data/User/GameConfig/G9SJ8P.ini | 49 +- Data/User/GameConfig/G9SP8P.ini | 49 +- Data/User/GameConfig/G9TD52.ini | 29 +- Data/User/GameConfig/G9TE52.ini | 29 +- Data/User/GameConfig/G9TF52.ini | 29 +- Data/User/GameConfig/G9TI52.ini | 29 +- Data/User/GameConfig/G9TP52.ini | 29 +- Data/User/GameConfig/GA2E51.ini | 20 +- Data/User/GameConfig/GA3E51.ini | 20 +- Data/User/GameConfig/GA4E51.ini | 22 +- Data/User/GameConfig/GA7E70.ini | 22 +- Data/User/GameConfig/GABEAF.ini | 20 +- Data/User/GameConfig/GACE5H.ini | 20 +- Data/User/GameConfig/GAFE01.ini | 649 ++++++------ Data/User/GameConfig/GAFJ01.ini | 49 +- Data/User/GameConfig/GAFP01.ini | 49 +- Data/User/GameConfig/GAFU01.ini | 49 +- Data/User/GameConfig/GAGP70.ini | 22 +- Data/User/GameConfig/GAHEGG.ini | 27 +- Data/User/GameConfig/GALE01.ini | 29 +- Data/User/GameConfig/GALJ01.ini | 29 +- Data/User/GameConfig/GALP01.ini | 23 +- Data/User/GameConfig/GAME5H.ini | 20 +- Data/User/GameConfig/GANE7U.ini | 22 +- Data/User/GameConfig/GAPE52.ini | 20 +- Data/User/GameConfig/GAQE6S.ini | 20 +- Data/User/GameConfig/GARE5H.ini | 24 +- Data/User/GameConfig/GATE51.ini | 20 +- Data/User/GameConfig/GATP51.ini | 20 +- Data/User/GameConfig/GAUE08.ini | 145 +-- Data/User/GameConfig/GAUJ08.ini | 49 +- Data/User/GameConfig/GAVE78.ini | 40 +- Data/User/GameConfig/GAVP78.ini | 49 +- Data/User/GameConfig/GAVY78.ini | 49 +- Data/User/GameConfig/GAXE5D.ini | 28 +- Data/User/GameConfig/GAZD69.ini | 26 +- Data/User/GameConfig/GAZE69.ini | 26 +- Data/User/GameConfig/GAZF69.ini | 26 +- Data/User/GameConfig/GAZH69.ini | 26 +- Data/User/GameConfig/GAZI69.ini | 26 +- Data/User/GameConfig/GAZJ69.ini | 26 +- Data/User/GameConfig/GAZM69.ini | 26 +- Data/User/GameConfig/GAZP69.ini | 26 +- Data/User/GameConfig/GAZS69.ini | 26 +- Data/User/GameConfig/GB3E51.ini | 20 +- Data/User/GameConfig/GB4E51.ini | 22 +- Data/User/GameConfig/GB4P51.ini | 23 +- Data/User/GameConfig/GBDE5G.ini | 20 +- Data/User/GameConfig/GBDS7D.ini | 20 +- Data/User/GameConfig/GBFE70.ini | 20 +- Data/User/GameConfig/GBGE5G.ini | 28 +- Data/User/GameConfig/GBGP7D.ini | 24 +- Data/User/GameConfig/GBHDC8.ini | 21 +- Data/User/GameConfig/GBHEC8.ini | 21 +- Data/User/GameConfig/GBHFC8.ini | 21 +- Data/User/GameConfig/GBHPC8.ini | 21 +- Data/User/GameConfig/GBIE08.ini | 29 +- Data/User/GameConfig/GBIP08.ini | 29 +- Data/User/GameConfig/GBKE70.ini | 20 +- Data/User/GameConfig/GBLE52.ini | 27 +- Data/User/GameConfig/GBLP52.ini | 27 +- Data/User/GameConfig/GBLPGL.ini | 20 +- Data/User/GameConfig/GBME7F.ini | 27 +- Data/User/GameConfig/GBMP7F.ini | 27 +- Data/User/GameConfig/GBOP51.ini | 23 +- Data/User/GameConfig/GBQE78.ini | 20 +- Data/User/GameConfig/GBSE8P.ini | 29 +- Data/User/GameConfig/GBSP8P.ini | 29 +- Data/User/GameConfig/GBTE70.ini | 20 +- Data/User/GameConfig/GBVE41.ini | 35 +- Data/User/GameConfig/GBVP41.ini | 35 +- Data/User/GameConfig/GBWD64.ini | 27 +- Data/User/GameConfig/GBWE64.ini | 27 +- Data/User/GameConfig/GBWF64.ini | 27 +- Data/User/GameConfig/GBWP64.ini | 27 +- Data/User/GameConfig/GBXE51.ini | 22 +- Data/User/GameConfig/GBYE0A.ini | 20 +- Data/User/GameConfig/GBZE08.ini | 23 +- Data/User/GameConfig/GBZP08.ini | 23 +- Data/User/GameConfig/GC2E9G.ini | 20 +- Data/User/GameConfig/GC3D78.ini | 28 +- Data/User/GameConfig/GC3E78.ini | 28 +- Data/User/GameConfig/GC3F78.ini | 28 +- Data/User/GameConfig/GC3P78.ini | 28 +- Data/User/GameConfig/GC4JBN.ini | 20 +- Data/User/GameConfig/GC5PNK.ini | 20 +- Data/User/GameConfig/GC6E01.ini | 50 +- Data/User/GameConfig/GC6P01.ini | 50 +- Data/User/GameConfig/GC7PNK.ini | 22 +- Data/User/GameConfig/GC9P6S.ini | 33 +- Data/User/GameConfig/GCAE5H.ini | 20 +- Data/User/GameConfig/GCBE7D.ini | 20 +- Data/User/GameConfig/GCBP7D.ini | 20 +- Data/User/GameConfig/GCCE01.ini | 615 +++++------ Data/User/GameConfig/GCCP01.ini | 54 +- Data/User/GameConfig/GCDE08.ini | 22 +- Data/User/GameConfig/GCDP08.ini | 20 +- Data/User/GameConfig/GCFE9G.ini | 20 +- Data/User/GameConfig/GCGE41.ini | 22 +- Data/User/GameConfig/GCHE78.ini | 20 +- Data/User/GameConfig/GCLP69.ini | 20 +- Data/User/GameConfig/GCNE7D.ini | 27 +- Data/User/GameConfig/GCNP7D.ini | 21 +- Data/User/GameConfig/GCOE52.ini | 20 +- Data/User/GameConfig/GCOPDV.ini | 20 +- Data/User/GameConfig/GCPE6S.ini | 28 +- Data/User/GameConfig/GCPP6S.ini | 28 +- Data/User/GameConfig/GCQE7D.ini | 22 +- Data/User/GameConfig/GCQP7D.ini | 20 +- Data/User/GameConfig/GCSEAF.ini | 20 +- Data/User/GameConfig/GCTE51.ini | 20 +- Data/User/GameConfig/GCTP51.ini | 23 +- Data/User/GameConfig/GCVEEB.ini | 17 +- Data/User/GameConfig/GCZE69.ini | 50 +- Data/User/GameConfig/GCZP69.ini | 50 +- Data/User/GameConfig/GD4E6S.ini | 22 +- Data/User/GameConfig/GD6EB2.ini | 20 +- Data/User/GameConfig/GD6P70.ini | 20 +- Data/User/GameConfig/GD7PB2.ini | 20 +- Data/User/GameConfig/GD9E69.ini | 20 +- Data/User/GameConfig/GD9P69.ini | 22 +- Data/User/GameConfig/GDDE41.ini | 23 +- Data/User/GameConfig/GDEE71.ini | 51 +- Data/User/GameConfig/GDFE5D.ini | 20 +- Data/User/GameConfig/GDFP5D.ini | 20 +- Data/User/GameConfig/GDGE7H.ini | 27 +- Data/User/GameConfig/GDGP78.ini | 27 +- Data/User/GameConfig/GDIE7D.ini | 23 +- Data/User/GameConfig/GDIP7D.ini | 22 +- Data/User/GameConfig/GDJEB2.ini | 23 +- Data/User/GameConfig/GDKEA4.ini | 20 +- Data/User/GameConfig/GDLEA4.ini | 23 +- Data/User/GameConfig/GDME01.ini | 22 +- Data/User/GameConfig/GDQP6S.ini | 20 +- Data/User/GameConfig/GDREAF.ini | 22 +- Data/User/GameConfig/GDSE78.ini | 27 +- Data/User/GameConfig/GDSP78.ini | 27 +- Data/User/GameConfig/GDTE69.ini | 22 +- Data/User/GameConfig/GDVE6L.ini | 20 +- Data/User/GameConfig/GDVP6L.ini | 20 +- Data/User/GameConfig/GDWEA4.ini | 20 +- Data/User/GameConfig/GE4E7D.ini | 26 +- Data/User/GameConfig/GE5EA4.ini | 22 +- Data/User/GameConfig/GE9E5D.ini | 22 +- Data/User/GameConfig/GEAE8P.ini | 54 +- Data/User/GameConfig/GEAP8P.ini | 54 +- Data/User/GameConfig/GEBEA4.ini | 22 +- Data/User/GameConfig/GEDE01.ini | 47 +- Data/User/GameConfig/GEDP01.ini | 47 +- Data/User/GameConfig/GEME7F.ini | 20 +- Data/User/GameConfig/GEND69.ini | 49 +- Data/User/GameConfig/GENE69.ini | 49 +- Data/User/GameConfig/GENP69.ini | 49 +- Data/User/GameConfig/GENS69.ini | 49 +- Data/User/GameConfig/GEOE08.ini | 55 +- Data/User/GameConfig/GEOP08.ini | 55 +- Data/User/GameConfig/GESEA4.ini | 20 +- Data/User/GameConfig/GEWE41.ini | 22 +- Data/User/GameConfig/GEXE52.ini | 22 +- Data/User/GameConfig/GEYE69.ini | 26 +- Data/User/GameConfig/GEZE8P.ini | 49 +- Data/User/GameConfig/GEZP8P.ini | 49 +- Data/User/GameConfig/GF2E69.ini | 22 +- Data/User/GameConfig/GF4E52.ini | 51 +- Data/User/GameConfig/GF4F52.ini | 51 +- Data/User/GameConfig/GF4P52.ini | 51 +- Data/User/GameConfig/GF5E69.ini | 26 +- Data/User/GameConfig/GF6E69.ini | 26 +- Data/User/GameConfig/GF6F69.ini | 26 +- Data/User/GameConfig/GF7E01.ini | 179 ++-- Data/User/GameConfig/GF7P01.ini | 171 +-- Data/User/GameConfig/GF8E69.ini | 26 +- Data/User/GameConfig/GF8P69.ini | 26 +- Data/User/GameConfig/GFAD69.ini | 26 +- Data/User/GameConfig/GFAE69.ini | 26 +- Data/User/GameConfig/GFAP69.ini | 26 +- Data/User/GameConfig/GFAS69.ini | 26 +- Data/User/GameConfig/GFBE5D.ini | 24 +- Data/User/GameConfig/GFCP69.ini | 20 +- Data/User/GameConfig/GFDD69.ini | 29 +- Data/User/GameConfig/GFDE69.ini | 29 +- Data/User/GameConfig/GFEE01.ini | 22 +- Data/User/GameConfig/GFEJ01.ini | 25 +- Data/User/GameConfig/GFEP01.ini | 22 +- Data/User/GameConfig/GFFE5D.ini | 26 +- Data/User/GameConfig/GFGEA4.ini | 20 +- Data/User/GameConfig/GFHP6V.ini | 22 +- Data/User/GameConfig/GFKE69.ini | 22 +- Data/User/GameConfig/GFPEA4.ini | 20 +- Data/User/GameConfig/GFQEA4.ini | 22 +- Data/User/GameConfig/GFTE01.ini | 23 +- Data/User/GameConfig/GFTP01.ini | 22 +- Data/User/GameConfig/GFUE4Z.ini | 20 +- Data/User/GameConfig/GFYE69.ini | 97 +- Data/User/GameConfig/GFYP69.ini | 39 +- Data/User/GameConfig/GFZE01.ini | 36 +- Data/User/GameConfig/GFZJ01.ini | 35 +- Data/User/GameConfig/GFZP01.ini | 36 +- Data/User/GameConfig/GG4E08.ini | 22 +- Data/User/GameConfig/GG4P08.ini | 20 +- Data/User/GameConfig/GG5E52.ini | 28 +- Data/User/GameConfig/GGAJB2.ini | 20 +- Data/User/GameConfig/GGCE0A.ini | 20 +- Data/User/GameConfig/GGCOSD.ini | 23 +- Data/User/GameConfig/GGEE41.ini | 35 +- Data/User/GameConfig/GGEP41.ini | 35 +- Data/User/GameConfig/GGEY41.ini | 35 +- Data/User/GameConfig/GGME00.ini | 20 +- Data/User/GameConfig/GGPJB2.ini | 20 +- Data/User/GameConfig/GGRE41.ini | 26 +- Data/User/GameConfig/GGSEA4.ini | 51 +- Data/User/GameConfig/GGSJA4.ini | 41 +- Data/User/GameConfig/GGSPA4.ini | 253 ++--- Data/User/GameConfig/GGTE01.ini | 14 +- Data/User/GameConfig/GGTP01.ini | 20 +- Data/User/GameConfig/GGYE41.ini | 54 +- Data/User/GameConfig/GGYP41.ini | 54 +- Data/User/GameConfig/GGZE52.ini | 33 +- Data/User/GameConfig/GGZX52.ini | 33 +- Data/User/GameConfig/GH2E69.ini | 49 +- Data/User/GameConfig/GH2P69.ini | 49 +- Data/User/GameConfig/GH4D69.ini | 28 +- Data/User/GameConfig/GH4E69.ini | 28 +- Data/User/GameConfig/GH4F69.ini | 28 +- Data/User/GameConfig/GH4H69.ini | 28 +- Data/User/GameConfig/GH4I69.ini | 28 +- Data/User/GameConfig/GH4J69.ini | 28 +- Data/User/GameConfig/GH4M69.ini | 28 +- Data/User/GameConfig/GH4P69.ini | 28 +- Data/User/GameConfig/GH4S69.ini | 28 +- Data/User/GameConfig/GH5E52.ini | 20 +- Data/User/GameConfig/GH6EAF.ini | 22 +- Data/User/GameConfig/GH7E5D.ini | 49 +- Data/User/GameConfig/GHAE08.ini | 27 +- Data/User/GameConfig/GHAP08.ini | 20 +- Data/User/GameConfig/GHBE7D.ini | 28 +- Data/User/GameConfig/GHBP7D.ini | 28 +- Data/User/GameConfig/GHCE4Q.ini | 28 +- Data/User/GameConfig/GHCF4Q.ini | 28 +- Data/User/GameConfig/GHGEEB.ini | 20 +- Data/User/GameConfig/GHKE7D.ini | 20 +- Data/User/GameConfig/GHLE69.ini | 26 +- Data/User/GameConfig/GHLJ69.ini | 26 +- Data/User/GameConfig/GHLP69.ini | 26 +- Data/User/GameConfig/GHLX69.ini | 26 +- Data/User/GameConfig/GHLY69.ini | 26 +- Data/User/GameConfig/GHLZ69.ini | 26 +- Data/User/GameConfig/GHMD4F.ini | 28 +- Data/User/GameConfig/GHME4F.ini | 28 +- Data/User/GameConfig/GHMF4F.ini | 28 +- Data/User/GameConfig/GHMP4F.ini | 28 +- Data/User/GameConfig/GHNE71.ini | 20 +- Data/User/GameConfig/GHQE7D.ini | 29 +- Data/User/GameConfig/GHQP7D.ini | 29 +- Data/User/GameConfig/GHRE78.ini | 18 +- Data/User/GameConfig/GHSE69.ini | 27 +- Data/User/GameConfig/GHSJ69.ini | 27 +- Data/User/GameConfig/GHSP69.ini | 27 +- Data/User/GameConfig/GHSX69.ini | 27 +- Data/User/GameConfig/GHSY69.ini | 27 +- Data/User/GameConfig/GHUE7D.ini | 20 +- Data/User/GameConfig/GHVE08.ini | 20 +- Data/User/GameConfig/GHWE78.ini | 20 +- Data/User/GameConfig/GHYE6S.ini | 27 +- Data/User/GameConfig/GIAE7D.ini | 20 +- Data/User/GameConfig/GIBE4F.ini | 22 +- Data/User/GameConfig/GICE78.ini | 22 +- Data/User/GameConfig/GIGJ8P.ini | 20 +- Data/User/GameConfig/GIKE70.ini | 42 +- Data/User/GameConfig/GIKP70.ini | 26 +- Data/User/GameConfig/GILE51.ini | 47 +- Data/User/GameConfig/GILP51.ini | 47 +- Data/User/GameConfig/GINE69.ini | 20 +- Data/User/GameConfig/GINX69.ini | 20 +- Data/User/GameConfig/GIPEAF.ini | 22 +- Data/User/GameConfig/GIQE78.ini | 27 +- Data/User/GameConfig/GISE36.ini | 23 +- Data/User/GameConfig/GISP36.ini | 24 +- Data/User/GameConfig/GITE01.ini | 28 +- Data/User/GameConfig/GITP01.ini | 28 +- Data/User/GameConfig/GIVE4Z.ini | 22 +- Data/User/GameConfig/GIZE52.ini | 28 +- Data/User/GameConfig/GJ3PA4.ini | 42 +- Data/User/GameConfig/GJBE5G.ini | 51 +- Data/User/GameConfig/GJCE8P.ini | 22 +- Data/User/GameConfig/GJDE5S.ini | 20 +- Data/User/GameConfig/GJKE52.ini | 20 +- Data/User/GameConfig/GJNE78.ini | 20 +- Data/User/GameConfig/GJSJ18.ini | 20 +- Data/User/GameConfig/GJUD78.ini | 24 +- Data/User/GameConfig/GJUE78.ini | 23 +- Data/User/GameConfig/GJUF78.ini | 24 +- Data/User/GameConfig/GJWE78.ini | 28 +- Data/User/GameConfig/GJXE51.ini | 46 +- Data/User/GameConfig/GJXP51.ini | 46 +- Data/User/GameConfig/GJZE52.ini | 28 +- Data/User/GameConfig/GK4E01.ini | 23 +- Data/User/GameConfig/GK5E78.ini | 49 +- Data/User/GameConfig/GK5X78.ini | 49 +- Data/User/GameConfig/GK6JA4.ini | 20 +- Data/User/GameConfig/GK7E08.ini | 26 +- Data/User/GameConfig/GK7P08.ini | 27 +- Data/User/GameConfig/GK9EA4.ini | 26 +- Data/User/GameConfig/GKAE8P.ini | 20 +- Data/User/GameConfig/GKBEAF.ini | 29 +- Data/User/GameConfig/GKBPAF.ini | 29 +- Data/User/GameConfig/GKDP01.ini | 22 +- Data/User/GameConfig/GKFEGG.ini | 20 +- Data/User/GameConfig/GKGE01.ini | 22 +- Data/User/GameConfig/GKHEA4.ini | 28 +- Data/User/GameConfig/GKHPA4.ini | 28 +- Data/User/GameConfig/GKJE78.ini | 23 +- Data/User/GameConfig/GKKE69.ini | 20 +- Data/User/GameConfig/GKLD69.ini | 49 +- Data/User/GameConfig/GKLE69.ini | 49 +- Data/User/GameConfig/GKLF69.ini | 49 +- Data/User/GameConfig/GKLI69.ini | 49 +- Data/User/GameConfig/GKLJ69.ini | 49 +- Data/User/GameConfig/GKLP69.ini | 49 +- Data/User/GameConfig/GKLS69.ini | 49 +- Data/User/GameConfig/GKME41.ini | 41 +- Data/User/GameConfig/GKMP41.ini | 39 +- Data/User/GameConfig/GKNEB2.ini | 22 +- Data/User/GameConfig/GKOE70.ini | 39 +- Data/User/GameConfig/GKOP6V.ini | 39 +- Data/User/GameConfig/GKOP70.ini | 39 +- Data/User/GameConfig/GKQJ01.ini | 23 +- Data/User/GameConfig/GKSE52.ini | 20 +- Data/User/GameConfig/GKTJA4.ini | 20 +- Data/User/GameConfig/GKUE9G.ini | 49 +- Data/User/GameConfig/GKYE01.ini | 29 +- Data/User/GameConfig/GKYJ01.ini | 29 +- Data/User/GameConfig/GKYP01.ini | 29 +- Data/User/GameConfig/GKZE9G.ini | 20 +- Data/User/GameConfig/GL5E4F.ini | 20 +- Data/User/GameConfig/GL7E64.ini | 22 +- Data/User/GameConfig/GL7P64.ini | 22 +- Data/User/GameConfig/GL8E4F.ini | 26 +- Data/User/GameConfig/GL8F4F.ini | 26 +- Data/User/GameConfig/GLBE8P.ini | 20 +- Data/User/GameConfig/GLCE52.ini | 62 +- Data/User/GameConfig/GLCF52.ini | 62 +- Data/User/GameConfig/GLEE08.ini | 23 +- Data/User/GameConfig/GLEP08.ini | 20 +- Data/User/GameConfig/GLLE78.ini | 22 +- Data/User/GameConfig/GLME01.ini | 17 +- Data/User/GameConfig/GLMP01.ini | 21 +- Data/User/GameConfig/GLNE69.ini | 25 +- Data/User/GameConfig/GLNP69.ini | 28 +- Data/User/GameConfig/GLOE69.ini | 20 +- Data/User/GameConfig/GLOP69.ini | 23 +- Data/User/GameConfig/GLQE41.ini | 20 +- Data/User/GameConfig/GLRE64.ini | 26 +- Data/User/GameConfig/GLSD64.ini | 27 +- Data/User/GameConfig/GLSE64.ini | 27 +- Data/User/GameConfig/GLSF64.ini | 27 +- Data/User/GameConfig/GLSP64.ini | 27 +- Data/User/GameConfig/GLUE7U.ini | 20 +- Data/User/GameConfig/GLWE51.ini | 23 +- Data/User/GameConfig/GLYE69.ini | 26 +- Data/User/GameConfig/GLYP69.ini | 26 +- Data/User/GameConfig/GLZE69.ini | 22 +- Data/User/GameConfig/GLZF69.ini | 22 +- Data/User/GameConfig/GM2E8P.ini | 26 +- Data/User/GameConfig/GM2P8P.ini | 26 +- Data/User/GameConfig/GM3E69.ini | 20 +- Data/User/GameConfig/GM4E01.ini | 27 +- Data/User/GameConfig/GM4J01.ini | 27 +- Data/User/GameConfig/GM4P01.ini | 20 +- Data/User/GameConfig/GM5E7D.ini | 47 +- Data/User/GameConfig/GM5F7D.ini | 47 +- Data/User/GameConfig/GM5P7D.ini | 47 +- Data/User/GameConfig/GM6EE9.ini | 49 +- Data/User/GameConfig/GM6PE9.ini | 49 +- Data/User/GameConfig/GM8E01.ini | 215 ++-- Data/User/GameConfig/GM8J01.ini | 62 +- Data/User/GameConfig/GM8P01.ini | 64 +- Data/User/GameConfig/GMBE8P.ini | 19 +- Data/User/GameConfig/GMBP8P.ini | 18 +- Data/User/GameConfig/GMFS69.ini | 20 +- Data/User/GameConfig/GMHE52.ini | 26 +- Data/User/GameConfig/GMHF52.ini | 27 +- Data/User/GameConfig/GMHP52.ini | 27 +- Data/User/GameConfig/GMIE70.ini | 28 +- Data/User/GameConfig/GMIP70.ini | 28 +- Data/User/GameConfig/GMKD5D.ini | 20 +- Data/User/GameConfig/GMLEA4.ini | 20 +- Data/User/GameConfig/GMNE78.ini | 27 +- Data/User/GameConfig/GMPE01.ini | 18 +- Data/User/GameConfig/GMPP01.ini | 16 +- Data/User/GameConfig/GMSE01.ini | 42 +- Data/User/GameConfig/GMSP01.ini | 31 +- Data/User/GameConfig/GMTP69.ini | 20 +- Data/User/GameConfig/GMUE5D.ini | 20 +- Data/User/GameConfig/GMXE70.ini | 23 +- Data/User/GameConfig/GN6E69.ini | 28 +- Data/User/GameConfig/GN8E69.ini | 26 +- Data/User/GameConfig/GN8P69.ini | 26 +- Data/User/GameConfig/GNDE69.ini | 20 +- Data/User/GameConfig/GNHE5d.ini | 15 +- Data/User/GameConfig/GNJEAF.ini | 27 +- Data/User/GameConfig/GNLE69.ini | 26 +- Data/User/GameConfig/GNNE69.ini | 38 +- Data/User/GameConfig/GNOE78.ini | 49 +- Data/User/GameConfig/GNQE69.ini | 20 +- Data/User/GameConfig/GNRJDA.ini | 20 +- Data/User/GameConfig/GNUEDA.ini | 23 +- Data/User/GameConfig/GNWE69.ini | 21 +- Data/User/GameConfig/GNWP69.ini | 26 +- Data/User/GameConfig/GO2E4F.ini | 22 +- Data/User/GameConfig/GO7E69.ini | 22 +- Data/User/GameConfig/GO7F69.ini | 21 +- Data/User/GameConfig/GO7P69.ini | 23 +- Data/User/GameConfig/GOAE52.ini | 28 +- Data/User/GameConfig/GOBE4Z.ini | 20 +- Data/User/GameConfig/GOCE5D.ini | 20 +- Data/User/GameConfig/GOGJB2.ini | 20 +- Data/User/GameConfig/GOME01.ini | 20 +- Data/User/GameConfig/GOMP01.ini | 21 +- Data/User/GameConfig/GONE69.ini | 20 +- Data/User/GameConfig/GOOE01.ini | 25 +- Data/User/GameConfig/GOPEB2.ini | 22 +- Data/User/GameConfig/GOPJB2.ini | 20 +- Data/User/GameConfig/GOQEAF.ini | 20 +- Data/User/GameConfig/GOSE41.ini | 26 +- Data/User/GameConfig/GOSP41.ini | 26 +- Data/User/GameConfig/GOSX41.ini | 26 +- Data/User/GameConfig/GOWD69.ini | 26 +- Data/User/GameConfig/GOWE69.ini | 26 +- Data/User/GameConfig/GOWF69.ini | 26 +- Data/User/GameConfig/GOWJ69.ini | 26 +- Data/User/GameConfig/GOWP69.ini | 26 +- Data/User/GameConfig/GOYD69.ini | 50 +- Data/User/GameConfig/GOYE69.ini | 94 +- Data/User/GameConfig/GOYF69.ini | 50 +- Data/User/GameConfig/GP2E82.ini | 27 +- Data/User/GameConfig/GP2EAF.ini | 26 +- Data/User/GameConfig/GP4J18.ini | 22 +- Data/User/GameConfig/GP5E01.ini | 24 +- Data/User/GameConfig/GP5J01.ini | 32 +- Data/User/GameConfig/GP5P01.ini | 32 +- Data/User/GameConfig/GP6E01.ini | 26 +- Data/User/GameConfig/GP6J01.ini | 27 +- Data/User/GameConfig/GP6P01.ini | 27 +- Data/User/GameConfig/GP7E01.ini | 29 +- Data/User/GameConfig/GP7J01.ini | 29 +- Data/User/GameConfig/GP7P01.ini | 29 +- Data/User/GameConfig/GP8EAF.ini | 28 +- Data/User/GameConfig/GPAE01.ini | 27 +- Data/User/GameConfig/GPAJ01.ini | 27 +- Data/User/GameConfig/GPAP01.ini | 27 +- Data/User/GameConfig/GPAU01.ini | 27 +- Data/User/GameConfig/GPDE51.ini | 22 +- Data/User/GameConfig/GPEJ2Q.ini | 22 +- Data/User/GameConfig/GPHD52.ini | 40 +- Data/User/GameConfig/GPHE52.ini | 40 +- Data/User/GameConfig/GPHP52.ini | 40 +- Data/User/GameConfig/GPIE01.ini | 18 +- Data/User/GameConfig/GPIP01.ini | 21 +- Data/User/GameConfig/GPKE41.ini | 29 +- Data/User/GameConfig/GPNE08.ini | 25 +- Data/User/GameConfig/GPNP08.ini | 40 +- Data/User/GameConfig/GPOE8P.ini | 109 +- Data/User/GameConfig/GPOP8P.ini | 145 +-- Data/User/GameConfig/GPSE8P.ini | 27 +- Data/User/GameConfig/GPSP8P.ini | 143 +-- Data/User/GameConfig/GPTE41.ini | 26 +- Data/User/GameConfig/GPTP41.ini | 27 +- Data/User/GameConfig/GPVE01.ini | 60 +- Data/User/GameConfig/GPVP01.ini | 28 +- Data/User/GameConfig/GPXP01.ini | 20 +- Data/User/GameConfig/GPZJ01.ini | 23 +- Data/User/GameConfig/GQ8E69.ini | 20 +- Data/User/GameConfig/GQCE52.ini | 20 +- Data/User/GameConfig/GQCS52.ini | 14 +- Data/User/GameConfig/GQLE9G.ini | 22 +- Data/User/GameConfig/GQNE5D.ini | 23 +- Data/User/GameConfig/GQSDAF.ini | 55 +- Data/User/GameConfig/GQSEAF.ini | 1589 ++++++++++++++-------------- Data/User/GameConfig/GQSFAF.ini | 55 +- Data/User/GameConfig/GQSPAF.ini | 55 +- Data/User/GameConfig/GQTE4Q.ini | 28 +- Data/User/GameConfig/GQWE69.ini | 28 +- Data/User/GameConfig/GQWJ69.ini | 28 +- Data/User/GameConfig/GQWP69.ini | 28 +- Data/User/GameConfig/GQWX69.ini | 28 +- Data/User/GameConfig/GQXE69.ini | 20 +- Data/User/GameConfig/GR2E52.ini | 20 +- Data/User/GameConfig/GR6E78.ini | 22 +- Data/User/GameConfig/GR8E69.ini | 20 +- Data/User/GameConfig/GRAE5Z.ini | 20 +- Data/User/GameConfig/GRBE6S.ini | 27 +- Data/User/GameConfig/GRBP6S.ini | 27 +- Data/User/GameConfig/GREE08.ini | 16 +- Data/User/GameConfig/GREP08.ini | 24 +- Data/User/GameConfig/GRFE78.ini | 20 +- Data/User/GameConfig/GRHE41.ini | 28 +- Data/User/GameConfig/GRHP41.ini | 21 +- Data/User/GameConfig/GRJEAF.ini | 23 +- Data/User/GameConfig/GRKE41.ini | 53 +- Data/User/GameConfig/GRKP7G.ini | 53 +- Data/User/GameConfig/GRLE41.ini | 20 +- Data/User/GameConfig/GRNE52.ini | 16 +- Data/User/GameConfig/GROP7J.ini | 20 +- Data/User/GameConfig/GRQE41.ini | 27 +- Data/User/GameConfig/GRSEAF.ini | 53 +- Data/User/GameConfig/GRSPAF.ini | 1131 ++++++++++---------- Data/User/GameConfig/GRUE78.ini | 27 +- Data/User/GameConfig/GRVEA4.ini | 20 +- Data/User/GameConfig/GRYE41.ini | 27 +- Data/User/GameConfig/GS2D78.ini | 27 +- Data/User/GameConfig/GS2E78.ini | 27 +- Data/User/GameConfig/GS2F78.ini | 27 +- Data/User/GameConfig/GS2P78.ini | 27 +- Data/User/GameConfig/GS8P7D.ini | 20 +- Data/User/GameConfig/GSAE01.ini | 26 +- Data/User/GameConfig/GSAP01.ini | 21 +- Data/User/GameConfig/GSCE51.ini | 20 +- Data/User/GameConfig/GSEJB2.ini | 20 +- Data/User/GameConfig/GSMP52.ini | 20 +- Data/User/GameConfig/GSNE8P.ini | 24 +- Data/User/GameConfig/GSNP8P.ini | 21 +- Data/User/GameConfig/GSOE8P.ini | 29 +- Data/User/GameConfig/GSOP8P.ini | 29 +- Data/User/GameConfig/GSPE69.ini | 20 +- Data/User/GameConfig/GSSE8P.ini | 27 +- Data/User/GameConfig/GSSJ8P.ini | 27 +- Data/User/GameConfig/GSSP70.ini | 27 +- Data/User/GameConfig/GSSP8P.ini | 27 +- Data/User/GameConfig/GSTE69.ini | 20 +- Data/User/GameConfig/GSTP69.ini | 23 +- Data/User/GameConfig/GSWE64.ini | 30 +- Data/User/GameConfig/GSWP64.ini | 30 +- Data/User/GameConfig/GSWS64.ini | 30 +- Data/User/GameConfig/GSZP41.ini | 28 +- Data/User/GameConfig/GT3D52.ini | 29 +- Data/User/GameConfig/GT3E52.ini | 29 +- Data/User/GameConfig/GT3F52.ini | 29 +- Data/User/GameConfig/GT3P52.ini | 29 +- Data/User/GameConfig/GT6E70.ini | 30 +- Data/User/GameConfig/GT7E41.ini | 54 +- Data/User/GameConfig/GT7P41.ini | 54 +- Data/User/GameConfig/GT7X41.ini | 54 +- Data/User/GameConfig/GT8E78.ini | 22 +- Data/User/GameConfig/GTCJBL.ini | 20 +- Data/User/GameConfig/GTEE01.ini | 29 +- Data/User/GameConfig/GTEP01.ini | 30 +- Data/User/GameConfig/GTFEA4.ini | 28 +- Data/User/GameConfig/GTKE51.ini | 50 +- Data/User/GameConfig/GTKP51.ini | 50 +- Data/User/GameConfig/GTLE52.ini | 22 +- Data/User/GameConfig/GTLP52.ini | 22 +- Data/User/GameConfig/GTLX52.ini | 22 +- Data/User/GameConfig/GTSE4F.ini | 15 +- Data/User/GameConfig/GTSP4F.ini | 20 +- Data/User/GameConfig/GTUE8G.ini | 20 +- Data/User/GameConfig/GTWE70.ini | 37 +- Data/User/GameConfig/GTWP70.ini | 37 +- Data/User/GameConfig/GTYE69.ini | 28 +- Data/User/GameConfig/GTYP69.ini | 28 +- Data/User/GameConfig/GTZE41.ini | 27 +- Data/User/GameConfig/GTZP41.ini | 27 +- Data/User/GameConfig/GUBE69.ini | 49 +- Data/User/GameConfig/GUBP69.ini | 49 +- Data/User/GameConfig/GUCP69.ini | 22 +- Data/User/GameConfig/GUFE4Z.ini | 20 +- Data/User/GameConfig/GUGE69.ini | 20 +- Data/User/GameConfig/GUME52.ini | 26 +- Data/User/GameConfig/GUMP52.ini | 26 +- Data/User/GameConfig/GUNE5D.ini | 18 +- Data/User/GameConfig/GUPE8P.ini | 23 +- Data/User/GameConfig/GUPP8P.ini | 20 +- Data/User/GameConfig/GUTE52.ini | 29 +- Data/User/GameConfig/GUVE51.ini | 20 +- Data/User/GameConfig/GUZE41.ini | 26 +- Data/User/GameConfig/GUZP41.ini | 27 +- Data/User/GameConfig/GV3E70.ini | 22 +- Data/User/GameConfig/GV3P70.ini | 20 +- Data/User/GameConfig/GVCE08.ini | 27 +- Data/User/GameConfig/GVCP08.ini | 27 +- Data/User/GameConfig/GVDE78.ini | 22 +- Data/User/GameConfig/GVHE4F.ini | 22 +- Data/User/GameConfig/GVJE08.ini | 20 +- Data/User/GameConfig/GVJJ08.ini | 20 +- Data/User/GameConfig/GVJP08.ini | 20 +- Data/User/GameConfig/GVKE52.ini | 28 +- Data/User/GameConfig/GVLD69.ini | 26 +- Data/User/GameConfig/GVLE69.ini | 26 +- Data/User/GameConfig/GVLF69.ini | 26 +- Data/User/GameConfig/GVLP69.ini | 26 +- Data/User/GameConfig/GVRE7H.ini | 22 +- Data/User/GameConfig/GVSE8P.ini | 21 +- Data/User/GameConfig/GVSP8P.ini | 20 +- Data/User/GameConfig/GW2E78.ini | 27 +- Data/User/GameConfig/GW2P78.ini | 27 +- Data/User/GameConfig/GW3E78.ini | 22 +- Data/User/GameConfig/GW3P78.ini | 22 +- Data/User/GameConfig/GW5E69.ini | 20 +- Data/User/GameConfig/GW7E69.ini | 22 +- Data/User/GameConfig/GW7P69.ini | 22 +- Data/User/GameConfig/GW8E52.ini | 28 +- Data/User/GameConfig/GW9E78.ini | 22 +- Data/User/GameConfig/GWAE8P.ini | 29 +- Data/User/GameConfig/GWAF8P.ini | 29 +- Data/User/GameConfig/GWAP8P.ini | 29 +- Data/User/GameConfig/GWBP41.ini | 17 +- Data/User/GameConfig/GWEE51.ini | 20 +- Data/User/GameConfig/GWEJB0.ini | 20 +- Data/User/GameConfig/GWEP8P.ini | 20 +- Data/User/GameConfig/GWGP4F.ini | 20 +- Data/User/GameConfig/GWJE52.ini | 20 +- Data/User/GameConfig/GWKE41.ini | 28 +- Data/User/GameConfig/GWKP41.ini | 20 +- Data/User/GameConfig/GWLE6L.ini | 28 +- Data/User/GameConfig/GWLX6L.ini | 20 +- Data/User/GameConfig/GWME51.ini | 20 +- Data/User/GameConfig/GWOE5G.ini | 29 +- Data/User/GameConfig/GWPE78.ini | 27 +- Data/User/GameConfig/GWPJG2.ini | 27 +- Data/User/GameConfig/GWPP78.ini | 27 +- Data/User/GameConfig/GWQE52.ini | 23 +- Data/User/GameConfig/GWRE01.ini | 28 +- Data/User/GameConfig/GWRP01.ini | 27 +- Data/User/GameConfig/GWSEA4.ini | 20 +- Data/User/GameConfig/GWTEA4.ini | 20 +- Data/User/GameConfig/GWVE52.ini | 23 +- Data/User/GameConfig/GWWE01.ini | 28 +- Data/User/GameConfig/GWWP01.ini | 21 +- Data/User/GameConfig/GWYE41.ini | 54 +- Data/User/GameConfig/GWZE01.ini | 22 +- Data/User/GameConfig/GWZP01.ini | 20 +- Data/User/GameConfig/GX2E52.ini | 28 +- Data/User/GameConfig/GX2P52.ini | 28 +- Data/User/GameConfig/GX3E41.ini | 26 +- Data/User/GameConfig/GX3P41.ini | 27 +- Data/User/GameConfig/GX3X41.ini | 26 +- Data/User/GameConfig/GXBE69.ini | 26 +- Data/User/GameConfig/GXBP69.ini | 27 +- Data/User/GameConfig/GXCE01.ini | 20 +- Data/User/GameConfig/GXEE8P.ini | 25 +- Data/User/GameConfig/GXEP8P.ini | 20 +- Data/User/GameConfig/GXFE69.ini | 26 +- Data/User/GameConfig/GXFF69.ini | 26 +- Data/User/GameConfig/GXFP69.ini | 26 +- Data/User/GameConfig/GXGE08.ini | 22 +- Data/User/GameConfig/GXLE52.ini | 28 +- Data/User/GameConfig/GXLP52.ini | 24 +- Data/User/GameConfig/GXME52.ini | 22 +- Data/User/GameConfig/GXNE5D.ini | 40 +- Data/User/GameConfig/GXOE69.ini | 26 +- Data/User/GameConfig/GXOX69.ini | 26 +- Data/User/GameConfig/GXRE08.ini | 22 +- Data/User/GameConfig/GXSE8P.ini | 23 +- Data/User/GameConfig/GXSP8P.ini | 20 +- Data/User/GameConfig/GXXE01.ini | 52 +- Data/User/GameConfig/GXXP01.ini | 52 +- Data/User/GameConfig/GY2E01.ini | 22 +- Data/User/GameConfig/GYAE78.ini | 20 +- Data/User/GameConfig/GYBP01.ini | 20 +- Data/User/GameConfig/GYFEA4.ini | 24 +- Data/User/GameConfig/GYKEB2.ini | 23 +- Data/User/GameConfig/GYQP01.ini | 20 +- Data/User/GameConfig/GYRE41.ini | 20 +- Data/User/GameConfig/GYWD41.ini | 28 +- Data/User/GameConfig/GYWEE9.ini | 28 +- Data/User/GameConfig/GYWP41.ini | 28 +- Data/User/GameConfig/GZ2E01.ini | 30 +- Data/User/GameConfig/GZ2J01.ini | 30 +- Data/User/GameConfig/GZ2P01.ini | 35 +- Data/User/GameConfig/GZ3E70.ini | 21 +- Data/User/GameConfig/GZ3PB2.ini | 20 +- Data/User/GameConfig/GZEE70.ini | 51 +- Data/User/GameConfig/GZLE01.ini | 26 +- Data/User/GameConfig/GZLJ01.ini | 26 +- Data/User/GameConfig/GZLP01.ini | 28 +- Data/User/GameConfig/GZMP7D.ini | 22 +- Data/User/GameConfig/GZPE70.ini | 27 +- Data/User/GameConfig/GZPP70.ini | 27 +- Data/User/GameConfig/GZSE70.ini | 20 +- Data/User/GameConfig/GZWE01.ini | 49 +- Data/User/GameConfig/GZWP01.ini | 49 +- Data/User/GameConfig/HAAA01.ini | 25 +- Data/User/GameConfig/HACA01.ini | 36 +- Data/User/GameConfig/HADE01.ini | 25 +- Data/User/GameConfig/HAXXHB.ini | 23 +- Data/User/GameConfig/HAYA01.ini | 25 +- Data/User/GameConfig/HCFE01.ini | 23 +- Data/User/GameConfig/JAAE01.ini | 47 +- Data/User/GameConfig/JACP01.ini | 30 +- Data/User/GameConfig/JADE01.ini | 25 +- Data/User/GameConfig/JAEE01.ini | 24 +- Data/User/GameConfig/JBKP01.ini | 30 +- Data/User/GameConfig/JODIHB.ini | 22 +- Data/User/GameConfig/NAAE01.ini | 25 +- Data/User/GameConfig/NAAP01.ini | 20 +- Data/User/GameConfig/NABE01.ini | 25 +- Data/User/GameConfig/NACE01.ini | 25 +- Data/User/GameConfig/NAEE01.ini | 35 +- Data/User/GameConfig/NAFP01.ini | 25 +- Data/User/GameConfig/NAKP01.ini | 22 +- Data/User/GameConfig/NANE01.ini | 22 +- Data/User/GameConfig/NARP01.ini | 20 +- Data/User/GameConfig/PC6E01.ini | 26 +- Data/User/GameConfig/PM4E01.ini | 26 +- Data/User/GameConfig/PRJE01.ini | 20 +- Data/User/GameConfig/PZLE01.ini | 28 +- Data/User/GameConfig/PZLJ01.ini | 28 +- Data/User/GameConfig/PZLP01.ini | 28 +- Data/User/GameConfig/R22E01.ini | 53 +- Data/User/GameConfig/R22J01.ini | 53 +- Data/User/GameConfig/R22P01.ini | 53 +- Data/User/GameConfig/R29P52.ini | 22 +- Data/User/GameConfig/R2GEXJ.ini | 28 +- Data/User/GameConfig/R2GJAF.ini | 28 +- Data/User/GameConfig/R2GP99.ini | 28 +- Data/User/GameConfig/R2JJAF.ini | 22 +- Data/User/GameConfig/R2KP54.ini | 25 +- Data/User/GameConfig/R2TE41.ini | 22 +- Data/User/GameConfig/R2UE8P.ini | 24 +- Data/User/GameConfig/R2VJ01.ini | 22 +- Data/User/GameConfig/R2VP01.ini | 24 +- Data/User/GameConfig/R3BE8P.ini | 26 +- Data/User/GameConfig/R3BJ8P.ini | 27 +- Data/User/GameConfig/R3BP8P.ini | 26 +- Data/User/GameConfig/R3CE20.ini | 20 +- Data/User/GameConfig/R3DES5.ini | 27 +- Data/User/GameConfig/R3DPS5.ini | 27 +- Data/User/GameConfig/R3GXUG.ini | 20 +- Data/User/GameConfig/R3ME01.ini | 50 +- Data/User/GameConfig/R3MP01.ini | 50 +- Data/User/GameConfig/R3NEXS.ini | 38 +- Data/User/GameConfig/R3NPH3.ini | 38 +- Data/User/GameConfig/R3OE01.ini | 49 +- Data/User/GameConfig/R3OJ01.ini | 47 +- Data/User/GameConfig/R3OP01.ini | 47 +- Data/User/GameConfig/R3RE8P.ini | 23 +- Data/User/GameConfig/R3RP8P.ini | 22 +- Data/User/GameConfig/R3SP52.ini | 22 +- Data/User/GameConfig/R3TP54.ini | 25 +- Data/User/GameConfig/R46ENS.ini | 23 +- Data/User/GameConfig/R49P01.ini | 23 +- Data/User/GameConfig/R4BPGT.ini | 20 +- Data/User/GameConfig/R4EE01.ini | 29 +- Data/User/GameConfig/R4EJ01.ini | 29 +- Data/User/GameConfig/R4EP01.ini | 29 +- Data/User/GameConfig/R4QE01.ini | 49 +- Data/User/GameConfig/R4QJ01.ini | 49 +- Data/User/GameConfig/R4QK01.ini | 49 +- Data/User/GameConfig/R4QP01.ini | 49 +- Data/User/GameConfig/R4RP69.ini | 23 +- Data/User/GameConfig/R4ZJ01.ini | 28 +- Data/User/GameConfig/R5DE5G.ini | 28 +- Data/User/GameConfig/R5IE4Q.ini | 52 +- Data/User/GameConfig/R5IP4Q.ini | 52 +- Data/User/GameConfig/R5IX4Q.ini | 52 +- Data/User/GameConfig/R5VE41.ini | 35 +- Data/User/GameConfig/R5VP41.ini | 35 +- Data/User/GameConfig/R5VX41.ini | 35 +- Data/User/GameConfig/R5WEA4.ini | 48 +- Data/User/GameConfig/R5WJA4.ini | 48 +- Data/User/GameConfig/R64E01.ini | 29 +- Data/User/GameConfig/R64J01.ini | 29 +- Data/User/GameConfig/R64K01.ini | 29 +- Data/User/GameConfig/R64P01.ini | 29 +- Data/User/GameConfig/R69E36.ini | 22 +- Data/User/GameConfig/R6BE78.ini | 30 +- Data/User/GameConfig/R6BJ78.ini | 30 +- Data/User/GameConfig/R6BK78.ini | 30 +- Data/User/GameConfig/R6BP78.ini | 30 +- Data/User/GameConfig/R6BX78.ini | 30 +- Data/User/GameConfig/R6NY41.ini | 22 +- Data/User/GameConfig/R6TEA4.ini | 23 +- Data/User/GameConfig/R6YEXS.ini | 37 +- Data/User/GameConfig/R6YPH3.ini | 37 +- Data/User/GameConfig/R7EE8P.ini | 48 +- Data/User/GameConfig/R7EJ8P.ini | 50 +- Data/User/GameConfig/R7EP8P.ini | 50 +- Data/User/GameConfig/R7FEGD.ini | 27 +- Data/User/GameConfig/R7FJGD.ini | 27 +- Data/User/GameConfig/R7FPGD.ini | 27 +- Data/User/GameConfig/R7GEAF.ini | 28 +- Data/User/GameConfig/R7GJAF.ini | 28 +- Data/User/GameConfig/R7GPAF.ini | 28 +- Data/User/GameConfig/R7PE01.ini | 47 +- Data/User/GameConfig/R7PP01.ini | 36 +- Data/User/GameConfig/R7XE69.ini | 54 +- Data/User/GameConfig/R7XJ13.ini | 54 +- Data/User/GameConfig/R7XP69.ini | 54 +- Data/User/GameConfig/R84EE9.ini | 47 +- Data/User/GameConfig/R84J99.ini | 46 +- Data/User/GameConfig/R84P99.ini | 46 +- Data/User/GameConfig/R8AE01.ini | 28 +- Data/User/GameConfig/R8AJ01.ini | 22 +- Data/User/GameConfig/R8AP01.ini | 28 +- Data/User/GameConfig/R8DEA4.ini | 28 +- Data/User/GameConfig/R8DJA4.ini | 28 +- Data/User/GameConfig/R8DPA4.ini | 28 +- Data/User/GameConfig/R8JEWR.ini | 34 +- Data/User/GameConfig/R8JPWR.ini | 34 +- Data/User/GameConfig/R8LE20.ini | 27 +- Data/User/GameConfig/R8LP7J.ini | 27 +- Data/User/GameConfig/R8PE01.ini | 23 +- Data/User/GameConfig/R8PJ01.ini | 22 +- Data/User/GameConfig/R8PK01.ini | 22 +- Data/User/GameConfig/R8PP01.ini | 22 +- Data/User/GameConfig/R8XE52.ini | 28 +- Data/User/GameConfig/R96EAF.ini | 28 +- Data/User/GameConfig/R9FP36.ini | 22 +- Data/User/GameConfig/R9IE01.ini | 28 +- Data/User/GameConfig/RB4E08.ini | 21 +- Data/User/GameConfig/RB4P08.ini | 22 +- Data/User/GameConfig/RBBE18.ini | 52 +- Data/User/GameConfig/RBBJ18.ini | 52 +- Data/User/GameConfig/RBBP99.ini | 52 +- Data/User/GameConfig/RBHE08.ini | 52 +- Data/User/GameConfig/RBHJ08.ini | 53 +- Data/User/GameConfig/RBHP08.ini | 53 +- Data/User/GameConfig/RBIEE9.ini | 33 +- Data/User/GameConfig/RBIJ99.ini | 34 +- Data/User/GameConfig/RBIP99.ini | 34 +- Data/User/GameConfig/RBKE69.ini | 14 +- Data/User/GameConfig/RBME5G.ini | 28 +- Data/User/GameConfig/RBQPUG.ini | 20 +- Data/User/GameConfig/RBTP8P.ini | 20 +- Data/User/GameConfig/RBUE08.ini | 28 +- Data/User/GameConfig/RBUP08.ini | 25 +- Data/User/GameConfig/RBWE01.ini | 44 +- Data/User/GameConfig/RBWJ01.ini | 44 +- Data/User/GameConfig/RBWP01.ini | 44 +- Data/User/GameConfig/RBXJ8P.ini | 20 +- Data/User/GameConfig/RBZXUG.ini | 20 +- Data/User/GameConfig/RCJE8P.ini | 44 +- Data/User/GameConfig/RCJP8P.ini | 32 +- Data/User/GameConfig/RCKPGN.ini | 22 +- Data/User/GameConfig/RCPE18.ini | 20 +- Data/User/GameConfig/RD2E41.ini | 43 +- Data/User/GameConfig/RD2J41.ini | 43 +- Data/User/GameConfig/RD2K41.ini | 43 +- Data/User/GameConfig/RD2P41.ini | 43 +- Data/User/GameConfig/RD2X41.ini | 43 +- Data/User/GameConfig/RDBPAF.ini | 48 +- Data/User/GameConfig/RDFP41.ini | 20 +- Data/User/GameConfig/RDGPA4.ini | 24 +- Data/User/GameConfig/RDHP78.ini | 22 +- Data/User/GameConfig/RDIE41.ini | 23 +- Data/User/GameConfig/RDKE01.ini | 20 +- Data/User/GameConfig/RDQEGD.ini | 27 +- Data/User/GameConfig/RDSE70.ini | 48 +- Data/User/GameConfig/RDSJAF.ini | 37 +- Data/User/GameConfig/RDSPAF.ini | 37 +- Data/User/GameConfig/RDVE41.ini | 20 +- Data/User/GameConfig/RDXP18.ini | 20 +- Data/User/GameConfig/RDZJ01.ini | 34 +- Data/User/GameConfig/RDZP01.ini | 34 +- Data/User/GameConfig/RE4E08.ini | 29 +- Data/User/GameConfig/RE4J08.ini | 29 +- Data/User/GameConfig/RE4P08.ini | 29 +- Data/User/GameConfig/REDE41.ini | 27 +- Data/User/GameConfig/REDJ41.ini | 27 +- Data/User/GameConfig/REDP41.ini | 27 +- Data/User/GameConfig/RELJAB.ini | 22 +- Data/User/GameConfig/RELS01.ini | 17 +- Data/User/GameConfig/RENE8P.ini | 24 +- Data/User/GameConfig/RENJ8P.ini | 25 +- Data/User/GameConfig/RENP8P.ini | 23 +- Data/User/GameConfig/REXP01.ini | 20 +- Data/User/GameConfig/RF4P6M.ini | 20 +- Data/User/GameConfig/RF7J08.ini | 23 +- Data/User/GameConfig/RFBE01.ini | 27 +- Data/User/GameConfig/RFBJ01.ini | 27 +- Data/User/GameConfig/RFBP01.ini | 27 +- Data/User/GameConfig/RFCEGD.ini | 39 +- Data/User/GameConfig/RFCJGD.ini | 37 +- Data/User/GameConfig/RFCPGD.ini | 33 +- Data/User/GameConfig/RFEE01.ini | 28 +- Data/User/GameConfig/RFEJ01.ini | 28 +- Data/User/GameConfig/RFEP01.ini | 33 +- Data/User/GameConfig/RFFEGD.ini | 49 +- Data/User/GameConfig/RFFJGD.ini | 49 +- Data/User/GameConfig/RFFPGD.ini | 49 +- Data/User/GameConfig/RFQP69.ini | 36 +- Data/User/GameConfig/RFSEEB.ini | 28 +- Data/User/GameConfig/RFSJ8P.ini | 28 +- Data/User/GameConfig/RG5PWR.ini | 20 +- Data/User/GameConfig/RGAE8P.ini | 22 +- Data/User/GameConfig/RGHE52.ini | 28 +- Data/User/GameConfig/RGLE7D.ini | 23 +- Data/User/GameConfig/RGQE70.ini | 25 +- Data/User/GameConfig/RGVP52.ini | 23 +- Data/User/GameConfig/RH2P41.ini | 22 +- Data/User/GameConfig/RH8E4F.ini | 27 +- Data/User/GameConfig/RH8JEL.ini | 27 +- Data/User/GameConfig/RH8P4F.ini | 27 +- Data/User/GameConfig/RH8X4F.ini | 27 +- Data/User/GameConfig/RHAE01.ini | 23 +- Data/User/GameConfig/RHAJ01.ini | 22 +- Data/User/GameConfig/RHAK01.ini | 23 +- Data/User/GameConfig/RHAP01.ini | 23 +- Data/User/GameConfig/RHAW01.ini | 23 +- Data/User/GameConfig/RHDE8P.ini | 50 +- Data/User/GameConfig/RHDJ8P.ini | 50 +- Data/User/GameConfig/RHDP8P.ini | 50 +- Data/User/GameConfig/RHMEE9.ini | 34 +- Data/User/GameConfig/RHMP99.ini | 34 +- Data/User/GameConfig/RHOE8P.ini | 87 +- Data/User/GameConfig/RHOJ8P.ini | 33 +- Data/User/GameConfig/RHOP8P.ini | 33 +- Data/User/GameConfig/RHTP54.ini | 23 +- Data/User/GameConfig/RHUP7J.ini | 22 +- Data/User/GameConfig/RIBPKM.ini | 20 +- Data/User/GameConfig/RIHP8P.ini | 22 +- Data/User/GameConfig/RIJE69.ini | 23 +- Data/User/GameConfig/RINE08.ini | 22 +- Data/User/GameConfig/RINP08.ini | 21 +- Data/User/GameConfig/RIPEAF.ini | 38 +- Data/User/GameConfig/RIPJAF.ini | 37 +- Data/User/GameConfig/RIPPAF.ini | 37 +- Data/User/GameConfig/RIUJAF.ini | 37 +- Data/User/GameConfig/RIUPAF.ini | 38 +- Data/User/GameConfig/RIVEXJ.ini | 23 +- Data/User/GameConfig/RJ3P7J.ini | 22 +- Data/User/GameConfig/RJAP52.ini | 22 +- Data/User/GameConfig/RJCP52.ini | 20 +- Data/User/GameConfig/RJSXUG.ini | 20 +- Data/User/GameConfig/RK2EEB.ini | 37 +- Data/User/GameConfig/RK2JEB.ini | 37 +- Data/User/GameConfig/RK2P01.ini | 37 +- Data/User/GameConfig/RK5E01.ini | 27 +- Data/User/GameConfig/RKDEEB.ini | 38 +- Data/User/GameConfig/RKDJEB.ini | 37 +- Data/User/GameConfig/RKDP01.ini | 33 +- Data/User/GameConfig/RKDPEB.ini | 37 +- Data/User/GameConfig/RKIPUG.ini | 20 +- Data/User/GameConfig/RKMP5D.ini | 23 +- Data/User/GameConfig/RKSPUG.ini | 20 +- Data/User/GameConfig/RLBEWR.ini | 28 +- Data/User/GameConfig/RLEEFS.ini | 20 +- Data/User/GameConfig/RLGE64.ini | 29 +- Data/User/GameConfig/RLGJ52.ini | 29 +- Data/User/GameConfig/RLGP64.ini | 29 +- Data/User/GameConfig/RLJPKM.ini | 25 +- Data/User/GameConfig/RLXEMJ.ini | 22 +- Data/User/GameConfig/RM2E69.ini | 22 +- Data/User/GameConfig/RM3E01.ini | 58 +- Data/User/GameConfig/RM3J01.ini | 58 +- Data/User/GameConfig/RM3P01.ini | 63 +- Data/User/GameConfig/RM6EEB.ini | 28 +- Data/User/GameConfig/RM8E01.ini | 24 +- Data/User/GameConfig/RM8P01.ini | 30 +- Data/User/GameConfig/RMAE01.ini | 22 +- Data/User/GameConfig/RMAP01.ini | 20 +- Data/User/GameConfig/RMCE01.ini | 24 +- Data/User/GameConfig/RMCJ01.ini | 24 +- Data/User/GameConfig/RMCK01.ini | 24 +- Data/User/GameConfig/RMCP01.ini | 24 +- Data/User/GameConfig/RMGE01.ini | 27 +- Data/User/GameConfig/RMGJ01.ini | 27 +- Data/User/GameConfig/RMGK01.ini | 27 +- Data/User/GameConfig/RMGP01.ini | 27 +- Data/User/GameConfig/RMHE08.ini | 68 +- Data/User/GameConfig/RMHJ08.ini | 68 +- Data/User/GameConfig/RMHP08.ini | 52 +- Data/User/GameConfig/RMKE01.ini | 22 +- Data/User/GameConfig/RMKJ01.ini | 22 +- Data/User/GameConfig/RMKP01.ini | 27 +- Data/User/GameConfig/RMLEH4.ini | 49 +- Data/User/GameConfig/RMLJH4.ini | 49 +- Data/User/GameConfig/RMLK52.ini | 49 +- Data/User/GameConfig/RMLP7U.ini | 49 +- Data/User/GameConfig/RMLPH4.ini | 49 +- Data/User/GameConfig/RMSE52.ini | 22 +- Data/User/GameConfig/RNEEDA.ini | 24 +- Data/User/GameConfig/RNEJDA.ini | 24 +- Data/User/GameConfig/RNEPDA.ini | 24 +- Data/User/GameConfig/RNHE41.ini | 29 +- Data/User/GameConfig/RNMXUG.ini | 20 +- Data/User/GameConfig/RNOJ01.ini | 28 +- Data/User/GameConfig/RNOP01.ini | 28 +- Data/User/GameConfig/RO2P7N.ini | 16 +- Data/User/GameConfig/RO3EXJ.ini | 28 +- Data/User/GameConfig/RO3J99.ini | 25 +- Data/User/GameConfig/RO3P99.ini | 25 +- Data/User/GameConfig/RO7P7D.ini | 15 +- Data/User/GameConfig/RO8E7D.ini | 22 +- Data/User/GameConfig/RO9EFS.ini | 37 +- Data/User/GameConfig/RO9PNK.ini | 37 +- Data/User/GameConfig/ROAE36.ini | 47 +- Data/User/GameConfig/ROAP36.ini | 47 +- Data/User/GameConfig/ROCPNK.ini | 20 +- Data/User/GameConfig/RODE01.ini | 29 +- Data/User/GameConfig/RODJ01.ini | 29 +- Data/User/GameConfig/RODK01.ini | 29 +- Data/User/GameConfig/RODP01.ini | 29 +- Data/User/GameConfig/ROLE8P.ini | 47 +- Data/User/GameConfig/ROLJ01.ini | 47 +- Data/User/GameConfig/ROLK01.ini | 47 +- Data/User/GameConfig/ROLP8P.ini | 47 +- Data/User/GameConfig/RONEG9.ini | 34 +- Data/User/GameConfig/RONJG9.ini | 34 +- Data/User/GameConfig/RONPG9.ini | 34 +- Data/User/GameConfig/ROUJAF.ini | 37 +- Data/User/GameConfig/ROUPAF.ini | 37 +- Data/User/GameConfig/ROWE08.ini | 57 +- Data/User/GameConfig/ROWJ08.ini | 56 +- Data/User/GameConfig/ROWP08.ini | 56 +- Data/User/GameConfig/RP7P52.ini | 22 +- Data/User/GameConfig/RPBE01.ini | 48 +- Data/User/GameConfig/RPBJ01.ini | 47 +- Data/User/GameConfig/RPBP01.ini | 47 +- Data/User/GameConfig/RPDPGN.ini | 22 +- Data/User/GameConfig/RPJE7U.ini | 52 +- Data/User/GameConfig/RPJJ99.ini | 52 +- Data/User/GameConfig/RPPE41.ini | 22 +- Data/User/GameConfig/RPWZ41.ini | 27 +- Data/User/GameConfig/RPYP9B.ini | 23 +- Data/User/GameConfig/RQ6EJJ.ini | 51 +- Data/User/GameConfig/RQ6PKM.ini | 51 +- Data/User/GameConfig/RQ6XKM.ini | 51 +- Data/User/GameConfig/RQBENR.ini | 20 +- Data/User/GameConfig/RQLE64.ini | 23 +- Data/User/GameConfig/RQOP69.ini | 23 +- Data/User/GameConfig/RQREXJ.ini | 47 +- Data/User/GameConfig/RQRJAF.ini | 47 +- Data/User/GameConfig/RQRPAF.ini | 47 +- Data/User/GameConfig/RR2PUG.ini | 20 +- Data/User/GameConfig/RR5P70.ini | 22 +- Data/User/GameConfig/RRAXUG.ini | 20 +- Data/User/GameConfig/RRBE41.ini | 27 +- Data/User/GameConfig/RRBJ41.ini | 27 +- Data/User/GameConfig/RRBP41.ini | 27 +- Data/User/GameConfig/RRKE70.ini | 52 +- Data/User/GameConfig/RRKP70.ini | 52 +- Data/User/GameConfig/RRMX69.ini | 20 +- Data/User/GameConfig/RRXXUG.ini | 20 +- Data/User/GameConfig/RRYPHY.ini | 23 +- Data/User/GameConfig/RRZEGY.ini | 49 +- Data/User/GameConfig/RRZPGY.ini | 49 +- Data/User/GameConfig/RS5EC8.ini | 29 +- Data/User/GameConfig/RS5JC8.ini | 29 +- Data/User/GameConfig/RS5PC8.ini | 29 +- Data/User/GameConfig/RS8J8N.ini | 28 +- Data/User/GameConfig/RS9E8P.ini | 22 +- Data/User/GameConfig/RS9P8P.ini | 22 +- Data/User/GameConfig/RSBE01.ini | 25 +- Data/User/GameConfig/RSBJ01.ini | 14 +- Data/User/GameConfig/RSBP01.ini | 22 +- Data/User/GameConfig/RSFE7U.ini | 29 +- Data/User/GameConfig/RSFJ99.ini | 29 +- Data/User/GameConfig/RSFP99.ini | 29 +- Data/User/GameConfig/RSIE69.ini | 54 +- Data/User/GameConfig/RSIJ13.ini | 54 +- Data/User/GameConfig/RSIP69.ini | 54 +- Data/User/GameConfig/RSLEAF.ini | 46 +- Data/User/GameConfig/RSLJAF.ini | 46 +- Data/User/GameConfig/RSLKAF.ini | 46 +- Data/User/GameConfig/RSLPAF.ini | 46 +- Data/User/GameConfig/RSME8P.ini | 12 + Data/User/GameConfig/RSMP8P.ini | 23 +- Data/User/GameConfig/RSPE01.ini | 17 +- Data/User/GameConfig/RSPP01.ini | 18 +- Data/User/GameConfig/RSRE8P.ini | 23 +- Data/User/GameConfig/RSRP8P.ini | 20 +- Data/User/GameConfig/RSTP64.ini | 20 +- Data/User/GameConfig/RSUP41.ini | 20 +- Data/User/GameConfig/RSVE8P.ini | 21 +- Data/User/GameConfig/RSVJ8P.ini | 21 +- Data/User/GameConfig/RSVP8P.ini | 21 +- Data/User/GameConfig/RSWP08.ini | 23 +- Data/User/GameConfig/RSXE69.ini | 29 +- Data/User/GameConfig/RSXJ13.ini | 28 +- Data/User/GameConfig/RSXK69.ini | 29 +- Data/User/GameConfig/RSXP69.ini | 28 +- Data/User/GameConfig/RSZPGT.ini | 20 +- Data/User/GameConfig/RT4EAF.ini | 26 +- Data/User/GameConfig/RT4JAF.ini | 27 +- Data/User/GameConfig/RT4PAF.ini | 27 +- Data/User/GameConfig/RT5E8P.ini | 23 +- Data/User/GameConfig/RT5P8P.ini | 22 +- Data/User/GameConfig/RT9E52.ini | 20 +- Data/User/GameConfig/RTBP52.ini | 20 +- Data/User/GameConfig/RTCP41.ini | 20 +- Data/User/GameConfig/RTHE52.ini | 20 +- Data/User/GameConfig/RTME41.ini | 27 +- Data/User/GameConfig/RTMP41.ini | 27 +- Data/User/GameConfig/RTNE41.ini | 28 +- Data/User/GameConfig/RTNJCQ.ini | 28 +- Data/User/GameConfig/RTNP41.ini | 28 +- Data/User/GameConfig/RTZE08.ini | 50 +- Data/User/GameConfig/RTZJ08.ini | 50 +- Data/User/GameConfig/RTZK08.ini | 50 +- Data/User/GameConfig/RTZP08.ini | 50 +- Data/User/GameConfig/RUCXRT.ini | 14 +- Data/User/GameConfig/RUUE01.ini | 22 +- Data/User/GameConfig/RUUP01.ini | 20 +- Data/User/GameConfig/RUYE41.ini | 26 +- Data/User/GameConfig/RVKEXJ.ini | 23 +- Data/User/GameConfig/RVKP99.ini | 24 +- Data/User/GameConfig/RVOPPL.ini | 22 +- Data/User/GameConfig/RVQP41.ini | 20 +- Data/User/GameConfig/RVSE69.ini | 20 +- Data/User/GameConfig/RVSP69.ini | 22 +- Data/User/GameConfig/RVUP8P.ini | 24 +- Data/User/GameConfig/RVVP78.ini | 22 +- Data/User/GameConfig/RVZP52.ini | 22 +- Data/User/GameConfig/RW9X78.ini | 23 +- Data/User/GameConfig/RWBXUG.ini | 20 +- Data/User/GameConfig/RWEPA4.ini | 22 +- Data/User/GameConfig/RWLE01.ini | 27 +- Data/User/GameConfig/RWRE4F.ini | 35 +- Data/User/GameConfig/RWRP4F.ini | 35 +- Data/User/GameConfig/RWSE8P.ini | 27 +- Data/User/GameConfig/RWSJ01.ini | 27 +- Data/User/GameConfig/RWSK01.ini | 27 +- Data/User/GameConfig/RWSP8P.ini | 27 +- Data/User/GameConfig/RWUX52.ini | 23 +- Data/User/GameConfig/RX3E01.ini | 38 +- Data/User/GameConfig/RX9P69.ini | 20 +- Data/User/GameConfig/RX9Y69.ini | 20 +- Data/User/GameConfig/RXXE4Q.ini | 30 +- Data/User/GameConfig/RXXJ4Q.ini | 30 +- Data/User/GameConfig/RXXP4Q.ini | 30 +- Data/User/GameConfig/RYBE69.ini | 22 +- Data/User/GameConfig/RYOEA4.ini | 22 +- Data/User/GameConfig/RYQP69.ini | 22 +- Data/User/GameConfig/RYXP7J.ini | 23 +- Data/User/GameConfig/RZ9PG9.ini | 20 +- Data/User/GameConfig/RZDE01.ini | 30 +- Data/User/GameConfig/RZDJ01.ini | 30 +- Data/User/GameConfig/RZDK01.ini | 30 +- Data/User/GameConfig/RZDP01.ini | 30 +- Data/User/GameConfig/RZJD69.ini | 51 +- Data/User/GameConfig/RZJE69.ini | 51 +- Data/User/GameConfig/RZJJ13.ini | 51 +- Data/User/GameConfig/RZJP69.ini | 80 +- Data/User/GameConfig/RZPE01.ini | 24 +- Data/User/GameConfig/RZTE01.ini | 26 +- Data/User/GameConfig/RZTJ01.ini | 26 +- Data/User/GameConfig/RZTK01.ini | 26 +- Data/User/GameConfig/RZTP01.ini | 26 +- Data/User/GameConfig/RZTW01.ini | 26 +- Data/User/GameConfig/RZZE8P.ini | 43 +- Data/User/GameConfig/RZZJEL.ini | 43 +- Data/User/GameConfig/RZZP8P.ini | 43 +- Data/User/GameConfig/S2IP8P.ini | 24 +- Data/User/GameConfig/S2LE01.ini | 27 +- Data/User/GameConfig/S2LJ01.ini | 27 +- Data/User/GameConfig/S2LP01.ini | 27 +- Data/User/GameConfig/S2TJAF.ini | 22 +- Data/User/GameConfig/S2WE78.ini | 51 +- Data/User/GameConfig/S2WP78.ini | 51 +- Data/User/GameConfig/S3BEWR.ini | 51 +- Data/User/GameConfig/S3BPWR.ini | 51 +- Data/User/GameConfig/S59E01.ini | 37 +- Data/User/GameConfig/S59JC8.ini | 37 +- Data/User/GameConfig/S59P01.ini | 37 +- Data/User/GameConfig/S72E01.ini | 52 +- Data/User/GameConfig/S72J01.ini | 52 +- Data/User/GameConfig/S75E69.ini | 50 +- Data/User/GameConfig/S75P69.ini | 47 +- Data/User/GameConfig/SAKENS.ini | 38 +- Data/User/GameConfig/SAKPNS.ini | 37 +- Data/User/GameConfig/SB3E08.ini | 29 +- Data/User/GameConfig/SB3J08.ini | 29 +- Data/User/GameConfig/SB3P08.ini | 29 +- Data/User/GameConfig/SB4E01.ini | 26 +- Data/User/GameConfig/SB4J01.ini | 27 +- Data/User/GameConfig/SB4P01.ini | 27 +- Data/User/GameConfig/SBDE08.ini | 47 +- Data/User/GameConfig/SBDJ08.ini | 47 +- Data/User/GameConfig/SBDK08.ini | 47 +- Data/User/GameConfig/SBDP08.ini | 47 +- Data/User/GameConfig/SBLE5G.ini | 27 +- Data/User/GameConfig/SBNEG9.ini | 22 +- Data/User/GameConfig/SBVE78.ini | 22 +- Data/User/GameConfig/SC2E8P.ini | 51 +- Data/User/GameConfig/SC2P8P.ini | 149 +-- Data/User/GameConfig/SC4E64.ini | 34 +- Data/User/GameConfig/SC4P64.ini | 34 +- Data/User/GameConfig/SC7D52.ini | 34 +- Data/User/GameConfig/SC7E52.ini | 34 +- Data/User/GameConfig/SC7F52.ini | 34 +- Data/User/GameConfig/SC7I52.ini | 34 +- Data/User/GameConfig/SC7P52.ini | 34 +- Data/User/GameConfig/SC7S52.ini | 34 +- Data/User/GameConfig/SC8E01.ini | 26 +- Data/User/GameConfig/SC8J01.ini | 26 +- Data/User/GameConfig/SC8P01.ini | 26 +- Data/User/GameConfig/SCAE18.ini | 51 +- Data/User/GameConfig/SCAJ18.ini | 51 +- Data/User/GameConfig/SCAP18.ini | 51 +- Data/User/GameConfig/SCYE4Q.ini | 28 +- Data/User/GameConfig/SCYP4Q.ini | 28 +- Data/User/GameConfig/SCYX4Q.ini | 28 +- Data/User/GameConfig/SCYY4Q.ini | 28 +- Data/User/GameConfig/SCYZ4Q.ini | 28 +- Data/User/GameConfig/SD2E41.ini | 52 +- Data/User/GameConfig/SD2J01.ini | 52 +- Data/User/GameConfig/SD2P41.ini | 52 +- Data/User/GameConfig/SD2Y41.ini | 52 +- Data/User/GameConfig/SDBE78.ini | 29 +- Data/User/GameConfig/SDBP78.ini | 29 +- Data/User/GameConfig/SDFE4Q.ini | 28 +- Data/User/GameConfig/SDNE41.ini | 39 +- Data/User/GameConfig/SDNP41.ini | 39 +- Data/User/GameConfig/SDWE18.ini | 27 +- Data/User/GameConfig/SDWJ18.ini | 27 +- Data/User/GameConfig/SDWP18.ini | 28 +- Data/User/GameConfig/SE2P69.ini | 42 +- Data/User/GameConfig/SEAE69.ini | 42 +- Data/User/GameConfig/SEAJ13.ini | 42 +- Data/User/GameConfig/SEAP69.ini | 42 +- Data/User/GameConfig/SEME4Q.ini | 61 +- Data/User/GameConfig/SEMJ01.ini | 61 +- Data/User/GameConfig/SEMP4Q.ini | 61 +- Data/User/GameConfig/SEMX4Q.ini | 61 +- Data/User/GameConfig/SEMY4Q.ini | 61 +- Data/User/GameConfig/SEMZ4Q.ini | 61 +- Data/User/GameConfig/SERE4Q.ini | 51 +- Data/User/GameConfig/SERF4Q.ini | 51 +- Data/User/GameConfig/SERP4Q.ini | 51 +- Data/User/GameConfig/SF8E01.ini | 50 +- Data/User/GameConfig/SF8J01.ini | 50 +- Data/User/GameConfig/SF8P01.ini | 50 +- Data/User/GameConfig/SFIE01.ini | 52 +- Data/User/GameConfig/SFIP01.ini | 52 +- Data/User/GameConfig/SFWE69.ini | 22 +- Data/User/GameConfig/SFWP69.ini | 33 +- Data/User/GameConfig/SGAP8P.ini | 25 +- Data/User/GameConfig/SH6E52.ini | 27 +- Data/User/GameConfig/SHDE52.ini | 22 +- Data/User/GameConfig/SHLPA4.ini | 48 +- Data/User/GameConfig/SILE78.ini | 51 +- Data/User/GameConfig/SILP78.ini | 51 +- Data/User/GameConfig/SJBE52.ini | 28 +- Data/User/GameConfig/SJBP52.ini | 28 +- Data/User/GameConfig/SJDE41.ini | 27 +- Data/User/GameConfig/SJDP41.ini | 27 +- Data/User/GameConfig/SJDY41.ini | 27 +- Data/User/GameConfig/SJDZ41.ini | 27 +- Data/User/GameConfig/SK3EEB.ini | 49 +- Data/User/GameConfig/SK4E52.ini | 22 +- Data/User/GameConfig/SKJE78.ini | 51 +- Data/User/GameConfig/SKVE20.ini | 36 +- Data/User/GameConfig/SLSEXJ.ini | 29 +- Data/User/GameConfig/SLSJ01.ini | 29 +- Data/User/GameConfig/SLSP01.ini | 29 +- Data/User/GameConfig/SLWE41.ini | 27 +- Data/User/GameConfig/SMBE8P.ini | 20 +- Data/User/GameConfig/SMBP8P.ini | 20 +- Data/User/GameConfig/SMFE4Q.ini | 56 +- Data/User/GameConfig/SMFP4Q.ini | 56 +- Data/User/GameConfig/SMNE01.ini | 100 +- Data/User/GameConfig/SMNJ01.ini | 52 +- Data/User/GameConfig/SMNK01.ini | 52 +- Data/User/GameConfig/SMNP01.ini | 70 +- Data/User/GameConfig/SMNW01.ini | 52 +- Data/User/GameConfig/SMOE41.ini | 53 +- Data/User/GameConfig/SMOP41.ini | 53 +- Data/User/GameConfig/SMOX41.ini | 53 +- Data/User/GameConfig/SN4EDA.ini | 23 +- Data/User/GameConfig/SN4JDA.ini | 24 +- Data/User/GameConfig/SN4XGT.ini | 24 +- Data/User/GameConfig/SNCE8P.ini | 26 +- Data/User/GameConfig/SNCJ8P.ini | 26 +- Data/User/GameConfig/SNCP8P.ini | 26 +- Data/User/GameConfig/SNDE20.ini | 29 +- Data/User/GameConfig/SNJE69.ini | 82 +- Data/User/GameConfig/SNJP69.ini | 38 +- Data/User/GameConfig/SO3EE9.ini | 28 +- Data/User/GameConfig/SO3J99.ini | 28 +- Data/User/GameConfig/SOJE41.ini | 43 +- Data/User/GameConfig/SOJP41.ini | 43 +- Data/User/GameConfig/SOUE01.ini | 51 +- Data/User/GameConfig/SOUJ01.ini | 51 +- Data/User/GameConfig/SOUK01.ini | 51 +- Data/User/GameConfig/SOUP01.ini | 51 +- Data/User/GameConfig/SPDE52.ini | 30 +- Data/User/GameConfig/SPDP52.ini | 30 +- Data/User/GameConfig/SPPEFS.ini | 22 +- Data/User/GameConfig/SPTJEB.ini | 37 +- Data/User/GameConfig/SPVEA4.ini | 46 +- Data/User/GameConfig/SPVPA4.ini | 46 +- Data/User/GameConfig/SPVXA4.ini | 46 +- Data/User/GameConfig/SPVYA4.ini | 46 +- Data/User/GameConfig/SQME52.ini | 28 +- Data/User/GameConfig/SQMP52.ini | 28 +- Data/User/GameConfig/SR5E41.ini | 27 +- Data/User/GameConfig/SRQE41.ini | 30 +- Data/User/GameConfig/SRQP41.ini | 30 +- Data/User/GameConfig/SS3EWR.ini | 28 +- Data/User/GameConfig/SSQE01.ini | 27 +- Data/User/GameConfig/SSQJ01.ini | 27 +- Data/User/GameConfig/SSQP01.ini | 27 +- Data/User/GameConfig/SSRE20.ini | 29 +- Data/User/GameConfig/SSRPXT.ini | 29 +- Data/User/GameConfig/SSZE5G.ini | 30 +- Data/User/GameConfig/STEETR.ini | 28 +- Data/User/GameConfig/STHP8P.ini | 35 +- Data/User/GameConfig/STKE08.ini | 21 +- Data/User/GameConfig/STKJ08.ini | 22 +- Data/User/GameConfig/STKP08.ini | 22 +- Data/User/GameConfig/SUKE01.ini | 49 +- Data/User/GameConfig/SUKJ01.ini | 49 +- Data/User/GameConfig/SUKP01.ini | 49 +- Data/User/GameConfig/SVBE52.ini | 47 +- Data/User/GameConfig/SVBP52.ini | 47 +- Data/User/GameConfig/SVME01.ini | 29 +- Data/User/GameConfig/SVMJ01.ini | 29 +- Data/User/GameConfig/SVMP01.ini | 29 +- Data/User/GameConfig/SWAE52.ini | 22 +- Data/User/GameConfig/SX3J01.ini | 48 +- Data/User/GameConfig/SX3P01.ini | 48 +- Data/User/GameConfig/SX4J01.ini | 31 +- Data/User/GameConfig/SX4P01.ini | 32 +- Data/User/GameConfig/SX8E52.ini | 51 +- Data/User/GameConfig/SXBP52.ini | 21 +- Data/User/GameConfig/SXCE52.ini | 38 +- Data/User/GameConfig/SXCP52.ini | 37 +- Data/User/GameConfig/SXDE52.ini | 26 +- Data/User/GameConfig/SXEE52.ini | 22 +- Data/User/GameConfig/SZAE69.ini | 21 +- Data/User/GameConfig/SZAP69.ini | 22 +- Data/User/GameConfig/SZBE69.ini | 27 +- Data/User/GameConfig/SZBP69.ini | 28 +- Data/User/GameConfig/UGPE01.ini | 26 +- Data/User/GameConfig/UGPP01.ini | 26 +- Data/User/GameConfig/W2MEBB.ini | 24 +- Data/User/GameConfig/W8CEXS.ini | 28 +- Data/User/GameConfig/W8CPXS.ini | 22 +- Data/User/GameConfig/WA4P01.ini | 22 +- Data/User/GameConfig/WALE01.ini | 24 +- Data/User/GameConfig/WAYETJ.ini | 24 +- Data/User/GameConfig/WBLPGD.ini | 24 +- Data/User/GameConfig/WBME01.ini | 30 +- Data/User/GameConfig/WBQE18.ini | 24 +- Data/User/GameConfig/WC6EUP.ini | 22 +- Data/User/GameConfig/WCVENV.ini | 24 +- Data/User/GameConfig/WD9EA4.ini | 22 +- Data/User/GameConfig/WDME01.ini | 25 +- Data/User/GameConfig/WDMP01.ini | 23 +- Data/User/GameConfig/WERP18.ini | 25 +- Data/User/GameConfig/WF4EGD.ini | 37 +- Data/User/GameConfig/WGDEA4.ini | 24 +- Data/User/GameConfig/WGDPA4.ini | 24 +- Data/User/GameConfig/WGOEWG.ini | 25 +- Data/User/GameConfig/WGOPWG.ini | 24 +- Data/User/GameConfig/WGSE08.ini | 22 +- Data/User/GameConfig/WGSP08.ini | 25 +- Data/User/GameConfig/WGYEHN.ini | 25 +- Data/User/GameConfig/WHFETY.ini | 24 +- Data/User/GameConfig/WICPKQ.ini | 24 +- Data/User/GameConfig/WIDEUN.ini | 24 +- Data/User/GameConfig/WILETL.ini | 30 +- Data/User/GameConfig/WIYETL.ini | 24 +- Data/User/GameConfig/WJEEJX.ini | 24 +- Data/User/GameConfig/WKTJA4.ini | 24 +- Data/User/GameConfig/WKTPA4.ini | 24 +- Data/User/GameConfig/WLOEHL.ini | 23 +- Data/User/GameConfig/WLWEHL.ini | 24 +- Data/User/GameConfig/WM8E18.ini | 24 +- Data/User/GameConfig/WMBP01.ini | 27 +- Data/User/GameConfig/WMMEAF.ini | 24 +- Data/User/GameConfig/WOTEM0.ini | 24 +- Data/User/GameConfig/WPCE01.ini | 24 +- Data/User/GameConfig/WPPEXS.ini | 25 +- Data/User/GameConfig/WPPJJF.ini | 30 +- Data/User/GameConfig/WPSE01.ini | 24 +- Data/User/GameConfig/WPYPPY.ini | 22 +- Data/User/GameConfig/WR9E08.ini | 54 +- Data/User/GameConfig/WR9P08.ini | 54 +- Data/User/GameConfig/WRGEHU.ini | 24 +- Data/User/GameConfig/WRIPGD.ini | 24 +- Data/User/GameConfig/WRUPXS.ini | 22 +- Data/User/GameConfig/WRXE08.ini | 54 +- Data/User/GameConfig/WSNE8P.ini | 24 +- Data/User/GameConfig/WTKEGL.ini | 24 +- Data/User/GameConfig/WTRPXS.ini | 23 +- Data/User/GameConfig/WTTPTW.ini | 24 +- Data/User/GameConfig/WTXPJS.ini | 25 +- Data/User/GameConfig/WWRE01.ini | 22 +- Data/User/GameConfig/WZIPTW.ini | 22 +- Data/User/GameConfig/WZPPRZ.ini | 22 +- 1468 files changed, 34313 insertions(+), 16238 deletions(-) create mode 100644 Data/User/GameConfig/CleanFiles.py diff --git a/Data/User/GameConfig/CleanFiles.py b/Data/User/GameConfig/CleanFiles.py new file mode 100644 index 0000000000..fa4532396d --- /dev/null +++ b/Data/User/GameConfig/CleanFiles.py @@ -0,0 +1,112 @@ + +import chardet +import codecs +import os +import glob + +standard_sections = [ + "Core", + "EmuState", + "OnLoad", + "OnFrame", + "ActionReplay", + "Video", + "Video_Settings", + "Video_Enhancements", + "Video_Hacks", + "Speedhacks", +] + +standard_comments = { + "Core": "Values set here will override the main dolphin settings.", + "EmuState": "The Emulation State. 1 is worst, 5 is best, 0 is not set.", + "OnLoad": "Add memory patches to be loaded once on boot here.", + "OnFrame": "Add memory patches to be applied every frame here.", + "ActionReplay": "Add action replay cheats here.", + "Video": "", + "Video_Settings": "", + "Video_Enhancements": "", + "Video_Hacks": "", + "Speedhacks": "", +} + +def normalize_comment(line): + line = line.strip().lstrip('#').lstrip() + if line: + return "# %s" % (line,) + else: + return "" + +def normalize_ini_file(in_, out): + sections = {} + current_section = None + toplevel_comment = "" + wants_comment = False + + for line in in_: + line = line.strip() + + # strip utf8 bom + line = line.lstrip(u'\ufeff') + + if line.startswith('#'): + line = normalize_comment(line) + if current_section is None: + toplevel_comment += line + continue + + if line.startswith('['): + end = line.find(']') + section_name = line[1:end] + if section_name not in standard_sections: + continue + current_section = [] + sections[section_name] = current_section + wants_comment = False + continue + + if current_section is None and line: + raise ValueError("invalid junk") + + if current_section is None: + continue + + if line.startswith('#') and not wants_comment: + continue + + current_section.append(line) + if line: + wants_comment = True + + out.write(toplevel_comment.strip() + "\n\n") + + for section in standard_sections: + lines = '\n'.join(sections.get(section, "")).strip() + comments = standard_comments[section] + + if not lines and not comments: + continue + + out.write("[%s]\n" % (section,)) + if comments: + out.write("# %s\n" % (comments,)) + if lines: + out.write(lines) + out.write('\n') + out.write('\n') + +def main(): + for name in glob.glob("??????.ini"): + in__name = name + out_name = name + '.new' + + in_str = open(in__name, 'r').read() + encoding = chardet.detect(in_str) + + in_ = codecs.open(in__name, 'r', encoding['encoding']) + out = codecs.open(out_name, 'w', 'utf8') + normalize_ini_file(in_, out) + os.rename(out_name, in__name) + +if __name__ == "__main__": + main() diff --git a/Data/User/GameConfig/D43E01.ini b/Data/User/GameConfig/D43E01.ini index 84c24bbd1e..75eeaf1ccb 100644 --- a/Data/User/GameConfig/D43E01.ini +++ b/Data/User/GameConfig/D43E01.ini @@ -1,15 +1,27 @@ # D43E01 - ZELDA OCARINA MULTI PACK -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Minor video glitches when pausing -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/D43J01.ini b/Data/User/GameConfig/D43J01.ini index 3ec6ed9279..03d04723dd 100644 --- a/Data/User/GameConfig/D43J01.ini +++ b/Data/User/GameConfig/D43J01.ini @@ -1,14 +1,21 @@ # D43J01 - ZELDA OCARINA MULTI PACK + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. +$loophack 0x806866E4:word:0x60000000 + [ActionReplay] -[Video] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/D43P01.ini b/Data/User/GameConfig/D43P01.ini index 8fd7906bf1..78e530373c 100644 --- a/Data/User/GameConfig/D43P01.ini +++ b/Data/User/GameConfig/D43P01.ini @@ -1,10 +1,23 @@ # D43P01 - The Legend of Zelda: Ocarina of Time + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 Issues="Dolphin doesn't support soft reset" -EmulationIssues = -[OnFrame]#Add memory patches here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/D43U01.ini b/Data/User/GameConfig/D43U01.ini index 901502281f..a7055cf4a3 100644 --- a/Data/User/GameConfig/D43U01.ini +++ b/Data/User/GameConfig/D43U01.ini @@ -1,10 +1,22 @@ # D43U01 - ZELDA OCARINA MULTI PACK -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/DTLX01.ini b/Data/User/GameConfig/DTLX01.ini index 9b322e6821..6acbb355ba 100644 --- a/Data/User/GameConfig/DTLX01.ini +++ b/Data/User/GameConfig/DTLX01.ini @@ -1,9 +1,20 @@ -# DTLX01 - ACTION REPLAY +# DTLX01 - ACTION REPLAY + [Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/DVDXDV.ini b/Data/User/GameConfig/DVDXDV.ini index f6584fc08c..3495ea4509 100644 --- a/Data/User/GameConfig/DVDXDV.ini +++ b/Data/User/GameConfig/DVDXDV.ini @@ -1,6 +1,18 @@ # DVDXDV - Unknown -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/FABP01.ini b/Data/User/GameConfig/FABP01.ini index 3326ac55cd..ae55208bba 100644 --- a/Data/User/GameConfig/FABP01.ini +++ b/Data/User/GameConfig/FABP01.ini @@ -1,9 +1,22 @@ -# FABP01 - Zelda: Link to Past -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# FABP01 - Zelda: Link to Past + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/FBYE01.ini b/Data/User/GameConfig/FBYE01.ini index e2fd280d27..fc16165b8a 100644 --- a/Data/User/GameConfig/FBYE01.ini +++ b/Data/User/GameConfig/FBYE01.ini @@ -1,8 +1,19 @@ # FBYE01 - Super Mario Bros. 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Can't see graphics -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] \ No newline at end of file + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G2BE5G.ini b/Data/User/GameConfig/G2BE5G.ini index 6c7f2952e2..2c52c6bfa7 100644 --- a/Data/User/GameConfig/G2BE5G.ini +++ b/Data/User/GameConfig/G2BE5G.ini @@ -1,17 +1,30 @@ -# G2BE5G - Black & Bruised -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# G2BE5G - Black & Bruised + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G2BP7D.ini b/Data/User/GameConfig/G2BP7D.ini index c1959c3d87..740e665b2e 100644 --- a/Data/User/GameConfig/G2BP7D.ini +++ b/Data/User/GameConfig/G2BP7D.ini @@ -1,17 +1,30 @@ -# G2BP7D - Black & Bruised -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# G2BP7D - Black & Bruised + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G2CE52.ini b/Data/User/GameConfig/G2CE52.ini index 23d9f82c69..da898547ea 100644 --- a/Data/User/GameConfig/G2CE52.ini +++ b/Data/User/GameConfig/G2CE52.ini @@ -1,7 +1,19 @@ # G2CE52 - TC2 US -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G2FE78.ini b/Data/User/GameConfig/G2FE78.ini index 106b53a3ff..5ccb4f19e8 100644 --- a/Data/User/GameConfig/G2FE78.ini +++ b/Data/User/GameConfig/G2FE78.ini @@ -1,10 +1,21 @@ # G2FE78 - Tak 2: The Staff of Dreams -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 04112828 48232224 04344A4C D017021C @@ -16,3 +27,4 @@ $Max JuJu Elements $Have All Cards/All Cards Mixable 00000000 8439A5E0 00000001 001E000A + diff --git a/Data/User/GameConfig/G2GJB2.ini b/Data/User/GameConfig/G2GJB2.ini index 7b50e37855..e67ac98cb5 100644 --- a/Data/User/GameConfig/G2GJB2.ini +++ b/Data/User/GameConfig/G2GJB2.ini @@ -1,6 +1,18 @@ # G2GJB2 - MOBILE SUIT GUNDAM GUNDAMvs.ZGUNDAM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G2ME01.ini b/Data/User/GameConfig/G2ME01.ini index 544966c234..7642adc8ab 100644 --- a/Data/User/GameConfig/G2ME01.ini +++ b/Data/User/GameConfig/G2ME01.ini @@ -1,152 +1,167 @@ -# G2ME01 - Metroid Prime 2 Echoes -[EmuState] -#The Emulation State. -EmulationStateId = 4 -EmulationIssues = EFB to RAM is needed for the scanner/visors to work properly. -[Speedhacks] -0x803758bc=400 -[OnFrame] -[ActionReplay] -$This Code Must Be On! -043BC410 906D0000 -043BC414 88030004 -043BC418 4BC5C1F4 -04018608 483A3E08 -$Infinite Health -4241FD80 000A44BB -4241FD80 000B6000 -$Max Energy Tanks -4241FD80 012B000E -4241FD80 012D000E -$Maximum Missiles -4241FD80 013900FA -$Infinite Missiles -4241FD80 013700FA -$Have Charge Beam -4241FD80 00310001 -4241FD80 00330001 -$Have Dark Beam -4241FD80 0037000F -4241FD80 0039000F -$Have Light Beam -4241FD80 003D000F -4241FD80 003F000F -$Have Annihilator -4241FD80 0043000F -4241FD80 0045000F -$Have Super Missile -4241FD80 00470001 -4241FD80 00490001 -$Have Darkburst -4241FD80 004D0001 -4241FD80 004F0001 -$Have Sunburst -4241FD80 00530001 -4241FD80 00550001 -$Have Sonic Boom -4241FD80 00590001 -4241FD80 005B0001 -$Have Combat Visor -4241FD80 005F0001 -4241FD80 00610001 -$Have Scan Visor -4241FD80 00650001 -4241FD80 00670001 -$Have Dark Visor -4241FD80 006B0001 -4241FD80 006D0001 -$Have Echo Visor -4241FD80 00710001 -4241FD80 00730001 -$Have Varia Suit -4241FD80 00770001 -4241FD80 00790001 -$Have Dark Suit -4241FD80 007D0001 -4241FD80 007F0001 -$Have Light Suit -4241FD80 00830001 -4241FD80 00850001 -$Have Space Jump Boots -4241FD80 00BF0001 -4241FD80 00C10001 -$Have Grapple Beam -4241FD80 00B90001 -4241FD80 00BB0001 -$Have Gravity Boost -4241FD80 00C50001 -4241FD80 00C70001 -$Have Screw Attack -4241FD80 00D10001 -4241FD80 00D30001 -$Have Seeker Missile -4241FD80 00CB0001 -4241FD80 00CD0001 -$Have Morph Ball Power Bomb -4241FD80 01310001 -4241FD80 01330001 -$Have Beam Ammo Expansion -4241FD80 013D000F -4241FD80 013F000F -$Have Sky Temple Key 1 -4241FD80 00DD0001 -4241FD80 00DF0001 -$Have Sky Temple Key 2 -4241FD80 00E30001 -4241FD80 00E50001 -$Have Sky Temple Key 3 -4241FD80 00E90001 -4241FD80 00EB0001 -$Have Agon Temple Key 1 -4241FD80 00EF0001 -4241FD80 00F10001 -$Have Agon Temple Key 2 -4241FD80 00F50001 -4241FD80 00F70001 -$Have Agon Temple Key 3 -4241FD80 00FB0001 -4241FD80 00FD0001 -$Have Torvus Temple Key 1 -4241FD80 01010001 -4241FD80 01030001 -$Have Torvus Temple Key 2 -4241FD80 01070001 -4241FD80 01090001 -$Have Torvus Temple Key 3 -4241FD80 010D0001 -4241FD80 010F0001 -$Have Ing Hive Temple Key 1 -4241FD80 01130001 -4241FD80 01150001 -$Have Ing Hive Temple Key 2 -4241FD80 01190001 -4241FD80 011B0001 -$Have Ing Hive Temple Key 3 -4241FD80 011F0001 -$One Hit Kill -0403DB68 4BFC539C -04002F04 FFC00090 -04002F08 7C1BE050 -04002F0C 2C000010 -04002F10 41820008 -04002F14 EFDEF028 -04002F18 4803AC54 -$Full Logbook -0421166C 4BDF18CC -04002F38 3BE000FF -04002F3C 9BE50004 -04002F40 88050004 -04002F44 4820E72C -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBCopyEnable = True -EFBToTextureEnable = False +# G2ME01 - Metroid Prime 2 Echoes + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = EFB to RAM is needed for the scanner/visors to work properly. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$This Code Must Be On! +043BC410 906D0000 +043BC414 88030004 +043BC418 4BC5C1F4 +04018608 483A3E08 +$Infinite Health +4241FD80 000A44BB +4241FD80 000B6000 +$Max Energy Tanks +4241FD80 012B000E +4241FD80 012D000E +$Maximum Missiles +4241FD80 013900FA +$Infinite Missiles +4241FD80 013700FA +$Have Charge Beam +4241FD80 00310001 +4241FD80 00330001 +$Have Dark Beam +4241FD80 0037000F +4241FD80 0039000F +$Have Light Beam +4241FD80 003D000F +4241FD80 003F000F +$Have Annihilator +4241FD80 0043000F +4241FD80 0045000F +$Have Super Missile +4241FD80 00470001 +4241FD80 00490001 +$Have Darkburst +4241FD80 004D0001 +4241FD80 004F0001 +$Have Sunburst +4241FD80 00530001 +4241FD80 00550001 +$Have Sonic Boom +4241FD80 00590001 +4241FD80 005B0001 +$Have Combat Visor +4241FD80 005F0001 +4241FD80 00610001 +$Have Scan Visor +4241FD80 00650001 +4241FD80 00670001 +$Have Dark Visor +4241FD80 006B0001 +4241FD80 006D0001 +$Have Echo Visor +4241FD80 00710001 +4241FD80 00730001 +$Have Varia Suit +4241FD80 00770001 +4241FD80 00790001 +$Have Dark Suit +4241FD80 007D0001 +4241FD80 007F0001 +$Have Light Suit +4241FD80 00830001 +4241FD80 00850001 +$Have Space Jump Boots +4241FD80 00BF0001 +4241FD80 00C10001 +$Have Grapple Beam +4241FD80 00B90001 +4241FD80 00BB0001 +$Have Gravity Boost +4241FD80 00C50001 +4241FD80 00C70001 +$Have Screw Attack +4241FD80 00D10001 +4241FD80 00D30001 +$Have Seeker Missile +4241FD80 00CB0001 +4241FD80 00CD0001 +$Have Morph Ball Power Bomb +4241FD80 01310001 +4241FD80 01330001 +$Have Beam Ammo Expansion +4241FD80 013D000F +4241FD80 013F000F +$Have Sky Temple Key 1 +4241FD80 00DD0001 +4241FD80 00DF0001 +$Have Sky Temple Key 2 +4241FD80 00E30001 +4241FD80 00E50001 +$Have Sky Temple Key 3 +4241FD80 00E90001 +4241FD80 00EB0001 +$Have Agon Temple Key 1 +4241FD80 00EF0001 +4241FD80 00F10001 +$Have Agon Temple Key 2 +4241FD80 00F50001 +4241FD80 00F70001 +$Have Agon Temple Key 3 +4241FD80 00FB0001 +4241FD80 00FD0001 +$Have Torvus Temple Key 1 +4241FD80 01010001 +4241FD80 01030001 +$Have Torvus Temple Key 2 +4241FD80 01070001 +4241FD80 01090001 +$Have Torvus Temple Key 3 +4241FD80 010D0001 +4241FD80 010F0001 +$Have Ing Hive Temple Key 1 +4241FD80 01130001 +4241FD80 01150001 +$Have Ing Hive Temple Key 2 +4241FD80 01190001 +4241FD80 011B0001 +$Have Ing Hive Temple Key 3 +4241FD80 011F0001 +$One Hit Kill +0403DB68 4BFC539C +04002F04 FFC00090 +04002F08 7C1BE050 +04002F0C 2C000010 +04002F10 41820008 +04002F14 EFDEF028 +04002F18 4803AC54 +$Full Logbook +0421166C 4BDF18CC +04002F38 3BE000FF +04002F3C 9BE50004 +04002F40 88050004 +04002F44 4820E72C + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBCopyEnable = True +EFBToTextureEnable = False + +[Speedhacks] +0x803758bc=400 + diff --git a/Data/User/GameConfig/G2MP01.ini b/Data/User/GameConfig/G2MP01.ini index d4b91a5cbf..340856fe2e 100644 --- a/Data/User/GameConfig/G2MP01.ini +++ b/Data/User/GameConfig/G2MP01.ini @@ -1,152 +1,166 @@ -# G2MP01 - Metroid Prime 2 Echoes -[EmuState] -#The Emulation State. -EmulationStateId = 4 -EmulationIssues = EFB to RAM is needed for the scanner/visors to work properly. -[Speedhacks] -#Patch OSYieldThread to take more time - MP2's idle loop is really stupid. -0x80375c68=400 -[OnFrame] -[ActionReplay] -$Infinite Health -423DDE0C 000A44BB -423DDE0C 000B6000 -$Max Energy Tanks -423DDE0C 012B000E -423DDE0C 012D000E -$Maximum Missiles -423DDE0C 013900FA -$Infinite Missiles -423DDE0C 013700FA -$Moon Jump (Hold B) -3A705F24 00000200 -423DDDFC 00D84101 -$Have Charge Beam -423DDE0C 00310001 -423DDE0C 00330001 -$Have Dark Beam -423DDE0C 00370001 -423DDE0C 00390001 -$Have Light Beam -423DDE0C 003D0001 -423DDE0C 003F0001 -$Have Annihilator -423DDE0C 00430001 -423DDE0C 00450001 -$Have Super Missile -423DDE0C 00470001 -423DDE0C 00490001 -$Have Darkburst -423DDE0C 004D0001 -423DDE0C 004F0001 -$Have Sunburst -423DDE0C 00530001 -423DDE0C 00550001 -$Have Sonic Boom -423DDE0C 00590001 -423DDE0C 005B0001 -$Have Combat Visor -423DDE0C 005F0001 -423DDE0C 00610001 -$Have Scan Visor -423DDE0C 00650001 -423DDE0C 00670001 -$Have Dark Visor -423DDE0C 006B0001 -423DDE0C 006D0001 -$Have Echo Visor -423DDE0C 00710001 -423DDE0C 00730001 -$Have Varia Suit -423DDE0C 00770001 -423DDE0C 00790001 -$Have Dark Suit -423DDE0C 007D0001 -423DDE0C 007F0001 -$Have Light Suit -423DDE0C 00830001 -423DDE0C 00850001 -$Have Space Jump Boots -423DDE0C 00BF0001 -423DDE0C 00C10001 -$Have Grapple Beam -423DDE0C 00B90001 -423DDE0C 00BB0001 -$Have Gravity Boost -423DDE0C 00C50001 -423DDE0C 00C70001 -$Have Screw Attack -423DDE0C 00D10001 -423DDE0C 00D30001 -$Have Seeker Missile -423DDE0C 00CB0001 -423DDE0C 00CD0001 -$Have Morph Ball Power Bomb -423DDE0C 01310001 -423DDE0C 01330001 -$Have Beam Ammo Expansion -423DDE0C 013D000F -423DDE0C 013F000F -$Have Sky Temple Key 1 -423DDE0C 00DD0001 -423DDE0C 00DF0001 -$Have Sky Temple Key 2 -423DDE0C 00E30001 -423DDE0C 00E50001 -$Have Sky Temple Key 3 -423DDE0C 00E90001 -423DDE0C 00EB0001 -$Have Agon Temple Key 1 -423DDE0C 00EF0001 -423DDE0C 00F10001 -$Have Agon Temple Key 2 -423DDE0C 00F50001 -423DDE0C 00F70001 -$Have Agon Temple Key 3 -423DDE0C 00FB0001 -423DDE0C 00FD0001 -$Have Torvus Temple Key 1 -423DDE0C 01010001 -423DDE0C 01030001 -$Have Torvus Temple Key 2 -423DDE0C 01070001 -423DDE0C 01090001 -$Have Torvus Temple Key 3 -423DDE0C 010D0001 -423DDE0C 010F0001 -$Have Ing Hive Temple Key 1 -423DDE0C 01130001 -423DDE0C 01150001 -$Have Ing Hive Temple Key 2 -423DDE0C 01190001 -423DDE0C 011B0001 -$Have Ing Hive Temple Key 3 -423DDE0C 011F0001 -423DDE0C 01210001 -$One Hit Kill -0403DCB8 4BFC524C -04002F04 FFC00090 -04002F08 7C1BE050 -04002F0C 2C000010 -04002F10 41820008 -04002F14 EFDEF028 -04002F18 4803ADA4 -$Full Logbook -04211974 4BDF15C4 -04002F38 3BE000FF -04002F3C 9BE50004 -04002F40 88050004 -04002F44 4820EA34 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBCopyEnable = True -EFBToTextureEnable = False +# G2MP01 - Metroid Prime 2 Echoes + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = EFB to RAM is needed for the scanner/visors to work properly. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Infinite Health +423DDE0C 000A44BB +423DDE0C 000B6000 +$Max Energy Tanks +423DDE0C 012B000E +423DDE0C 012D000E +$Maximum Missiles +423DDE0C 013900FA +$Infinite Missiles +423DDE0C 013700FA +$Moon Jump (Hold B) +3A705F24 00000200 +423DDDFC 00D84101 +$Have Charge Beam +423DDE0C 00310001 +423DDE0C 00330001 +$Have Dark Beam +423DDE0C 00370001 +423DDE0C 00390001 +$Have Light Beam +423DDE0C 003D0001 +423DDE0C 003F0001 +$Have Annihilator +423DDE0C 00430001 +423DDE0C 00450001 +$Have Super Missile +423DDE0C 00470001 +423DDE0C 00490001 +$Have Darkburst +423DDE0C 004D0001 +423DDE0C 004F0001 +$Have Sunburst +423DDE0C 00530001 +423DDE0C 00550001 +$Have Sonic Boom +423DDE0C 00590001 +423DDE0C 005B0001 +$Have Combat Visor +423DDE0C 005F0001 +423DDE0C 00610001 +$Have Scan Visor +423DDE0C 00650001 +423DDE0C 00670001 +$Have Dark Visor +423DDE0C 006B0001 +423DDE0C 006D0001 +$Have Echo Visor +423DDE0C 00710001 +423DDE0C 00730001 +$Have Varia Suit +423DDE0C 00770001 +423DDE0C 00790001 +$Have Dark Suit +423DDE0C 007D0001 +423DDE0C 007F0001 +$Have Light Suit +423DDE0C 00830001 +423DDE0C 00850001 +$Have Space Jump Boots +423DDE0C 00BF0001 +423DDE0C 00C10001 +$Have Grapple Beam +423DDE0C 00B90001 +423DDE0C 00BB0001 +$Have Gravity Boost +423DDE0C 00C50001 +423DDE0C 00C70001 +$Have Screw Attack +423DDE0C 00D10001 +423DDE0C 00D30001 +$Have Seeker Missile +423DDE0C 00CB0001 +423DDE0C 00CD0001 +$Have Morph Ball Power Bomb +423DDE0C 01310001 +423DDE0C 01330001 +$Have Beam Ammo Expansion +423DDE0C 013D000F +423DDE0C 013F000F +$Have Sky Temple Key 1 +423DDE0C 00DD0001 +423DDE0C 00DF0001 +$Have Sky Temple Key 2 +423DDE0C 00E30001 +423DDE0C 00E50001 +$Have Sky Temple Key 3 +423DDE0C 00E90001 +423DDE0C 00EB0001 +$Have Agon Temple Key 1 +423DDE0C 00EF0001 +423DDE0C 00F10001 +$Have Agon Temple Key 2 +423DDE0C 00F50001 +423DDE0C 00F70001 +$Have Agon Temple Key 3 +423DDE0C 00FB0001 +423DDE0C 00FD0001 +$Have Torvus Temple Key 1 +423DDE0C 01010001 +423DDE0C 01030001 +$Have Torvus Temple Key 2 +423DDE0C 01070001 +423DDE0C 01090001 +$Have Torvus Temple Key 3 +423DDE0C 010D0001 +423DDE0C 010F0001 +$Have Ing Hive Temple Key 1 +423DDE0C 01130001 +423DDE0C 01150001 +$Have Ing Hive Temple Key 2 +423DDE0C 01190001 +423DDE0C 011B0001 +$Have Ing Hive Temple Key 3 +423DDE0C 011F0001 +423DDE0C 01210001 +$One Hit Kill +0403DCB8 4BFC524C +04002F04 FFC00090 +04002F08 7C1BE050 +04002F0C 2C000010 +04002F10 41820008 +04002F14 EFDEF028 +04002F18 4803ADA4 +$Full Logbook +04211974 4BDF15C4 +04002F38 3BE000FF +04002F3C 9BE50004 +04002F40 88050004 +04002F44 4820EA34 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBCopyEnable = True +EFBToTextureEnable = False + +[Speedhacks] +0x80375c68=400 + diff --git a/Data/User/GameConfig/G2OE41.ini b/Data/User/GameConfig/G2OE41.ini index 576dc08216..23f8b4175b 100644 --- a/Data/User/GameConfig/G2OE41.ini +++ b/Data/User/GameConfig/G2OE41.ini @@ -1,19 +1,31 @@ -# G2OE41 - PoP:WW -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# G2OE41 - PoP:WW + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G2OP41.ini b/Data/User/GameConfig/G2OP41.ini index 06b5f1d84c..a5b618344d 100644 --- a/Data/User/GameConfig/G2OP41.ini +++ b/Data/User/GameConfig/G2OP41.ini @@ -1,18 +1,31 @@ -# G2OP41 - PoP:WW -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# G2OP41 - PoP:WW + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G2RE52.ini b/Data/User/GameConfig/G2RE52.ini index 36b3a33431..41a77082d6 100644 --- a/Data/User/GameConfig/G2RE52.ini +++ b/Data/User/GameConfig/G2RE52.ini @@ -1,16 +1,28 @@ # G2RE52 - Shrek SuperSlam -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G2TE52.ini b/Data/User/GameConfig/G2TE52.ini index b90db9f401..5f8f7c0fac 100644 --- a/Data/User/GameConfig/G2TE52.ini +++ b/Data/User/GameConfig/G2TE52.ini @@ -1,16 +1,28 @@ # G2TE52 - Tony Hawk's Underground 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G2VE08.ini b/Data/User/GameConfig/G2VE08.ini index 27adfd0e0c..edc895001e 100644 --- a/Data/User/GameConfig/G2VE08.ini +++ b/Data/User/GameConfig/G2VE08.ini @@ -1,18 +1,31 @@ # G2VE08 - Viewtiful Joe 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs xfb real for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/G2VP08.ini b/Data/User/GameConfig/G2VP08.ini index 674f2f5883..ebe59cdf0a 100644 --- a/Data/User/GameConfig/G2VP08.ini +++ b/Data/User/GameConfig/G2VP08.ini @@ -1,18 +1,31 @@ # G2VP08 - Viewtiful Joe 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs xfb real for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/G2XE8P.ini b/Data/User/GameConfig/G2XE8P.ini index 7b7d3620f7..2ed164ba3e 100644 --- a/Data/User/GameConfig/G2XE8P.ini +++ b/Data/User/GameConfig/G2XE8P.ini @@ -1,20 +1,34 @@ -# G2XE8P - SONIC GEMS COLLECTION -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Everything playable with minor glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# G2XE8P - SONIC GEMS COLLECTION + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Everything playable with minor glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/G2XP8P.ini b/Data/User/GameConfig/G2XP8P.ini index cb872941e6..e735673169 100644 --- a/Data/User/GameConfig/G2XP8P.ini +++ b/Data/User/GameConfig/G2XP8P.ini @@ -1,20 +1,34 @@ -# G2XP8P - SONIC GEMS COLLECTION -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Everything playable with minor glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# G2XP8P - SONIC GEMS COLLECTION + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Everything playable with minor glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/G3AD69.ini b/Data/User/GameConfig/G3AD69.ini index 25c92f32f9..a258d48a2b 100644 --- a/Data/User/GameConfig/G3AD69.ini +++ b/Data/User/GameConfig/G3AD69.ini @@ -1,18 +1,31 @@ -# G3AD69 - The Lord of the Rings, The Third Age -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# G3AD69 - The Lord of the Rings, The Third Age + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/G3AE69.ini b/Data/User/GameConfig/G3AE69.ini index ed15e3bbba..a2efff091e 100644 --- a/Data/User/GameConfig/G3AE69.ini +++ b/Data/User/GameConfig/G3AE69.ini @@ -1,18 +1,31 @@ -# G3AE69 - The Lord of the Rings, The Third Age -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# G3AE69 - The Lord of the Rings, The Third Age + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/G3AF69.ini b/Data/User/GameConfig/G3AF69.ini index 4634af6bbd..a2cbb927b0 100644 --- a/Data/User/GameConfig/G3AF69.ini +++ b/Data/User/GameConfig/G3AF69.ini @@ -1,18 +1,31 @@ -# G3AF69 - The Lord of the Rings, The Third Age -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# G3AF69 - The Lord of the Rings, The Third Age + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/G3AP69.ini b/Data/User/GameConfig/G3AP69.ini index 04ea1cba46..8a425af64c 100644 --- a/Data/User/GameConfig/G3AP69.ini +++ b/Data/User/GameConfig/G3AP69.ini @@ -1,18 +1,31 @@ -# G3AP69 - The Lord of the Rings, The Third Age -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# G3AP69 - The Lord of the Rings, The Third Age + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/G3DE6L.ini b/Data/User/GameConfig/G3DE6L.ini index 2ef51679ef..724b3dcee9 100644 --- a/Data/User/GameConfig/G3DE6L.ini +++ b/Data/User/GameConfig/G3DE6L.ini @@ -1,6 +1,18 @@ # G3DE6L - Carmen Sandiego -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G3EE51.ini b/Data/User/GameConfig/G3EE51.ini index 937556503e..c9a6766dab 100644 --- a/Data/User/GameConfig/G3EE51.ini +++ b/Data/User/GameConfig/G3EE51.ini @@ -1,10 +1,22 @@ # G3EE51 - Extreme G3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 EmulationIssues = Black screen. Use an older rev for the game to work like r4727 (r6521 tested) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/G3FE69.ini b/Data/User/GameConfig/G3FE69.ini index 6e902ad0fa..15c8726809 100644 --- a/Data/User/GameConfig/G3FE69.ini +++ b/Data/User/GameConfig/G3FE69.ini @@ -1,22 +1,35 @@ -# G3FE69 - TimeSplitters Future Perfect -[EmuState] -#The Emulation State. -EmulationStateId = 4 -EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Core] -MMU = 1 -BlockMerging = 1 -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video_Hacks] -DlistCachingEnable = False +# G3FE69 - TimeSplitters Future Perfect + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/G3FF69.ini b/Data/User/GameConfig/G3FF69.ini index 37af95e657..4e8894eaa9 100644 --- a/Data/User/GameConfig/G3FF69.ini +++ b/Data/User/GameConfig/G3FF69.ini @@ -1,22 +1,35 @@ -# G3FF69 - TimeSplitters Future Perfect -[EmuState] -#The Emulation State. -EmulationStateId = 4 -EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Core] -MMU = 1 -BlockMerging = 1 -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video_Hacks] -DlistCachingEnable = False +# G3FF69 - TimeSplitters Future Perfect + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/G3FP69.ini b/Data/User/GameConfig/G3FP69.ini index cd74b017bf..ef5d4c9b0c 100644 --- a/Data/User/GameConfig/G3FP69.ini +++ b/Data/User/GameConfig/G3FP69.ini @@ -1,22 +1,35 @@ -# G3FP69 - TimeSplitters Future Perfect -[EmuState] -#The Emulation State. -EmulationStateId = 4 -EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Core] -MMU = 1 -BlockMerging = 1 -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video_Hacks] -DlistCachingEnable = False +# G3FP69 - TimeSplitters Future Perfect + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/G3JEAF.ini b/Data/User/GameConfig/G3JEAF.ini index a9ffc00be2..0f2ef692a3 100644 --- a/Data/User/GameConfig/G3JEAF.ini +++ b/Data/User/GameConfig/G3JEAF.ini @@ -1,7 +1,19 @@ # G3JEAF - CuriousGeorge -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Stuck at memcard check EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G3LE8P.ini b/Data/User/GameConfig/G3LE8P.ini index 88222a8531..25c03e7851 100644 --- a/Data/User/GameConfig/G3LE8P.ini +++ b/Data/User/GameConfig/G3LE8P.ini @@ -1,15 +1,27 @@ # G3LE8P - Super Monkey Ball Adventures (TM) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G3NJDA.ini b/Data/User/GameConfig/G3NJDA.ini index 1467209886..c6d38e134d 100644 --- a/Data/User/GameConfig/G3NJDA.ini +++ b/Data/User/GameConfig/G3NJDA.ini @@ -1,6 +1,18 @@ # G3NJDA - NARUTO3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G3QEA4.ini b/Data/User/GameConfig/G3QEA4.ini index 34471c842e..ffa4f12f5d 100644 --- a/Data/User/GameConfig/G3QEA4.ini +++ b/Data/User/GameConfig/G3QEA4.ini @@ -1,18 +1,31 @@ -# G3QEA4 - TMNT3 -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# G3QEA4 - TMNT3 + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G3RD52.ini b/Data/User/GameConfig/G3RD52.ini index 826ce9cf01..55bfe8c832 100644 --- a/Data/User/GameConfig/G3RD52.ini +++ b/Data/User/GameConfig/G3RD52.ini @@ -1,11 +1,23 @@ # G3RD52 - Shrek 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 @@ -13,4 +25,4 @@ PH_SZFar = 1 PH_ExtraParam = 0 PH_ZNear = 20 PH_ZFar = 1.99998 -[Gecko] + diff --git a/Data/User/GameConfig/G3RE52.ini b/Data/User/GameConfig/G3RE52.ini index 9c8fe2f404..afbeae56af 100644 --- a/Data/User/GameConfig/G3RE52.ini +++ b/Data/User/GameConfig/G3RE52.ini @@ -1,11 +1,23 @@ # G3RE52 - Shrek 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 @@ -13,4 +25,4 @@ PH_SZFar = 1 PH_ExtraParam = 0 PH_ZNear = 20 PH_ZFar = 1.99998 -[Gecko] + diff --git a/Data/User/GameConfig/G3RF52.ini b/Data/User/GameConfig/G3RF52.ini index f4309889ee..db0e76f319 100644 --- a/Data/User/GameConfig/G3RF52.ini +++ b/Data/User/GameConfig/G3RF52.ini @@ -1,11 +1,23 @@ # G3RF52 - Shrek 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 @@ -13,4 +25,4 @@ PH_SZFar = 1 PH_ExtraParam = 0 PH_ZNear = 20 PH_ZFar = 1.99998 -[Gecko] + diff --git a/Data/User/GameConfig/G3RP52.ini b/Data/User/GameConfig/G3RP52.ini index da409f4bb3..46fca72fbf 100644 --- a/Data/User/GameConfig/G3RP52.ini +++ b/Data/User/GameConfig/G3RP52.ini @@ -1,11 +1,23 @@ # G3RP52 - Shrek 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 @@ -13,4 +25,4 @@ PH_SZFar = 1 PH_ExtraParam = 0 PH_ZNear = 20 PH_ZFar = 1.99998 -[Gecko] + diff --git a/Data/User/GameConfig/G3SE41.ini b/Data/User/GameConfig/G3SE41.ini index 534eb3f07a..9fb5a6ad76 100644 --- a/Data/User/GameConfig/G3SE41.ini +++ b/Data/User/GameConfig/G3SE41.ini @@ -1,10 +1,22 @@ # G3SE41 - BUST A MOVE 3000 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 diff --git a/Data/User/GameConfig/G3VE69.ini b/Data/User/GameConfig/G3VE69.ini index e72770e658..cde58d9779 100644 --- a/Data/User/GameConfig/G3VE69.ini +++ b/Data/User/GameConfig/G3VE69.ini @@ -1,6 +1,18 @@ # G3VE69 - NBA STREET V3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G3XE52.ini b/Data/User/GameConfig/G3XE52.ini index 8e8e7cdd22..3ad55489e4 100644 --- a/Data/User/GameConfig/G3XE52.ini +++ b/Data/User/GameConfig/G3XE52.ini @@ -1,19 +1,31 @@ -# G3XE52 - X-Men: The Official Game -[Core] Values set here will override the main dolphin settings. -MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# G3XE52 - X-Men: The Official Game + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G3XP52.ini b/Data/User/GameConfig/G3XP52.ini index b1d84b720e..8a21202a0c 100644 --- a/Data/User/GameConfig/G3XP52.ini +++ b/Data/User/GameConfig/G3XP52.ini @@ -1,18 +1,31 @@ -# G3XP52 - X-Men: The Official Game -[Core] Values set here will override the main dolphin settings. -MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# G3XP52 - X-Men: The Official Game + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G4AEE9.ini b/Data/User/GameConfig/G4AEE9.ini index 5c4701bb8e..b29ac83737 100644 --- a/Data/User/GameConfig/G4AEE9.ini +++ b/Data/User/GameConfig/G4AEE9.ini @@ -1,20 +1,33 @@ # G4AEE9 - HARVEST MOON - Magical Melody - + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 # !!!WARNING!!! -# Time Does NOT flow with current Release. +# Time Does NOT flow with current Release. # !!!WARNING!!! -EmulationIssues = -[OnFrame]#Add memory patches here. -[Video_Enhancements] -[Video_Hacks] -DlistCachingEnable = False +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/G4BE08.ini b/Data/User/GameConfig/G4BE08.ini index bf6ea28244..cd4bf707e4 100644 --- a/Data/User/GameConfig/G4BE08.ini +++ b/Data/User/GameConfig/G4BE08.ini @@ -1,9 +1,22 @@ # G4BE08 - resident evil 4 game disc 1 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/G4BP08.ini b/Data/User/GameConfig/G4BP08.ini index bf69ed984f..235331f535 100644 --- a/Data/User/GameConfig/G4BP08.ini +++ b/Data/User/GameConfig/G4BP08.ini @@ -1,9 +1,22 @@ # G4BP08 - resident evil 4 game disc 1 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/G4CE54.ini b/Data/User/GameConfig/G4CE54.ini index e390a0c784..5f70401b87 100644 --- a/Data/User/GameConfig/G4CE54.ini +++ b/Data/User/GameConfig/G4CE54.ini @@ -1,9 +1,21 @@ # G4CE54 - Charlie and The Chocolate Factory -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 UseDualCore = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Don't try DC because high LOAD CPU!!! and with Optimize Quantizers crash" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G4FD69.ini b/Data/User/GameConfig/G4FD69.ini index 529b2e1109..8c57dc3882 100644 --- a/Data/User/GameConfig/G4FD69.ini +++ b/Data/User/GameConfig/G4FD69.ini @@ -1,16 +1,28 @@ # G4FD69 - FIFA 07 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G4FE69.ini b/Data/User/GameConfig/G4FE69.ini index 858c03275b..485caa7141 100644 --- a/Data/User/GameConfig/G4FE69.ini +++ b/Data/User/GameConfig/G4FE69.ini @@ -1,16 +1,28 @@ # G4FE69 - FIFA 07 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G4FF69.ini b/Data/User/GameConfig/G4FF69.ini index d44ff00823..e6afd2c27c 100644 --- a/Data/User/GameConfig/G4FF69.ini +++ b/Data/User/GameConfig/G4FF69.ini @@ -1,16 +1,28 @@ # G4FF69 - FIFA 07 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G4FP69.ini b/Data/User/GameConfig/G4FP69.ini index 858c03275b..485caa7141 100644 --- a/Data/User/GameConfig/G4FP69.ini +++ b/Data/User/GameConfig/G4FP69.ini @@ -1,16 +1,28 @@ # G4FE69 - FIFA 07 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G4GEE9.ini b/Data/User/GameConfig/G4GEE9.ini index 25401724e9..12603608b5 100644 --- a/Data/User/GameConfig/G4GEE9.ini +++ b/Data/User/GameConfig/G4GEE9.ini @@ -1,24 +1,29 @@ # G4GEE9 - Harvest Moon: Another Wonderful Life - NTSC +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -# The Emulation State as of r1062; screen text hidden behind background; essentially non-playable. # Even when text was visible, the font was corrupted so the text was unreadable +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] -#Add memory patches here. +# Add memory patches to be applied every frame here. [ActionReplay] -#Add decrypted action replay cheats here. - -$Infinite Money +# Add action replay cheats here. +$Infinite Money 06C2E569 08000000 050943A8 0098967F -$Infinite Fodder In Barn +$Infinite Fodder In Barn 06C2E56A 08000000 030A3EDC 000003E7 -$Chickens Always Have Feed +$Chickens Always Have Feed 06C2E56B 08000000 03094E46 00005D8A @@ -26,7 +31,7 @@ $All Tools In Shed 04055934 38000091 04055938 98030008 -$All Barn Animals Have Food +$All Barn Animals Have Food 06C2E56D 08000000 01094D8F 00000004 01094D93 00000003 @@ -45,19 +50,20 @@ $All Barn Animals Have Food 01094E37 00000004 01094E3B 00000003 -$Increase Time Speed (D Pad Up) +$Increase Time Speed (D Pad Up) 06C2E56E 08000000 4A3434E6 00000008 1A01245A 00006000 8201245A 00000001 -$Decrease Time Speed (D Pad Down) +$Decrease Time Speed (D Pad Down) 06C2E56F 08000000 4A3434E6 00000004 2201245A 00000000 8201245A 0000FFFF -$Reset Time Speed (D Pad Right) +$Reset Time Speed (D Pad Right) 06C2E570 08000000 0A3434E6 00000002 -04012458 38080014 \ No newline at end of file +04012458 38080014 + diff --git a/Data/User/GameConfig/G4ME69.ini b/Data/User/GameConfig/G4ME69.ini index 05d2935830..357dbb7ca2 100644 --- a/Data/User/GameConfig/G4ME69.ini +++ b/Data/User/GameConfig/G4ME69.ini @@ -1,19 +1,31 @@ -# G4ME69 - The Sims: Bustin Out GameCube -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# G4ME69 - The Sims: Bustin Out GameCube + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G4MP69.ini b/Data/User/GameConfig/G4MP69.ini index f9d25f41a7..05cce1ef8b 100644 --- a/Data/User/GameConfig/G4MP69.ini +++ b/Data/User/GameConfig/G4MP69.ini @@ -1,18 +1,31 @@ -# G4MP69 - The Sims: Bustin Out GameCube -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# G4MP69 - The Sims: Bustin Out GameCube + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G4NJDA.ini b/Data/User/GameConfig/G4NJDA.ini index fd2fc912cf..09858cb884 100644 --- a/Data/User/GameConfig/G4NJDA.ini +++ b/Data/User/GameConfig/G4NJDA.ini @@ -1,11 +1,21 @@ # G4NJDA - NARUTO Gekitou Ninja Taisen! 4 + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Everything unlocked 042232F0 00FFFFFF -002232FC 00002FFF \ No newline at end of file +002232FC 00002FFF + diff --git a/Data/User/GameConfig/G4QE01.ini b/Data/User/GameConfig/G4QE01.ini index a25f1339f9..f4a0eefb4b 100644 --- a/Data/User/GameConfig/G4QE01.ini +++ b/Data/User/GameConfig/G4QE01.ini @@ -1,11 +1,22 @@ # G4QE01 - Mario Soccer -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Press D-Pad Up - Team 1 Wins 4A32C348 00000008 40371238 00003F32 @@ -26,7 +37,7 @@ $Have All Milestone Trophies 03535D54 0000012C 03535D56 000003E8 03535D4E 00000064 + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/G4QP01.ini b/Data/User/GameConfig/G4QP01.ini index a78c574d22..fce075a3df 100644 --- a/Data/User/GameConfig/G4QP01.ini +++ b/Data/User/GameConfig/G4QP01.ini @@ -1,12 +1,23 @@ # G4QP01 - Mario Smash Football +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Needs TLB Hack + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Core] -TLBHack = 1 + diff --git a/Data/User/GameConfig/G4SE01.ini b/Data/User/GameConfig/G4SE01.ini index 154be621c2..c1599c67e2 100644 --- a/Data/User/GameConfig/G4SE01.ini +++ b/Data/User/GameConfig/G4SE01.ini @@ -1,18 +1,30 @@ -# G4SE01 - The Legend of Zelda: Four Swords FOR NINTENDO GAMECUBE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# G4SE01 - The Legend of Zelda: Four Swords FOR NINTENDO GAMECUBE + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G4SP01.ini b/Data/User/GameConfig/G4SP01.ini index 93ebfa67fb..c3a704d7c9 100644 --- a/Data/User/GameConfig/G4SP01.ini +++ b/Data/User/GameConfig/G4SP01.ini @@ -1,100 +1,113 @@ -# G4SP01 - The Legend of Zelda: Four Swords FOR NINTENDO GAMECUBE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] -$Max Health -0658E216 18000000 -0425AB40 38000020 -$Max/Infinite Force Gems -0658E217 18000000 -0423C730 3860270F -$All Adventure Mode Levels Unlocked -0658E218 18000000 -0452A2C8 FFFFFFFF -0452A390 FFFFFFFF -0452A548 FFFFFFFF -$Items Always Level 2 -0658E22C 18000000 -04247BB4 38600002 -$Super Jump -0658E219 18000000 -0455D684 415CCCCD -$Infinite Force Fairies -0658E21A 18000000 -00545660 00000063 -0052A390 00000063 -$Infinite Air -0658E21B 18000000 -04248F40 38030000 -04289A44 38030000 -$Massive Links -0658E21C 18000000 -0426B82C C02200DC -0426B834 C06200DC -0426B844 C00200DC -$Mini Links -0658E21D 18000000 -0426B82C C0220108 -0426B834 C0620108 -0426B844 C0020108 -$More Time On Huge Death Bombs(Press Z) -0658E21E 18000000 -0434A148 3803FFFF -0A52EA28 00000010 -0434A148 38000300 -$Item Codes -0658E21F 15008000 -$Pegasus Boots(D-Pad Left) -0658E220 14710FC0 -0A54BD94 00000001 -04247D04 38600001 -$Lantern(D-Pad Right) -0658E221 14710FC0 -0A54BD94 00000002 -04247D04 38600002 -$Boomerang(D-Pad Up) -0658E222 14710FC0 -0A54BD94 00000008 -04247D04 38600003 -$Bow & Arrows(D-Pad Down) -0658E223 14710FC0 -0A54BD94 00000004 -04247D04 38600004 -$Magic Hammer(L+D-Pad Left) -0658E224 14710FC0 -0A54BD94 00000041 -04247D04 38600005 -$Fire Rod(L+D-Pad Right) -0658E225 14710FC0 -0A54BD94 00000042 -04247D04 38600006 -$Roc's Feather(L+D-Pad) -0658E226 14710FC0 -0A54BD94 00000048 -04247D04 38600007 -$Bombs(L+D-Pad) -0658E227 14710FC0 -0A54BD94 00000044 -04247D04 38600008 -$Shovel(R Button) -0658E228 14710FC0 -0A54BD94 00000020 -04247D04 38600009 -$Slingshot(Z BUtton) -0658E229 14710FC0 -0A54BD94 00000010 -04247D04 3860000A -$Have Blue Bracelet -0658E22A 14710FC0 -0A54BD94 60000000 -$Have Power Bracelet -0658E22B 14710FC0 -0A54BD94 60000000 -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# G4SP01 - The Legend of Zelda: Four Swords FOR NINTENDO GAMECUBE + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Max Health +0658E216 18000000 +0425AB40 38000020 +$Max/Infinite Force Gems +0658E217 18000000 +0423C730 3860270F +$All Adventure Mode Levels Unlocked +0658E218 18000000 +0452A2C8 FFFFFFFF +0452A390 FFFFFFFF +0452A548 FFFFFFFF +$Items Always Level 2 +0658E22C 18000000 +04247BB4 38600002 +$Super Jump +0658E219 18000000 +0455D684 415CCCCD +$Infinite Force Fairies +0658E21A 18000000 +00545660 00000063 +0052A390 00000063 +$Infinite Air +0658E21B 18000000 +04248F40 38030000 +04289A44 38030000 +$Massive Links +0658E21C 18000000 +0426B82C C02200DC +0426B834 C06200DC +0426B844 C00200DC +$Mini Links +0658E21D 18000000 +0426B82C C0220108 +0426B834 C0620108 +0426B844 C0020108 +$More Time On Huge Death Bombs(Press Z) +0658E21E 18000000 +0434A148 3803FFFF +0A52EA28 00000010 +0434A148 38000300 +$Item Codes +0658E21F 15008000 +$Pegasus Boots(D-Pad Left) +0658E220 14710FC0 +0A54BD94 00000001 +04247D04 38600001 +$Lantern(D-Pad Right) +0658E221 14710FC0 +0A54BD94 00000002 +04247D04 38600002 +$Boomerang(D-Pad Up) +0658E222 14710FC0 +0A54BD94 00000008 +04247D04 38600003 +$Bow & Arrows(D-Pad Down) +0658E223 14710FC0 +0A54BD94 00000004 +04247D04 38600004 +$Magic Hammer(L+D-Pad Left) +0658E224 14710FC0 +0A54BD94 00000041 +04247D04 38600005 +$Fire Rod(L+D-Pad Right) +0658E225 14710FC0 +0A54BD94 00000042 +04247D04 38600006 +$Roc's Feather(L+D-Pad) +0658E226 14710FC0 +0A54BD94 00000048 +04247D04 38600007 +$Bombs(L+D-Pad) +0658E227 14710FC0 +0A54BD94 00000044 +04247D04 38600008 +$Shovel(R Button) +0658E228 14710FC0 +0A54BD94 00000020 +04247D04 38600009 +$Slingshot(Z BUtton) +0658E229 14710FC0 +0A54BD94 00000010 +04247D04 3860000A +$Have Blue Bracelet +0658E22A 14710FC0 +0A54BD94 60000000 +$Have Power Bracelet +0658E22B 14710FC0 +0A54BD94 60000000 + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G4ZE69.ini b/Data/User/GameConfig/G4ZE69.ini index 944284cadc..80de27052e 100644 --- a/Data/User/GameConfig/G4ZE69.ini +++ b/Data/User/GameConfig/G4ZE69.ini @@ -1,8 +1,20 @@ # G4ZE69 - The Sims 2 GameCube -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 Issues="Go to menu and select options, then hangs" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G5DE78.ini b/Data/User/GameConfig/G5DE78.ini index 8ec9209c7b..fc2fb3104b 100644 --- a/Data/User/GameConfig/G5DE78.ini +++ b/Data/User/GameConfig/G5DE78.ini @@ -1,16 +1,28 @@ # G5DE78 - Scooby-Doo! Unmasked -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G5DP78.ini b/Data/User/GameConfig/G5DP78.ini index f5ee02af32..d348a374d7 100644 --- a/Data/User/GameConfig/G5DP78.ini +++ b/Data/User/GameConfig/G5DP78.ini @@ -1,16 +1,28 @@ # G5DP78 - Scooby-Doo! Unmasked -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G5SE7D.ini b/Data/User/GameConfig/G5SE7D.ini index eeaed0f7ad..bf87146c77 100644 --- a/Data/User/GameConfig/G5SE7D.ini +++ b/Data/User/GameConfig/G5SE7D.ini @@ -1,18 +1,31 @@ # G5SE7D - Spyro -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Needs efb to Ram for proper lighting. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/G5SP7D.ini b/Data/User/GameConfig/G5SP7D.ini index d972f28a22..b2f061548e 100644 --- a/Data/User/GameConfig/G5SP7D.ini +++ b/Data/User/GameConfig/G5SP7D.ini @@ -1,18 +1,31 @@ # G5SP7D - Spyro -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Needs efb to Ram for proper lighting. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/G63E41.ini b/Data/User/GameConfig/G63E41.ini index b0697f564f..3bab31afca 100644 --- a/Data/User/GameConfig/G63E41.ini +++ b/Data/User/GameConfig/G63E41.ini @@ -1,8 +1,20 @@ # G63E41 - RainbowSix3 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G63P41.ini b/Data/User/GameConfig/G63P41.ini index d5d045fd76..e88a4baf78 100644 --- a/Data/User/GameConfig/G63P41.ini +++ b/Data/User/GameConfig/G63P41.ini @@ -1,8 +1,20 @@ # G63P41 - RainbowSix3 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Needs Projection Hack R844 and Copy EFB to GL texture" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G6FE69.ini b/Data/User/GameConfig/G6FE69.ini index 8cbd764eee..294e24e6d2 100644 --- a/Data/User/GameConfig/G6FE69.ini +++ b/Data/User/GameConfig/G6FE69.ini @@ -1,7 +1,19 @@ # G6FE69 - 2006 FIFA World Cup -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Sound missing in menus game can crash randomly -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G6NE69.ini b/Data/User/GameConfig/G6NE69.ini index e46faccb19..eb190f5af5 100644 --- a/Data/User/GameConfig/G6NE69.ini +++ b/Data/User/GameConfig/G6NE69.ini @@ -1,16 +1,28 @@ # G6NE69 - NBA LIVE 06 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Videos are messed up, skip them. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G6NP69.ini b/Data/User/GameConfig/G6NP69.ini index 50f5f76d98..629b841f10 100644 --- a/Data/User/GameConfig/G6NP69.ini +++ b/Data/User/GameConfig/G6NP69.ini @@ -1,16 +1,28 @@ # G6NP69 - NBA LIVE 06 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Videos are messed up, skip them. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G6QE08.ini b/Data/User/GameConfig/G6QE08.ini index c63e819082..0cf5ae3eaa 100644 --- a/Data/User/GameConfig/G6QE08.ini +++ b/Data/User/GameConfig/G6QE08.ini @@ -1,7 +1,19 @@ # G6QE08 - Megaman Collection -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G6TE5G.ini b/Data/User/GameConfig/G6TE5G.ini index d07f05588d..f1ca6b9c37 100644 --- a/Data/User/GameConfig/G6TE5G.ini +++ b/Data/User/GameConfig/G6TE5G.ini @@ -1,18 +1,31 @@ -# G6TE5G - Teen Titans -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# G6TE5G - Teen Titans + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 2 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G6TP5G.ini b/Data/User/GameConfig/G6TP5G.ini index a26e185d72..6ebfa6fe30 100644 --- a/Data/User/GameConfig/G6TP5G.ini +++ b/Data/User/GameConfig/G6TP5G.ini @@ -1,18 +1,31 @@ -# G6TP5G - Teen Titans -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# G6TP5G - Teen Titans + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 2 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/G89EAF.ini b/Data/User/GameConfig/G89EAF.ini index 40ced894af..f5bc6babc5 100644 --- a/Data/User/GameConfig/G89EAF.ini +++ b/Data/User/GameConfig/G89EAF.ini @@ -1,6 +1,18 @@ # G89EAF - Pac-Man World Rally -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G8FE8P.ini b/Data/User/GameConfig/G8FE8P.ini index 43eef9a46e..e690a7ae2c 100644 --- a/Data/User/GameConfig/G8FE8P.ini +++ b/Data/User/GameConfig/G8FE8P.ini @@ -1,15 +1,27 @@ # G8FE8P - VIRTUA QUEST -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/G8ME01.ini b/Data/User/GameConfig/G8ME01.ini index 24b7019f0c..d768792efe 100644 --- a/Data/User/GameConfig/G8ME01.ini +++ b/Data/User/GameConfig/G8ME01.ini @@ -1,14 +1,21 @@ # G8ME01 - Paper Mario + [Core] -[Speedhacks] -0x8029ccf4=600 -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for BBox (proper graphics). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Mario: Max/Infinite Health 04B07BD0 03E703E7 02B07BEE 000003E7 @@ -38,16 +45,22 @@ $Max Gold 026EE2B8 000003E7 $Max Shop Points 026EE7F0 000003E7 + [Video] UseBBox = 1 ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False EFBToTextureEnable = False EFBCopyEnable = True -[Gecko] + +[Speedhacks] +0x8029ccf4=600 +# Values set here will override the main dolphin settings. + diff --git a/Data/User/GameConfig/G8MJ01.ini b/Data/User/GameConfig/G8MJ01.ini index 33e6dff27c..38d28b756b 100644 --- a/Data/User/GameConfig/G8MJ01.ini +++ b/Data/User/GameConfig/G8MJ01.ini @@ -1,13 +1,27 @@ # G8MJ01 - Paper Mario -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for BBox (proper graphics). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] UseBBox = True + [Video_Hacks] DlistCachingEnable = False EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/G8MP01.ini b/Data/User/GameConfig/G8MP01.ini index 02ac609e04..9c5730b053 100644 --- a/Data/User/GameConfig/G8MP01.ini +++ b/Data/User/GameConfig/G8MP01.ini @@ -1,13 +1,27 @@ # G8MP01 - Paper Mario -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for BBox (proper graphics). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] UseBBox = True + [Video_Hacks] DlistCachingEnable = False EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/G8OJ18.ini b/Data/User/GameConfig/G8OJ18.ini index 2beade6aed..2e40d587e2 100644 --- a/Data/User/GameConfig/G8OJ18.ini +++ b/Data/User/GameConfig/G8OJ18.ini @@ -1,7 +1,19 @@ # G8OJ18 - bobobo-bo bo-bobo -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Bad Sound, Needs to disable or downlevel" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G8SJAF.ini b/Data/User/GameConfig/G8SJAF.ini index 920a7399a2..71a0c10ed3 100644 --- a/Data/User/GameConfig/G8SJAF.ini +++ b/Data/User/GameConfig/G8SJAF.ini @@ -1,8 +1,18 @@ # G8SJAF - battleGC + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G8WE01.ini b/Data/User/GameConfig/G8WE01.ini index 87e2d8e315..5c001e2c52 100644 --- a/Data/User/GameConfig/G8WE01.ini +++ b/Data/User/GameConfig/G8WE01.ini @@ -1,11 +1,22 @@ # G8WE01 - Battalion Wars -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/G8WP01.ini b/Data/User/GameConfig/G8WP01.ini index dedca89e90..f870aa3b52 100644 --- a/Data/User/GameConfig/G8WP01.ini +++ b/Data/User/GameConfig/G8WP01.ini @@ -1,14 +1,23 @@ # G8WP01 - Battalion Wars + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Invincible 0752E977 08000000 04338650 00000001 $Infinite Time 0752E978 08000000 -[Video] \ No newline at end of file + diff --git a/Data/User/GameConfig/G9BEE9.ini b/Data/User/GameConfig/G9BEE9.ini index 2d0ff4a0db..6c92cac199 100644 --- a/Data/User/GameConfig/G9BEE9.ini +++ b/Data/User/GameConfig/G9BEE9.ini @@ -1,6 +1,18 @@ # G9BEE9 - Mark Davis Pro Bass Challenge -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G9RE7D.ini b/Data/User/GameConfig/G9RE7D.ini index a7dbd27bd3..9fd41734bd 100644 --- a/Data/User/GameConfig/G9RE7D.ini +++ b/Data/User/GameConfig/G9RE7D.ini @@ -1,8 +1,20 @@ # G9RE7D - Crash Tag Team Racing -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = May be slow EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/G9SE8P.ini b/Data/User/GameConfig/G9SE8P.ini index 1334d97585..a31485b3aa 100644 --- a/Data/User/GameConfig/G9SE8P.ini +++ b/Data/User/GameConfig/G9SE8P.ini @@ -1,18 +1,31 @@ -# G9SE8P - SONIC HEROES -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use directx11 backend with efb scale set at 1x to deal with black textures ingame. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 +# G9SE8P - SONIC HEROES + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use directx11 backend with efb scale set at 1x to deal with black textures ingame. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 +EFBScale = 2 + diff --git a/Data/User/GameConfig/G9SJ8P.ini b/Data/User/GameConfig/G9SJ8P.ini index 6cd3e893ae..959ed384d9 100644 --- a/Data/User/GameConfig/G9SJ8P.ini +++ b/Data/User/GameConfig/G9SJ8P.ini @@ -1,18 +1,31 @@ -# G9SJ8P - SONIC HEROES -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use directx11 backend with efb scale set at 1x to deal with black textures ingame. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 +# G9SJ8P - SONIC HEROES + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use directx11 backend with efb scale set at 1x to deal with black textures ingame. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 +EFBScale = 2 + diff --git a/Data/User/GameConfig/G9SP8P.ini b/Data/User/GameConfig/G9SP8P.ini index 60f79420ed..dcadf7dda5 100644 --- a/Data/User/GameConfig/G9SP8P.ini +++ b/Data/User/GameConfig/G9SP8P.ini @@ -1,18 +1,31 @@ -# G9SP8P - SONIC HEROES -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use directx11 backend with efb scale set at 1x to deal with black textures ingame. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 +# G9SP8P - SONIC HEROES + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use directx11 backend with efb scale set at 1x to deal with black textures ingame. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 +EFBScale = 2 + diff --git a/Data/User/GameConfig/G9TD52.ini b/Data/User/GameConfig/G9TD52.ini index b82d844554..38e2f5b193 100644 --- a/Data/User/GameConfig/G9TD52.ini +++ b/Data/User/GameConfig/G9TD52.ini @@ -1,18 +1,31 @@ # G9TD52 - Shark Tale -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/G9TE52.ini b/Data/User/GameConfig/G9TE52.ini index 899e3227c5..6e3c8f5e27 100644 --- a/Data/User/GameConfig/G9TE52.ini +++ b/Data/User/GameConfig/G9TE52.ini @@ -1,18 +1,31 @@ # G9TE52 - Shark Tale -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/G9TF52.ini b/Data/User/GameConfig/G9TF52.ini index 90ba7b3830..de061d3e4e 100644 --- a/Data/User/GameConfig/G9TF52.ini +++ b/Data/User/GameConfig/G9TF52.ini @@ -1,18 +1,31 @@ # G9TF52 - Shark Tale -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/G9TI52.ini b/Data/User/GameConfig/G9TI52.ini index 901fc18224..4afc08bec4 100644 --- a/Data/User/GameConfig/G9TI52.ini +++ b/Data/User/GameConfig/G9TI52.ini @@ -1,18 +1,31 @@ # G9TI52 - Shark Tale -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/G9TP52.ini b/Data/User/GameConfig/G9TP52.ini index 2a1d999a03..a9c9add1f9 100644 --- a/Data/User/GameConfig/G9TP52.ini +++ b/Data/User/GameConfig/G9TP52.ini @@ -1,18 +1,31 @@ # G9TP52 - Shark Tale -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/GA2E51.ini b/Data/User/GameConfig/GA2E51.ini index 4d6d863c27..5e2ca7019e 100644 --- a/Data/User/GameConfig/GA2E51.ini +++ b/Data/User/GameConfig/GA2E51.ini @@ -1,7 +1,19 @@ # GA2E51 - All-Star Baseball 2002 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Black screen EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GA3E51.ini b/Data/User/GameConfig/GA3E51.ini index 359b7d26e7..b689a61b32 100644 --- a/Data/User/GameConfig/GA3E51.ini +++ b/Data/User/GameConfig/GA3E51.ini @@ -1,7 +1,19 @@ # GA3E51 - All-Star Baseball 2003 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 EmulationIssues = Black screen -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GA4E51.ini b/Data/User/GameConfig/GA4E51.ini index cc3b9fa191..84f668b615 100644 --- a/Data/User/GameConfig/GA4E51.ini +++ b/Data/User/GameConfig/GA4E51.ini @@ -1,7 +1,19 @@ # GA4E51 - ASB2004 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GA7E70.ini b/Data/User/GameConfig/GA7E70.ini index 39f354b58f..5521773fc2 100644 --- a/Data/User/GameConfig/GA7E70.ini +++ b/Data/User/GameConfig/GA7E70.ini @@ -1,8 +1,20 @@ # GA7E70 - BysBase07 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GABEAF.ini b/Data/User/GameConfig/GABEAF.ini index 24aa333138..7a481f1b3b 100644 --- a/Data/User/GameConfig/GABEAF.ini +++ b/Data/User/GameConfig/GABEAF.ini @@ -1,7 +1,19 @@ # GABEAF - Zatch Bell!: Mamodo Fury -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Need Projection Before R945 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GACE5H.ini b/Data/User/GameConfig/GACE5H.ini index 64a6ce36ae..4046dfdcc9 100644 --- a/Data/User/GameConfig/GACE5H.ini +++ b/Data/User/GameConfig/GACE5H.ini @@ -1,6 +1,18 @@ # GACE5H - Army Men Air Combat -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GAFE01.ini b/Data/User/GameConfig/GAFE01.ini index bd19648ca7..36556e79d4 100644 --- a/Data/User/GameConfig/GAFE01.ini +++ b/Data/User/GameConfig/GAFE01.ini @@ -1,319 +1,330 @@ -# GAFE01 - Animal Crossing NTSC -[EmuState] -#The Emulation State (as of r1027) -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -$Make Game Save Copyable (donny2112) -01522C0A 08000000 -8C091F20 909C0028 -04091F24 4BF70FFC -04002F20 38000004 -04002F24 981C0034 -04002F28 38000000 -04002F2C 4808EFFC -$Weed-Be-Gone Avtivate/Restore (D-Pad Down/Up) (donny2112) -015229BD 08000000 -04002484 4E800020 -04002F10 3CE08128 -04002F14 80A7D720 -04002F18 A0C50000 -04002F1C 2C060008 -04002F20 41820018 -04002F24 2C060009 -04002F28 41820010 -04002F2C 2C06000A -04002F30 41820008 -04002F34 4800000C -04002F38 38C00000 -04002F3C B0C50000 -04002F40 38A50002 -04002F44 54A6043E -04002F48 2806D710 -04002F4C 41820008 -04002F50 4BFFFFC8 -04002F54 4E800020 -4A2070F8 00000004 -0527D720 81279BA8 -04002484 48000A8C -0A2070F8 00000008 -0527D720 00000000 -$Full Song Library (JasonHaffner) -0152368C 08000000 -01279B78 000036FF -$Turnips are Free (donny2112) -015254DD 08000000 -03286880 00000000 -$Turnips Sell for 65535 Bells on all days but Sunday (donny2112) -01526DFE 08000000 -03286882 0005FFFF -$P1 Solid Black (JasonHaffner) -01522449 08000000 -03266434 00000051 -$P2 Infinite Bells (SSBMaster) -0152063E 08000000 -052688EC 000F423F -052A18A0 000F423F -$P3 Infinite Bells (SSBMaster) -01520343 08000000 -0526AD2C 000F423F -052A3CE0 000F434F -$P4 Infinite Bells (SSBMaster) -01521976 08000000 -0526D16C 000F423F -052A6120 000F423F -$P2 Full Bank Account-Post Office (SSBMaster) -015233C3 08000000 -05269A8C 3B9AC9FF -$P3 Full Bank Account-Post Office (SSBMaster) -015270A7 08000000 -0526BECC 3B9AC9FF -$P4 Full Bank Account-Post Office (SSBMaster) -01525D28 08000000 -0526E30C 3B9AC9FF -$P2 100% Full Nooks Catalog (SSBMaster) -0152426E 08000000 -03269950 005BFFFF -03269A14 0013FFFF -$P3 100% Full Nooks Catalog (SSBMaster) -0152374B 08000000 -0326BD90 005BFFFF -0326BE54 0013FFFF -$P4 100% Full Nooks Catalog (SSBMaster) -01524164 08000000 -0326E1D0 005BFFFF -0326E294 0013FFFF -$P2 House Upgrades = 1 Bell (SSBMaster) -01525770 08000000 -352688B0 00000001 -052688F0 00000001 -$P3 House Upgrades = 1 Bell (SSBMaster) -01526612 08000000 -3526ACF0 00000001 -0526AD30 00000001 -$P4 House Upgrades = 1 Bell (SSBMaster) -01523EFC 08000000 -3526D130 00000001 -0526D170 00000001 -$P2 - 100 Bags Worth 10,000 (SSBMaster) -01521A3F 08000000 -046CF5E8 0000270F -$P3 - 100 Bags Worth 10,000 (SSBMaster) -015265ED 08000000 -046D1A28 0000270F -$P4 - 100 Bags Worth 10,000 (SSBMaster) -01527451 08000000 -046D3E68 0000270F -$P2 - 1,000 Bags Worth 30,000 (SSBMaster) -01524075 08000000 -046CF5DC 00007530 -$P3 - 1,000 Bags Worth 30,000 (SSBMaster) -015207B7 08000000 -046D1A1C 00007530 -$P4 - 1,000 Bags Worth 30,000 (SSBMaster) -01522B70 08000000 -046D3E5C 00007530 -$P2 - 10,000 Bags Worth 50,000 (SSBMaster) -01525AC6 08000000 -046CF5E0 0000C350 -$P3 - 10,000 Bags Worth 50,000 (SSBMaster) -01527710 08000000 -046D1A20 0000C350 -$P4 - 10,000 Bags Worth 50,000 (SSBMaster) -01520422 08000000 -046D3E60 0000C350 -$P2 - 30,000 Bags Worth 99,999 (SSBMaster) -01525F8D 08000000 -046CF5E4 0001869F -$P3 - 30,000 Bags Worth 99,999 (SSBMaster) -01520C18 08000000 -046D1A24 0001869F -$P4 - 30,000 Bags Worth 99,999 (SSBMaster) -01523607 08000000 -046D3E64 0001869F -$All Villagers Wear Big Bro's Shirt (JasonHaffner) -01527609 08000000 -00000000 8327E11C -00002496 000F04C4 -$All Villagers Are Bob the Cat (JasonHaffner) -01526E08 08000000 -00000000 8127D839 -00000000 000F0988 -$All Islanders Are Bob the Cat (JasonHaffner) -01524BAC 08000000 -01289841 00000000 -$All NES Games in Lost & Found (JasonHaffner) -01521968 08000000 -052872D0 1DA81DAC -052872D4 1DB01DB4 -052872D8 1DB81DBC -052872DC 1DC01DC4 -052872E0 1DC81DCC -052872E4 1DD01DD4 -052872E8 1DD81DDC -052872EC 1DE01DE4 -052872F0 1DE81DEC -052872F4 1DF01DF4 -$NES Balloon Fight - P1 Infinite Lives (donny2112) -01522488 08000000 -01658FE1 00000009 -$NES Balloon Fight - P2 Infinite Lives (donny2112) -015245C2 08000000 -01658FE2 00000009 -$NES Clu Clu Land - P1 Infinite Lives (donny2112) -01527EEE 08000000 -01659020 00000009 -$NES Clu Clu Land - Max out Clock (C-stick Right) (donny2112) -01523F59 08000000 -BD2F5408 00010000 -03658FCE 00000999 -00000000 40000000 -$NES Clu Clu Land D - P1 Infinite Lives (donny2112) -01527EEE 08000000 -01659020 00000009 -$NES Clu Clu Land D - Max out Clock (C-stick Right) (donny2112) -01526C12 08000000 -BD2F5408 00010000 -03658FC6 00000999 -00000000 40000000 -$NES Donkey Kong - P1 Infinite Lives (donny2112) -01523F81 08000000 -01658FF5 00000009 -$NES Donkey Kong - Jump to get Hammer (Hold A+C-stick Right) (donny2112) -015246D9 08000000 -BD2F5408 00810000 -01659040 00000001 -00000000 40000000 -$NES Donkey Kong 3 - P1 Infinite Lives (donny2112) -01522FF9 08000000 -01659030 00000009 -$NES Donkey Kong Jr. - 1 Infinite Lives (donny2112) -01523D7E 08000000 -01658FEC 00000009 -$NES Excitebike - Never Overheat (SSBMaster) -015222EF 08000000 -01659356 00000000 -$NES Golf - Always on First Stroke (SSBMaster) -01526F6F 08000000 -01658FCC 00000001 -$NES Ice Climber - P1 Infinite Lives (JasonHaffner) -01524E4C 08000000 -01658FC0 00000003 -$NES Ice Climber - P2 Infinite Lives (JasonHaffner) -01522A2C 08000000 -01658FC1 00000003 -$NES Ice Climber - Infinite Bonus Time (donny2112) -01525048 08000000 -0365979A 00004000 -0365979E 00004000 -$NES Legend of Zelda - Have Magical Sword (donny2112) -01521118 08000000 -016595F7 00000003 -$NES Legend of Zelda - Have Silver Arrows, Bow, Red Candle & Infinite Bombs (donny2112) -01527752 08000000 -056595F8 FF020102 -$NES Legend of Zelda - Have Flute, Meat, Red Potion & Magic Wand (donny2112) -01520EA2 08000000 -056595FC 01010201 -$NES Legend of Zelda - Have Raft, Spell Book, Red Ring & Ladder (donny2112) -01527F69 08000000 -05659600 01010201 -$NES Legend of Zelda - Have Lion Key & Power Bracelet (donny2112) -01520ADE 08000000 -03659604 00000101 -$NES Legend of Zelda - Infinite Rupees and Arrows (donny2112) -01520953 08000000 -0165960D 000000FF -$NES Legend of Zelda - Have Magical Boomerang (donny2112) -01523CE4 08000000 -01659615 00000001 -$NES Legend of Zelda - Have Magical Shield (donny2112) -01522114 08000000 -01659616 00000001 -$NES Legend of Zelda - Max Hearts/Invincibility (donny2112) -01521605 08000000 -0165960F 000000FF -$NES Legend of Zelda - Freeze Enemies (C-stick Left) (donny2112) -01527C62 08000000 -BD2F5408 00020000 -0165960C 00000001 -00000000 40000000 -$NES Legend of Zelda - Have All Dungeon Maps & Compasses (donny2112) -01523E2D 08000000 -01659607 000000FF -03659608 0000FFFF -0165960A 000000FF -$NES Legend of Zelda - HAve All Triforce Pieces (SSBMaster) -01523635 08000000 -01659611 000000FF -$NES Legend of Zelda - Turbo Sword (SSBMaster) -01521613 08000000 -0165937D 00000001 -$NES Mario Bros. - P1 Infinite Lives (JasonHaffner) -0152484F 08000000 -01658FE8 00000003 -$NES Mario Bros. - P2 Infinite Lives (JasonHaffner) -015216F2 08000000 -01658FEC 00000003 -$NES Mario Bros. - POW Block Never Shrinks (JasonHaffner) -01521F9C 08000000 -01659010 00000003 -$NES Pinball - P1 Infinite Balls (donny2112) -0152585F 08000000 -016590F1 00000009 -$NES Punch-Out! - Infinite Hearts (donny2112) -0152195A 08000000 -016592C3 00000009 -016592C4 00000009 -$NES Punch-Out! - Infinite Stars (donny2112) -01523894 08000000 -016592E1 00000003 -$NES Punch-Out! - Infinite Health (One hit knock-downs still knock you down) (donny2112) -015272A0 08000000 -01659331 00000060 -03659332 00006060 -$NES Punch-Out! - Knock Down Opponent with one Successful Hit (donny2112) -01526C66 08000000 -05659338 00000000 -$NES Punch-Out! - Reset Timer (D-pad Left) (donny2112) -01521E0F 08000000 -4A2070F8 00000001 -016592A2 00000000 -036592A4 00000001 -$NES Super Mario Bros. - Enable 2nd Quest (donny2112) -01520FF8 08000000 -0165979C 00000001 -$NES Super Mario Bros. - Infinite Lives (donny2112) -01523180 08000000 -016596FA 00000009 -$NES Super Mario Bros. - Invincible (Pass Through Enemies) (donny2112) -01520B59 08000000 -0165973E 00000006 -$NES Super Mario Bros. - Invincible (Kill Enemies) (donny2112) -01523FD2 08000000 -0165973F 00000018 -$NES Super Mario Bros. - Always Big Mario (donny2112) -01522617 08000000 -016596F6 00000001 -$NES Super Mario Bros. - Always Fire Mario (donny2112) -01525F74 08000000 -016596F6 00000002 -$NES Super Mario Bros. - Freeze Timer (donny2112) -0152245E 08000000 -01659727 0000000C -$NES Wario's Woods - Infinite Credits (donny2112) -01523E93 08000000 -0165E60B 00000009 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Core] - +# GAFE01 - Animal Crossing NTSC + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Make Game Save Copyable (donny2112) +01522C0A 08000000 +8C091F20 909C0028 +04091F24 4BF70FFC +04002F20 38000004 +04002F24 981C0034 +04002F28 38000000 +04002F2C 4808EFFC +$Weed-Be-Gone Avtivate/Restore (D-Pad Down/Up) (donny2112) +015229BD 08000000 +04002484 4E800020 +04002F10 3CE08128 +04002F14 80A7D720 +04002F18 A0C50000 +04002F1C 2C060008 +04002F20 41820018 +04002F24 2C060009 +04002F28 41820010 +04002F2C 2C06000A +04002F30 41820008 +04002F34 4800000C +04002F38 38C00000 +04002F3C B0C50000 +04002F40 38A50002 +04002F44 54A6043E +04002F48 2806D710 +04002F4C 41820008 +04002F50 4BFFFFC8 +04002F54 4E800020 +4A2070F8 00000004 +0527D720 81279BA8 +04002484 48000A8C +0A2070F8 00000008 +0527D720 00000000 +$Full Song Library (JasonHaffner) +0152368C 08000000 +01279B78 000036FF +$Turnips are Free (donny2112) +015254DD 08000000 +03286880 00000000 +$Turnips Sell for 65535 Bells on all days but Sunday (donny2112) +01526DFE 08000000 +03286882 0005FFFF +$P1 Solid Black (JasonHaffner) +01522449 08000000 +03266434 00000051 +$P2 Infinite Bells (SSBMaster) +0152063E 08000000 +052688EC 000F423F +052A18A0 000F423F +$P3 Infinite Bells (SSBMaster) +01520343 08000000 +0526AD2C 000F423F +052A3CE0 000F434F +$P4 Infinite Bells (SSBMaster) +01521976 08000000 +0526D16C 000F423F +052A6120 000F423F +$P2 Full Bank Account-Post Office (SSBMaster) +015233C3 08000000 +05269A8C 3B9AC9FF +$P3 Full Bank Account-Post Office (SSBMaster) +015270A7 08000000 +0526BECC 3B9AC9FF +$P4 Full Bank Account-Post Office (SSBMaster) +01525D28 08000000 +0526E30C 3B9AC9FF +$P2 100% Full Nooks Catalog (SSBMaster) +0152426E 08000000 +03269950 005BFFFF +03269A14 0013FFFF +$P3 100% Full Nooks Catalog (SSBMaster) +0152374B 08000000 +0326BD90 005BFFFF +0326BE54 0013FFFF +$P4 100% Full Nooks Catalog (SSBMaster) +01524164 08000000 +0326E1D0 005BFFFF +0326E294 0013FFFF +$P2 House Upgrades = 1 Bell (SSBMaster) +01525770 08000000 +352688B0 00000001 +052688F0 00000001 +$P3 House Upgrades = 1 Bell (SSBMaster) +01526612 08000000 +3526ACF0 00000001 +0526AD30 00000001 +$P4 House Upgrades = 1 Bell (SSBMaster) +01523EFC 08000000 +3526D130 00000001 +0526D170 00000001 +$P2 - 100 Bags Worth 10,000 (SSBMaster) +01521A3F 08000000 +046CF5E8 0000270F +$P3 - 100 Bags Worth 10,000 (SSBMaster) +015265ED 08000000 +046D1A28 0000270F +$P4 - 100 Bags Worth 10,000 (SSBMaster) +01527451 08000000 +046D3E68 0000270F +$P2 - 1,000 Bags Worth 30,000 (SSBMaster) +01524075 08000000 +046CF5DC 00007530 +$P3 - 1,000 Bags Worth 30,000 (SSBMaster) +015207B7 08000000 +046D1A1C 00007530 +$P4 - 1,000 Bags Worth 30,000 (SSBMaster) +01522B70 08000000 +046D3E5C 00007530 +$P2 - 10,000 Bags Worth 50,000 (SSBMaster) +01525AC6 08000000 +046CF5E0 0000C350 +$P3 - 10,000 Bags Worth 50,000 (SSBMaster) +01527710 08000000 +046D1A20 0000C350 +$P4 - 10,000 Bags Worth 50,000 (SSBMaster) +01520422 08000000 +046D3E60 0000C350 +$P2 - 30,000 Bags Worth 99,999 (SSBMaster) +01525F8D 08000000 +046CF5E4 0001869F +$P3 - 30,000 Bags Worth 99,999 (SSBMaster) +01520C18 08000000 +046D1A24 0001869F +$P4 - 30,000 Bags Worth 99,999 (SSBMaster) +01523607 08000000 +046D3E64 0001869F +$All Villagers Wear Big Bro's Shirt (JasonHaffner) +01527609 08000000 +00000000 8327E11C +00002496 000F04C4 +$All Villagers Are Bob the Cat (JasonHaffner) +01526E08 08000000 +00000000 8127D839 +00000000 000F0988 +$All Islanders Are Bob the Cat (JasonHaffner) +01524BAC 08000000 +01289841 00000000 +$All NES Games in Lost & Found (JasonHaffner) +01521968 08000000 +052872D0 1DA81DAC +052872D4 1DB01DB4 +052872D8 1DB81DBC +052872DC 1DC01DC4 +052872E0 1DC81DCC +052872E4 1DD01DD4 +052872E8 1DD81DDC +052872EC 1DE01DE4 +052872F0 1DE81DEC +052872F4 1DF01DF4 +$NES Balloon Fight - P1 Infinite Lives (donny2112) +01522488 08000000 +01658FE1 00000009 +$NES Balloon Fight - P2 Infinite Lives (donny2112) +015245C2 08000000 +01658FE2 00000009 +$NES Clu Clu Land - P1 Infinite Lives (donny2112) +01527EEE 08000000 +01659020 00000009 +$NES Clu Clu Land - Max out Clock (C-stick Right) (donny2112) +01523F59 08000000 +BD2F5408 00010000 +03658FCE 00000999 +00000000 40000000 +$NES Clu Clu Land D - P1 Infinite Lives (donny2112) +01527EEE 08000000 +01659020 00000009 +$NES Clu Clu Land D - Max out Clock (C-stick Right) (donny2112) +01526C12 08000000 +BD2F5408 00010000 +03658FC6 00000999 +00000000 40000000 +$NES Donkey Kong - P1 Infinite Lives (donny2112) +01523F81 08000000 +01658FF5 00000009 +$NES Donkey Kong - Jump to get Hammer (Hold A+C-stick Right) (donny2112) +015246D9 08000000 +BD2F5408 00810000 +01659040 00000001 +00000000 40000000 +$NES Donkey Kong 3 - P1 Infinite Lives (donny2112) +01522FF9 08000000 +01659030 00000009 +$NES Donkey Kong Jr. - 1 Infinite Lives (donny2112) +01523D7E 08000000 +01658FEC 00000009 +$NES Excitebike - Never Overheat (SSBMaster) +015222EF 08000000 +01659356 00000000 +$NES Golf - Always on First Stroke (SSBMaster) +01526F6F 08000000 +01658FCC 00000001 +$NES Ice Climber - P1 Infinite Lives (JasonHaffner) +01524E4C 08000000 +01658FC0 00000003 +$NES Ice Climber - P2 Infinite Lives (JasonHaffner) +01522A2C 08000000 +01658FC1 00000003 +$NES Ice Climber - Infinite Bonus Time (donny2112) +01525048 08000000 +0365979A 00004000 +0365979E 00004000 +$NES Legend of Zelda - Have Magical Sword (donny2112) +01521118 08000000 +016595F7 00000003 +$NES Legend of Zelda - Have Silver Arrows, Bow, Red Candle & Infinite Bombs (donny2112) +01527752 08000000 +056595F8 FF020102 +$NES Legend of Zelda - Have Flute, Meat, Red Potion & Magic Wand (donny2112) +01520EA2 08000000 +056595FC 01010201 +$NES Legend of Zelda - Have Raft, Spell Book, Red Ring & Ladder (donny2112) +01527F69 08000000 +05659600 01010201 +$NES Legend of Zelda - Have Lion Key & Power Bracelet (donny2112) +01520ADE 08000000 +03659604 00000101 +$NES Legend of Zelda - Infinite Rupees and Arrows (donny2112) +01520953 08000000 +0165960D 000000FF +$NES Legend of Zelda - Have Magical Boomerang (donny2112) +01523CE4 08000000 +01659615 00000001 +$NES Legend of Zelda - Have Magical Shield (donny2112) +01522114 08000000 +01659616 00000001 +$NES Legend of Zelda - Max Hearts/Invincibility (donny2112) +01521605 08000000 +0165960F 000000FF +$NES Legend of Zelda - Freeze Enemies (C-stick Left) (donny2112) +01527C62 08000000 +BD2F5408 00020000 +0165960C 00000001 +00000000 40000000 +$NES Legend of Zelda - Have All Dungeon Maps & Compasses (donny2112) +01523E2D 08000000 +01659607 000000FF +03659608 0000FFFF +0165960A 000000FF +$NES Legend of Zelda - HAve All Triforce Pieces (SSBMaster) +01523635 08000000 +01659611 000000FF +$NES Legend of Zelda - Turbo Sword (SSBMaster) +01521613 08000000 +0165937D 00000001 +$NES Mario Bros. - P1 Infinite Lives (JasonHaffner) +0152484F 08000000 +01658FE8 00000003 +$NES Mario Bros. - P2 Infinite Lives (JasonHaffner) +015216F2 08000000 +01658FEC 00000003 +$NES Mario Bros. - POW Block Never Shrinks (JasonHaffner) +01521F9C 08000000 +01659010 00000003 +$NES Pinball - P1 Infinite Balls (donny2112) +0152585F 08000000 +016590F1 00000009 +$NES Punch-Out! - Infinite Hearts (donny2112) +0152195A 08000000 +016592C3 00000009 +016592C4 00000009 +$NES Punch-Out! - Infinite Stars (donny2112) +01523894 08000000 +016592E1 00000003 +$NES Punch-Out! - Infinite Health (One hit knock-downs still knock you down) (donny2112) +015272A0 08000000 +01659331 00000060 +03659332 00006060 +$NES Punch-Out! - Knock Down Opponent with one Successful Hit (donny2112) +01526C66 08000000 +05659338 00000000 +$NES Punch-Out! - Reset Timer (D-pad Left) (donny2112) +01521E0F 08000000 +4A2070F8 00000001 +016592A2 00000000 +036592A4 00000001 +$NES Super Mario Bros. - Enable 2nd Quest (donny2112) +01520FF8 08000000 +0165979C 00000001 +$NES Super Mario Bros. - Infinite Lives (donny2112) +01523180 08000000 +016596FA 00000009 +$NES Super Mario Bros. - Invincible (Pass Through Enemies) (donny2112) +01520B59 08000000 +0165973E 00000006 +$NES Super Mario Bros. - Invincible (Kill Enemies) (donny2112) +01523FD2 08000000 +0165973F 00000018 +$NES Super Mario Bros. - Always Big Mario (donny2112) +01522617 08000000 +016596F6 00000001 +$NES Super Mario Bros. - Always Fire Mario (donny2112) +01525F74 08000000 +016596F6 00000002 +$NES Super Mario Bros. - Freeze Timer (donny2112) +0152245E 08000000 +01659727 0000000C +$NES Wario's Woods - Infinite Credits (donny2112) +01523E93 08000000 +0165E60B 00000009 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GAFJ01.ini b/Data/User/GameConfig/GAFJ01.ini index 5e3a64f473..dff5e663b7 100644 --- a/Data/User/GameConfig/GAFJ01.ini +++ b/Data/User/GameConfig/GAFJ01.ini @@ -1,19 +1,30 @@ -# GAFJ01 - Doubutsu no Mori Plus -[EmuState] -#The Emulation State -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Core] - +# GAFJ01 - Doubutsu no Mori Plus + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GAFP01.ini b/Data/User/GameConfig/GAFP01.ini index d3ba2f99fc..5870da1fa6 100644 --- a/Data/User/GameConfig/GAFP01.ini +++ b/Data/User/GameConfig/GAFP01.ini @@ -1,19 +1,30 @@ -# GAFP01 - Animal Crossing -[EmuState] -#The Emulation State -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Core] - +# GAFP01 - Animal Crossing + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GAFU01.ini b/Data/User/GameConfig/GAFU01.ini index 990f09d3cb..71c16b8b6d 100644 --- a/Data/User/GameConfig/GAFU01.ini +++ b/Data/User/GameConfig/GAFU01.ini @@ -1,19 +1,30 @@ -# GAFU01 - Animal Crossing -[EmuState] -#The Emulation State -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Core] - +# GAFU01 - Animal Crossing + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GAGP70.ini b/Data/User/GameConfig/GAGP70.ini index cbbe76fc23..8562cc9ecb 100644 --- a/Data/User/GameConfig/GAGP70.ini +++ b/Data/User/GameConfig/GAGP70.ini @@ -1,7 +1,19 @@ # GAGP70 - Asterix & Obelix XXL -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GAHEGG.ini b/Data/User/GameConfig/GAHEGG.ini index 7bfaa52174..56a780be1f 100644 --- a/Data/User/GameConfig/GAHEGG.ini +++ b/Data/User/GameConfig/GAHEGG.ini @@ -1,16 +1,27 @@ # GAHEGG - Alien Hominid -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Use direct3d11 or opengl (r7473). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Video_Settings] -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GALE01.ini b/Data/User/GameConfig/GALE01.ini index 436dff7eef..6125386d86 100644 --- a/Data/User/GameConfig/GALE01.ini +++ b/Data/User/GameConfig/GALE01.ini @@ -1,10 +1,21 @@ # GALE01 - Super Smash Bros Melee -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $All 293 trophies 00087EF5 08000000 0245A3C8 00000125 @@ -203,13 +214,15 @@ $player 3 gets two AI clones. 04002F08 00000002 $player 4 gets two AI clones. 04002F0C 00000002 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +PH_ZNear = +PH_ZFar = + [Video_Settings] EFBScale = -1 -[Gecko] + diff --git a/Data/User/GameConfig/GALJ01.ini b/Data/User/GameConfig/GALJ01.ini index f50aa54642..9767faf6fe 100644 --- a/Data/User/GameConfig/GALJ01.ini +++ b/Data/User/GameConfig/GALJ01.ini @@ -1,17 +1,30 @@ # GALJ01 - Super Smash Bros Melee -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +PH_ZNear = +PH_ZFar = + [Video_Settings] EFBScale = -1 -[Gecko] + diff --git a/Data/User/GameConfig/GALP01.ini b/Data/User/GameConfig/GALP01.ini index 226cd4d9da..cced99ea57 100644 --- a/Data/User/GameConfig/GALP01.ini +++ b/Data/User/GameConfig/GALP01.ini @@ -1,10 +1,21 @@ # GALP01 - SUPER SMASH BROS. Melee + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $P1 - No Damage 04443E80 00000000 $P2 - No Damage @@ -96,15 +107,15 @@ $Dusk jungle level 044C7FC4 00001C02 $Debug Menu 024C7BC4 00000602 -[Core] + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +PH_ZNear = +PH_ZFar = + [Video_Settings] EFBScale = -1 -[Gecko] diff --git a/Data/User/GameConfig/GAME5H.ini b/Data/User/GameConfig/GAME5H.ini index 67acf1a51c..6682988aa1 100644 --- a/Data/User/GameConfig/GAME5H.ini +++ b/Data/User/GameConfig/GAME5H.ini @@ -1,6 +1,18 @@ # GAME5H - Army Men Sarge's War -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GANE7U.ini b/Data/User/GameConfig/GANE7U.ini index b5522c64e9..82f4c0e2dc 100644 --- a/Data/User/GameConfig/GANE7U.ini +++ b/Data/User/GameConfig/GANE7U.ini @@ -1,9 +1,21 @@ # GANE7U - Animaniacs -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 Issues="TLB Error" -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GAPE52.ini b/Data/User/GameConfig/GAPE52.ini index 32c9d41f23..0203c1bfdd 100644 --- a/Data/User/GameConfig/GAPE52.ini +++ b/Data/User/GameConfig/GAPE52.ini @@ -1,8 +1,20 @@ # GAPE52 - American Chopper 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 Issues="Graphics Glitches" EmulationIssues = Stuck at loading screen -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GAQE6S.ini b/Data/User/GameConfig/GAQE6S.ini index 663adbe52b..a296203f68 100644 --- a/Data/User/GameConfig/GAQE6S.ini +++ b/Data/User/GameConfig/GAQE6S.ini @@ -1,6 +1,18 @@ # GAQE6S - Aquaman: Battle for Atlantis -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GARE5H.ini b/Data/User/GameConfig/GARE5H.ini index b88475b865..221b7f25b3 100644 --- a/Data/User/GameConfig/GARE5H.ini +++ b/Data/User/GameConfig/GARE5H.ini @@ -1,11 +1,23 @@ # GARE5H - Army Men : RTS -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GATE51.ini b/Data/User/GameConfig/GATE51.ini index f5065badfb..15b3859501 100644 --- a/Data/User/GameConfig/GATE51.ini +++ b/Data/User/GameConfig/GATE51.ini @@ -1,7 +1,19 @@ # GATE51 - ATV: Quad Power Racing 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad sound in some areas -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GATP51.ini b/Data/User/GameConfig/GATP51.ini index 23dd87da9b..413a02f9f8 100644 --- a/Data/User/GameConfig/GATP51.ini +++ b/Data/User/GameConfig/GATP51.ini @@ -1,6 +1,18 @@ # GATP51 - ATV: Quad Power Racing 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GAUE08.ini b/Data/User/GameConfig/GAUE08.ini index 27e9e69b3d..d5583f5724 100644 --- a/Data/User/GameConfig/GAUE08.ini +++ b/Data/User/GameConfig/GAUE08.ini @@ -1,66 +1,79 @@ -# GAUE08 - auto modellista -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[ActionReplay] Add action replay cheats here. -$Max Total Races Played -021B301C 0000270F -$Low Total Play Time -041B3018 00000000 -$Max Total Play Time -041B3018 80BF0000 -$Max 1st Places -021B301E 0000270F -$Max 2nd Places -021B3020 0000270F -$No 2nd Places -021B3020 00000000 -$Max 3rd Places -021B3022 0000270F -$No 3rd Places -021B3022 00000000 -$Max 4th+ Places -021B3024 0000270F -$No 4th+ Places -021B3024 00000000 -$No Top Speed/No Shifting Needed -3A1EA826 00000020 -04205CC0 00000000 -$C-Stick Sends Car 1 Back To Start -3A1EA826 00000080 -00206704 00000000 -$C-Stick Sends Car 2 Back To Start -3A1EA826 00000080 -00207264 00000000 -$C-Stick Sends Car 3 Back To Start -3A1EA826 00000080 -00207DC4 00000000 -$C-Stick Sends Car 4 Back To Start -3A1EA826 00000080 -00208924 00000000 -$C-Stick Sends Car 5 Back To Start -3A1EA826 00000080 -00209484 00000000 -$C-Stick Sends Car 6 Back To Start -3A1EA826 00000080 -00209FE4 00000000 -$C-Stick Sends Car 7 Back To Start -3A1EA826 00000080 -0020AB44 00000000 -$C-Stick Sends All Car Back To Start -7A1EA826 00000080 -00000000 80206704 -00000000 00070B60 -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Gecko] +# GAUE08 - auto modellista + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Max Total Races Played +021B301C 0000270F +$Low Total Play Time +041B3018 00000000 +$Max Total Play Time +041B3018 80BF0000 +$Max 1st Places +021B301E 0000270F +$Max 2nd Places +021B3020 0000270F +$No 2nd Places +021B3020 00000000 +$Max 3rd Places +021B3022 0000270F +$No 3rd Places +021B3022 00000000 +$Max 4th+ Places +021B3024 0000270F +$No 4th+ Places +021B3024 00000000 +$No Top Speed/No Shifting Needed +3A1EA826 00000020 +04205CC0 00000000 +$C-Stick Sends Car 1 Back To Start +3A1EA826 00000080 +00206704 00000000 +$C-Stick Sends Car 2 Back To Start +3A1EA826 00000080 +00207264 00000000 +$C-Stick Sends Car 3 Back To Start +3A1EA826 00000080 +00207DC4 00000000 +$C-Stick Sends Car 4 Back To Start +3A1EA826 00000080 +00208924 00000000 +$C-Stick Sends Car 5 Back To Start +3A1EA826 00000080 +00209484 00000000 +$C-Stick Sends Car 6 Back To Start +3A1EA826 00000080 +00209FE4 00000000 +$C-Stick Sends Car 7 Back To Start +3A1EA826 00000080 +0020AB44 00000000 +$C-Stick Sends All Car Back To Start +7A1EA826 00000080 +00000000 80206704 +00000000 00070B60 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/GAUJ08.ini b/Data/User/GameConfig/GAUJ08.ini index e50492df00..398937625a 100644 --- a/Data/User/GameConfig/GAUJ08.ini +++ b/Data/User/GameConfig/GAUJ08.ini @@ -1,18 +1,31 @@ -# GAUJ08 - auto modellista -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[ActionReplay] Add action replay cheats here. -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Gecko] +# GAUJ08 - auto modellista + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/GAVE78.ini b/Data/User/GameConfig/GAVE78.ini index 9dfbf912ee..1b4d29a215 100644 --- a/Data/User/GameConfig/GAVE78.ini +++ b/Data/User/GameConfig/GAVE78.ini @@ -1,14 +1,26 @@ -# GAVE78 - Avatar 06 -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# GAVE78 - Avatar 06 + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GAVP78.ini b/Data/User/GameConfig/GAVP78.ini index 2ee27ffcf6..cc6301916d 100644 --- a/Data/User/GameConfig/GAVP78.ini +++ b/Data/User/GameConfig/GAVP78.ini @@ -1,18 +1,31 @@ -# GAVP78 - Avatar: The Legend of Aang -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GAVP78 - Avatar: The Legend of Aang + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GAVY78.ini b/Data/User/GameConfig/GAVY78.ini index 07834aecc4..e40222d155 100644 --- a/Data/User/GameConfig/GAVY78.ini +++ b/Data/User/GameConfig/GAVY78.ini @@ -1,18 +1,31 @@ -# GAVE78 - Avatar: The Legend of Aang -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GAVE78 - Avatar: The Legend of Aang + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GAXE5D.ini b/Data/User/GameConfig/GAXE5D.ini index 6c9c6a4532..53cca13ea6 100644 --- a/Data/User/GameConfig/GAXE5D.ini +++ b/Data/User/GameConfig/GAXE5D.ini @@ -1,16 +1,28 @@ # GAXE5D - The Ant Bully -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GAZD69.ini b/Data/User/GameConfig/GAZD69.ini index c8516a71ea..a36543dd5e 100644 --- a/Data/User/GameConfig/GAZD69.ini +++ b/Data/User/GameConfig/GAZD69.ini @@ -1,16 +1,28 @@ # GAZD69 - Harry Potter : POA -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GAZE69.ini b/Data/User/GameConfig/GAZE69.ini index 0e84a9479a..a9d537207d 100644 --- a/Data/User/GameConfig/GAZE69.ini +++ b/Data/User/GameConfig/GAZE69.ini @@ -1,16 +1,28 @@ # GAZE69 - Harry Potter : POA -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GAZF69.ini b/Data/User/GameConfig/GAZF69.ini index e933511c09..1b4d42b5ff 100644 --- a/Data/User/GameConfig/GAZF69.ini +++ b/Data/User/GameConfig/GAZF69.ini @@ -1,16 +1,28 @@ # GAZF69 - Harry Potter : POA -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GAZH69.ini b/Data/User/GameConfig/GAZH69.ini index f00c317941..e2dc3beebe 100644 --- a/Data/User/GameConfig/GAZH69.ini +++ b/Data/User/GameConfig/GAZH69.ini @@ -1,16 +1,28 @@ # GAZH69 - Harry Potter : POA -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GAZI69.ini b/Data/User/GameConfig/GAZI69.ini index 2e56ee50ec..b6867cfdd4 100644 --- a/Data/User/GameConfig/GAZI69.ini +++ b/Data/User/GameConfig/GAZI69.ini @@ -1,16 +1,28 @@ # GAZI69 - Harry Potter : POA -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GAZJ69.ini b/Data/User/GameConfig/GAZJ69.ini index 91a6e20741..57980290a4 100644 --- a/Data/User/GameConfig/GAZJ69.ini +++ b/Data/User/GameConfig/GAZJ69.ini @@ -1,16 +1,28 @@ # GAZJ69 - Harry Potter to Azkaban no Shuujin -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GAZM69.ini b/Data/User/GameConfig/GAZM69.ini index edcde989b1..e74366de95 100644 --- a/Data/User/GameConfig/GAZM69.ini +++ b/Data/User/GameConfig/GAZM69.ini @@ -1,16 +1,28 @@ # GAZM69 - Harry Potter : POA -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GAZP69.ini b/Data/User/GameConfig/GAZP69.ini index 62e235c67b..83ffb21413 100644 --- a/Data/User/GameConfig/GAZP69.ini +++ b/Data/User/GameConfig/GAZP69.ini @@ -1,16 +1,28 @@ # GAZP69 - Harry Potter : POA -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GAZS69.ini b/Data/User/GameConfig/GAZS69.ini index 493976126f..bc1146c09a 100644 --- a/Data/User/GameConfig/GAZS69.ini +++ b/Data/User/GameConfig/GAZS69.ini @@ -1,16 +1,28 @@ # GAZS69 - Harry Potter : POA -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GB3E51.ini b/Data/User/GameConfig/GB3E51.ini index 253babd8c0..e31331af7e 100644 --- a/Data/User/GameConfig/GB3E51.ini +++ b/Data/User/GameConfig/GB3E51.ini @@ -1,6 +1,18 @@ # GB3E51 - BMX XXX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GB4E51.ini b/Data/User/GameConfig/GB4E51.ini index 0926bb8e1d..c408831228 100644 --- a/Data/User/GameConfig/GB4E51.ini +++ b/Data/User/GameConfig/GB4E51.ini @@ -1,10 +1,21 @@ # GB4E51 - Burnout 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Boost 04220D04 42C80000 $Offensive Driving Complete @@ -53,6 +64,7 @@ $Unlock Custom Muscle 041EDB88 00000000 $Unlock Custom SUV 041EDB8C 00000000 + [Video] ProjectionHack = 0 diff --git a/Data/User/GameConfig/GB4P51.ini b/Data/User/GameConfig/GB4P51.ini index 141bf12cf2..6fbd737630 100644 --- a/Data/User/GameConfig/GB4P51.ini +++ b/Data/User/GameConfig/GB4P51.ini @@ -1,9 +1,22 @@ # GB4P51 - Burnout 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GBDE5G.ini b/Data/User/GameConfig/GBDE5G.ini index d3c0cd6f6f..f79647e4c6 100644 --- a/Data/User/GameConfig/GBDE5G.ini +++ b/Data/User/GameConfig/GBDE5G.ini @@ -1,7 +1,19 @@ # GBDE5G - BloodRayne -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Sometimes slow -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GBDS7D.ini b/Data/User/GameConfig/GBDS7D.ini index 39f64b4e1f..ed913f9981 100644 --- a/Data/User/GameConfig/GBDS7D.ini +++ b/Data/User/GameConfig/GBDS7D.ini @@ -1,7 +1,19 @@ # GBDS7D - BloodRayne -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Graphics glitches" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GBFE70.ini b/Data/User/GameConfig/GBFE70.ini index 2e897af7a3..b733ec54d7 100644 --- a/Data/User/GameConfig/GBFE70.ini +++ b/Data/User/GameConfig/GBFE70.ini @@ -1,7 +1,19 @@ # GBFE70 - Backyard Football -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Sound don't work -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GBGE5G.ini b/Data/User/GameConfig/GBGE5G.ini index 9e7d8dec99..7edd5b8d0c 100644 --- a/Data/User/GameConfig/GBGE5G.ini +++ b/Data/User/GameConfig/GBGE5G.ini @@ -1,15 +1,27 @@ # GBGE5G - Bomberman Generation -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GBGP7D.ini b/Data/User/GameConfig/GBGP7D.ini index f721d7e721..a61d279b32 100644 --- a/Data/User/GameConfig/GBGP7D.ini +++ b/Data/User/GameConfig/GBGP7D.ini @@ -1,10 +1,22 @@ # GBGP7D - Bomberman Generation -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GBHDC8.ini b/Data/User/GameConfig/GBHDC8.ini index dbc0e46f56..95458c33de 100644 --- a/Data/User/GameConfig/GBHDC8.ini +++ b/Data/User/GameConfig/GBHDC8.ini @@ -1,18 +1,31 @@ # GBHDC8 - Mystic Heroes + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State (as of Dolphin r1027) +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real xfb for the videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBHEC8.ini b/Data/User/GameConfig/GBHEC8.ini index c460233a79..e45dcac726 100644 --- a/Data/User/GameConfig/GBHEC8.ini +++ b/Data/User/GameConfig/GBHEC8.ini @@ -1,10 +1,21 @@ # GBHEC8 - Mystic Heroes + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State (as of Dolphin r1027) +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real xfb for the videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Max Health 01180C37 08000000 02264788 0000270F @@ -103,14 +114,16 @@ $Start On Level 8-3 0226475A 00000803 $Start On Level 8-4 01180C57 08000000 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBHFC8.ini b/Data/User/GameConfig/GBHFC8.ini index e0ac6b2976..b7da5c8cc9 100644 --- a/Data/User/GameConfig/GBHFC8.ini +++ b/Data/User/GameConfig/GBHFC8.ini @@ -1,18 +1,31 @@ # GBHFC8 - Mystic Heroes + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State (as of Dolphin r1027) +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real xfb for the videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBHPC8.ini b/Data/User/GameConfig/GBHPC8.ini index 59c0c5dd54..fa41fa473b 100644 --- a/Data/User/GameConfig/GBHPC8.ini +++ b/Data/User/GameConfig/GBHPC8.ini @@ -1,18 +1,31 @@ # GBHPC8 - Mystic Heroes + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State (as of Dolphin r1027) +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real xfb for the videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBIE08.ini b/Data/User/GameConfig/GBIE08.ini index ed8307c8b8..423f113b97 100644 --- a/Data/User/GameConfig/GBIE08.ini +++ b/Data/User/GameConfig/GBIE08.ini @@ -1,17 +1,30 @@ # GBIE08 - Resident Evil -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GBIP08.ini b/Data/User/GameConfig/GBIP08.ini index ebb2cc5ed1..81994ceb7f 100644 --- a/Data/User/GameConfig/GBIP08.ini +++ b/Data/User/GameConfig/GBIP08.ini @@ -1,17 +1,30 @@ # GBIP08 - Resident Evil -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GBKE70.ini b/Data/User/GameConfig/GBKE70.ini index 006f09366d..649da77c49 100644 --- a/Data/User/GameConfig/GBKE70.ini +++ b/Data/User/GameConfig/GBKE70.ini @@ -1,7 +1,19 @@ # GBKE70 - Backyard Baseball -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Crappy sound -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GBLE52.ini b/Data/User/GameConfig/GBLE52.ini index fc202bc14a..03f1df8809 100644 --- a/Data/User/GameConfig/GBLE52.ini +++ b/Data/User/GameConfig/GBLE52.ini @@ -1,18 +1,31 @@ # GBLE52 - BLOODY ROAR(R): PRIMAL FURY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs real xfb for videos to display. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBLP52.ini b/Data/User/GameConfig/GBLP52.ini index 44d86d392f..1d2149350a 100644 --- a/Data/User/GameConfig/GBLP52.ini +++ b/Data/User/GameConfig/GBLP52.ini @@ -1,18 +1,31 @@ # GBLP52 - BLOODY ROAR(R): PRIMAL FURY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs real xfb for videos to display. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBLPGL.ini b/Data/User/GameConfig/GBLPGL.ini index 350835aca5..3d287e9b9e 100644 --- a/Data/User/GameConfig/GBLPGL.ini +++ b/Data/User/GameConfig/GBLPGL.ini @@ -1,6 +1,18 @@ # GBLPGL - GAMECUBE "EL TORITO" BOOTLOADER -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GBME7F.ini b/Data/User/GameConfig/GBME7F.ini index b36675174b..77aa5998d6 100644 --- a/Data/User/GameConfig/GBME7F.ini +++ b/Data/User/GameConfig/GBME7F.ini @@ -1,18 +1,31 @@ # GBME7F - BATMAN: DARK TOMORROW -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBMP7F.ini b/Data/User/GameConfig/GBMP7F.ini index 19a5c51643..e2eb90fe8d 100644 --- a/Data/User/GameConfig/GBMP7F.ini +++ b/Data/User/GameConfig/GBMP7F.ini @@ -1,18 +1,31 @@ # GBMP7F - BATMAN: DARK TOMORROW -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBOP51.ini b/Data/User/GameConfig/GBOP51.ini index 854f4e6d77..9b9c709881 100644 --- a/Data/User/GameConfig/GBOP51.ini +++ b/Data/User/GameConfig/GBOP51.ini @@ -1,10 +1,21 @@ # GBOP51 - Burnout -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Continues 04233DD8 00000063 $Infinite Boost @@ -28,5 +39,7 @@ $Survival Mode Unlocked $On 3rd Lap (Hold L+R) 3A58BF20 00000060 0225B4F2 00000003 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GBQE78.ini b/Data/User/GameConfig/GBQE78.ini index c81e73c210..0e4b03f01a 100644 --- a/Data/User/GameConfig/GBQE78.ini +++ b/Data/User/GameConfig/GBQE78.ini @@ -1,7 +1,19 @@ # GBQE78 - Rocket Power: Beach Bandits -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Slow. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GBSE8P.ini b/Data/User/GameConfig/GBSE8P.ini index d771ee69c5..e14b41efb8 100644 --- a/Data/User/GameConfig/GBSE8P.ini +++ b/Data/User/GameConfig/GBSE8P.ini @@ -1,18 +1,31 @@ # GBSE8P - BEACH SPIKERS -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF = True -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] FastDepthCalc = False + diff --git a/Data/User/GameConfig/GBSP8P.ini b/Data/User/GameConfig/GBSP8P.ini index 7b51dd7feb..74fbbeb4a2 100644 --- a/Data/User/GameConfig/GBSP8P.ini +++ b/Data/User/GameConfig/GBSP8P.ini @@ -1,18 +1,31 @@ # GBSP8P - BEACH SPIKERS -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF = True -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] FastDepthCalc = False + diff --git a/Data/User/GameConfig/GBTE70.ini b/Data/User/GameConfig/GBTE70.ini index 19934c530f..558b420af8 100644 --- a/Data/User/GameConfig/GBTE70.ini +++ b/Data/User/GameConfig/GBTE70.ini @@ -1,7 +1,19 @@ # GBTE70 - Beyblade Super Tournament Battle -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Somethimes bad sound -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GBVE41.ini b/Data/User/GameConfig/GBVE41.ini index 48873b44fb..c66ca642cc 100644 --- a/Data/User/GameConfig/GBVE41.ini +++ b/Data/User/GameConfig/GBVE41.ini @@ -1,18 +1,31 @@ # GBVE41 - Batman: Vengeance -[Video_Settings] -UseXFB = True -UseRealXFB = True + [Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Needs Real xfb for videos to show up.(r7459) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 3 -EmulationIssues = Needs Real xfb for videos to show up.(r7459) -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + diff --git a/Data/User/GameConfig/GBVP41.ini b/Data/User/GameConfig/GBVP41.ini index 439ef14205..6eb1e339e7 100644 --- a/Data/User/GameConfig/GBVP41.ini +++ b/Data/User/GameConfig/GBVP41.ini @@ -1,18 +1,31 @@ # GBVP41 - Batman Vengeance -[Video_Settings] -UseXFB = True -UseRealXFB = True + [Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Needs Real xfb for videos to show up.(r7459) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 3 -EmulationIssues = Needs Real xfb for videos to show up.(r7459) -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + diff --git a/Data/User/GameConfig/GBWD64.ini b/Data/User/GameConfig/GBWD64.ini index 993175d5c9..93799fca4d 100644 --- a/Data/User/GameConfig/GBWD64.ini +++ b/Data/User/GameConfig/GBWD64.ini @@ -1,19 +1,32 @@ # GBWD64 - Star Wars Bounty Hunter -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBWE64.ini b/Data/User/GameConfig/GBWE64.ini index 914770f161..a953eefe8d 100644 --- a/Data/User/GameConfig/GBWE64.ini +++ b/Data/User/GameConfig/GBWE64.ini @@ -1,19 +1,32 @@ # GBWE64 - Star Wars Bounty Hunter -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBWF64.ini b/Data/User/GameConfig/GBWF64.ini index 40e3ed43af..c033ebe96c 100644 --- a/Data/User/GameConfig/GBWF64.ini +++ b/Data/User/GameConfig/GBWF64.ini @@ -1,19 +1,32 @@ # GBWF64 - Star Wars Bounty Hunter -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBWP64.ini b/Data/User/GameConfig/GBWP64.ini index 671a618a66..8e9753602c 100644 --- a/Data/User/GameConfig/GBWP64.ini +++ b/Data/User/GameConfig/GBWP64.ini @@ -1,19 +1,32 @@ # GBWP64 - Star Wars Bounty Hunter -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GBXE51.ini b/Data/User/GameConfig/GBXE51.ini index 08d7b8840e..f409411c72 100644 --- a/Data/User/GameConfig/GBXE51.ini +++ b/Data/User/GameConfig/GBXE51.ini @@ -1,7 +1,19 @@ # GBXE51 - Dave Mirra Freestyle Bmx2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GBYE0A.ini b/Data/User/GameConfig/GBYE0A.ini index dd02696fc1..df7acbf509 100644 --- a/Data/User/GameConfig/GBYE0A.ini +++ b/Data/User/GameConfig/GBYE0A.ini @@ -1,6 +1,18 @@ # GBYE0A - Super Bubble Pop -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GBZE08.ini b/Data/User/GameConfig/GBZE08.ini index fd14d2b749..d57888957c 100644 --- a/Data/User/GameConfig/GBZE08.ini +++ b/Data/User/GameConfig/GBZE08.ini @@ -1,11 +1,22 @@ # GBZE08 - Resident Evil 0 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GBZP08.ini b/Data/User/GameConfig/GBZP08.ini index d03534d7bf..73ebc92302 100644 --- a/Data/User/GameConfig/GBZP08.ini +++ b/Data/User/GameConfig/GBZP08.ini @@ -1,10 +1,21 @@ # GBZP08 - Resident Evil 0 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Can always save 04153E00 38000037 04153A50 60000000 @@ -66,5 +77,7 @@ $Infinite Ammo [All Slots] (B) 0232731E 00000063 $Slot 4: Moltov cocktails (B) 02327214 0000000E + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GC2E9G.ini b/Data/User/GameConfig/GC2E9G.ini index 9024559f4f..2a8612ac16 100644 --- a/Data/User/GameConfig/GC2E9G.ini +++ b/Data/User/GameConfig/GC2E9G.ini @@ -1,7 +1,19 @@ # GC2E9G - Conflict: Desert Storm II -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos not seen -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GC3D78.ini b/Data/User/GameConfig/GC3D78.ini index a602203f18..a3471aa0f4 100644 --- a/Data/User/GameConfig/GC3D78.ini +++ b/Data/User/GameConfig/GC3D78.ini @@ -1,16 +1,28 @@ # GC3D78 - Scooby-Doo!(tm) Mystery Mayhem -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GC3E78.ini b/Data/User/GameConfig/GC3E78.ini index 9daa7a6088..7fb5b5d7e7 100644 --- a/Data/User/GameConfig/GC3E78.ini +++ b/Data/User/GameConfig/GC3E78.ini @@ -1,16 +1,28 @@ # GC3E78 - Scooby-Doo!(tm) Mystery Mayhem -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GC3F78.ini b/Data/User/GameConfig/GC3F78.ini index 10665939be..f06f594fd8 100644 --- a/Data/User/GameConfig/GC3F78.ini +++ b/Data/User/GameConfig/GC3F78.ini @@ -1,16 +1,28 @@ # GC3F78 - Scooby-Doo!(tm) Mystery Mayhem -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GC3P78.ini b/Data/User/GameConfig/GC3P78.ini index 0fb1533be4..c903ddfbda 100644 --- a/Data/User/GameConfig/GC3P78.ini +++ b/Data/User/GameConfig/GC3P78.ini @@ -1,16 +1,28 @@ # GC3P78 - Scooby-Doo!(tm) Mystery Mayhem -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GC4JBN.ini b/Data/User/GameConfig/GC4JBN.ini index 44c7584dcf..a073823849 100644 --- a/Data/User/GameConfig/GC4JBN.ini +++ b/Data/User/GameConfig/GC4JBN.ini @@ -1,7 +1,19 @@ # GC4JBN - Cyber Formula -Road To The EVOLUTION- -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Sound Glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GC5PNK.ini b/Data/User/GameConfig/GC5PNK.ini index 99413d053e..f1cd117115 100644 --- a/Data/User/GameConfig/GC5PNK.ini +++ b/Data/User/GameConfig/GC5PNK.ini @@ -1,6 +1,18 @@ # GC5PNK - COCOTO Kart Racer -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GC6E01.ini b/Data/User/GameConfig/GC6E01.ini index 66fb0df6db..9509c45611 100644 --- a/Data/User/GameConfig/GC6E01.ini +++ b/Data/User/GameConfig/GC6E01.ini @@ -1,18 +1,32 @@ -# GC6E01 - Pokemon Colosseum -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = If EFB scale is not integral, serious texture glitches occur. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 +# GC6E01 - Pokemon Colosseum + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = If EFB scale is not integral, serious texture glitches occur. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/GC6P01.ini b/Data/User/GameConfig/GC6P01.ini index 73709894da..d1d9e30759 100644 --- a/Data/User/GameConfig/GC6P01.ini +++ b/Data/User/GameConfig/GC6P01.ini @@ -1,18 +1,32 @@ -# GC6P01 - Pokemon Colosseum -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = If EFB scale is not integral, serious texture glitches occur. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 +# GC6P01 - Pokemon Colosseum + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = If EFB scale is not integral, serious texture glitches occur. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/GC7PNK.ini b/Data/User/GameConfig/GC7PNK.ini index 155c41eb99..1e07317c6e 100644 --- a/Data/User/GameConfig/GC7PNK.ini +++ b/Data/User/GameConfig/GC7PNK.ini @@ -1,7 +1,19 @@ # GC7PNK - COCOTO Platform Jumper -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GC9P6S.ini b/Data/User/GameConfig/GC9P6S.ini index 2712d2df0c..0d4dcb1ef5 100644 --- a/Data/User/GameConfig/GC9P6S.ini +++ b/Data/User/GameConfig/GC9P6S.ini @@ -1,10 +1,23 @@ -# GC9P6S - Conan disc0 -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Need ZTP BLoom Hack and Safe Texture Cache -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GC9P6S - Conan disc0 + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Need ZTP BLoom Hack and Safe Texture Cache + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GCAE5H.ini b/Data/User/GameConfig/GCAE5H.ini index bfe4e8e00b..89e964199f 100644 --- a/Data/User/GameConfig/GCAE5H.ini +++ b/Data/User/GameConfig/GCAE5H.ini @@ -1,7 +1,19 @@ # GCAE5H - Cubix Showdown -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad sound -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCBE7D.ini b/Data/User/GameConfig/GCBE7D.ini index fa97efe971..cf44141fa5 100644 --- a/Data/User/GameConfig/GCBE7D.ini +++ b/Data/User/GameConfig/GCBE7D.ini @@ -1,7 +1,19 @@ # GCBE7D - Crash Bandicoot:The Wrath of Cortex -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = May be slow -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCBP7D.ini b/Data/User/GameConfig/GCBP7D.ini index eca058d8f1..c11ea1e3d9 100644 --- a/Data/User/GameConfig/GCBP7D.ini +++ b/Data/User/GameConfig/GCBP7D.ini @@ -1,6 +1,18 @@ # GCBP7D - Crash Bandicoot:The Wrath of Cortex -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCCE01.ini b/Data/User/GameConfig/GCCE01.ini index d193ef6c2e..44397d229a 100644 --- a/Data/User/GameConfig/GCCE01.ini +++ b/Data/User/GameConfig/GCCE01.ini @@ -1,302 +1,313 @@ -# GCCE01 - FINAL FANTASY Crystal Chronicles -[Core] -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -$Infinite Health: Single Player -04EC59D4 08000000 -0410B494 A0A3001A -0410B4A0 B0A3001C -0410B4AC 48000058 -$Infinite Health: Multi-Player -04EC59D5 08000000 -0410B494 A0A3001A -0410B4A0 B0A3001C -0410B4AC 48000058 -041227D8 A003001A -041227E0 B003001C -$Max Hearts -04EC59D6 08000000 -0409F3D4 38C00010 -$Max Strength -04EC59D7 08000000 -0409F3A0 38C003E7 -$Super Max Strength -04EC59D8 08000000 -0409F3A0 38C003E7 -0409FA88 380003E7 -$Max Defense -04EC59D9 08000000 -0409F3C8 38C003E7 -$Super Max Defense -04EC59DA 08000000 -0409F3C8 38C003E7 -0409FA9C 380003E7 -$Max Magic -04EC59DB 08000000 -0409F3BC 38C003E7 -$Super Max Magic -04EC59DC 08000000 -0409F3BC 38C003E7 -0409FAB4 380003E7 -$Able To Leave Chalice Aura -04EC59DD 08000000 -0412122C 60000000 -04121250 60000000 -$Press L+X - Change Chalice to Fire -04EC59E0 08000000 -0A243104 00000440 -0221EF3E 00000001 -$Press L+Y - Change Chalice to Water -04EC59E1 08000000 -0A243104 00000840 -0221EF3E 00000002 -$Press R+X - Change Chalice to Wind -04EC59E2 08000000 -0A243104 00000420 -0221EF3E 00000004 -$Press R+Y - Change Chalice to Earth -04EC59E3 08000000 -0A243104 00000820 -0221EF3E 00000008 -$Press L+R - Change Chalice to Unknown -04EC59E4 08000000 -0A243104 00000060 -0221EF3E 00000010 -$Single player Max/Infinite Gil -04EC59ED 08000000 -0421F470 05F5E0FF -$Single player Love All Foods -04EC59EE 08000000 -0221F628 00070064 -$Single player Have All Artifacts -04EC59EF 08000000 -00000000 8221F3A6 -0000009F 01490001 -$Single Player ITEM SLOT 4 CONTAINS Copper Sword -04EC59F1 08000000 -0221F32C 00000001 -$Single Player ITEM SLOT 4 CONTAINS Iron Sword -04EC59F2 08000000 -0221F32C 00000002 -$Single Player ITEM SLOT 4 CONTAINS Steel Blade -04EC59F3 08000000 -0221F32C 00000003 -$Single Player ITEM SLOT 4 CONTAINS Feather Saber -04EC59F4 08000000 -0221F32C 00000004 -$Single Player ITEM SLOT 4 CONTAINS Bastard Sword -04EC59F5 08000000 -0221F32C 00000005 -$Single Player ITEM SLOT 4 CONTAINS Defender -04EC59F6 08000000 -0221F32C 00000006 -$Single Player ITEM SLOT 4 CONTAINS Rune Blade -04EC59F7 08000000 -0221F32C 00000007 -$Single Player ITEM SLOT 4 CONTAINS Excalibur -04EC59F8 08000000 -0221F32C 00000008 -$Single Player ITEM SLOT 4 CONTAINS Ragnarok -04EC59F9 08000000 -0221F32C 00000009 -$Single Player ITEM SLOT 4 CONTAINS Treasured Sword -04EC59FA 08000000 -0221F32C 0000000A -$Single Player ITEM SLOT 4 CONTAINS Father's Sword -04EC59FB 08000000 -0221F32C 0000000B -$Single Player ITEM SLOT 4 CONTAINS Marr Sword -04EC59FC 08000000 -0221F32C 0000000C -$Single Player ITEM SLOT 4 CONTAINS Ultima Sword -04EC59FD 08000000 -0221F32C 0000000F -$Single Player ITEM SLOT 4 CONTAINS Iron Lance -04EC59FE 08000000 -0221F32C 00000012 -$Single Player ITEM SLOT 4 CONTAINS Partisan -04EC59FF 08000000 -0221F32C 00000013 -$Single Player ITEM SLOT 4 CONTAINS Sonic Lance -04EC5A00 08000000 -0221F32C 00000014 -$Single Player ITEM SLOT 4 CONTAINS Titan Lance -04EC5A01 08000000 -0221F32C 00000015 -$Single Player ITEM SLOT 4 CONTAINS Halberd -04EC5A02 08000000 -0221F32C 00000016 -$Single Player ITEM SLOT 4 CONTAINS Highwind -04EC5A03 08000000 -0221F32C 00000017 -$Single Player ITEM SLOT 4 CONTAINS Dragon Lance -04EC5A04 08000000 -0221F32C 00000018 -$Single Player ITEM SLOT 4 CONTAINS Dragoon Spear -04EC5A05 08000000 -0221F32C 00000019 -$Single Player ITEM SLOT 4 CONTAINS Gungnir -04EC5A06 08000000 -0221F32C 0000001A -$Single Player ITEM SLOT 4 CONTAINS Longinus -04EC5A07 08000000 -0221F32C 0000001B -$Single Player ITEM SLOT 4 CONTAINS Treasured Spear -04EC5A08 08000000 -0221F32C 0000001C -$Single Player ITEM SLOT 4 CONTAINS Father's Spear -04EC5A09 08000000 -0221F32C 0000001D -$Single Player ITEM SLOT 4 CONTAINS Marr Spear -04EC5A0A 08000000 -0221F32C 0000001E -$Single Player ITEM SLOT 4 CONTAINS Ultima Lance -04EC5A0B 08000000 -0221F32C 0000001F -$Single Player ITEM SLOT 4 CONTAINS Orc Hammer -04EC5A0C 08000000 -0221F32C 00000024 -$Single Player ITEM SLOT 4 CONTAINS Wave Hammer -04EC5A0D 08000000 -0221F32C 00000025 -$Single Player ITEM SLOT 4 CONTAINS Rune Hammer -04EC5A0E 08000000 -0221F32C 00000026 -$Single Player ITEM SLOT 4 CONTAINS Goblin Hammer -04EC5A0F 08000000 -0221F32C 00000027 -$Single Player ITEM SLOT 4 CONTAINS Sonic Hammer -04EC5A10 08000000 -0221F32C 00000028 -$Single Player ITEM SLOT 4 CONTAINS Prism Hammer -04EC5A11 08000000 -0221F32C 00000029 -$Single Player ITEM SLOT 4 CONTAINS Mythril Hammer -04EC5A12 08000000 -0221F32C 0000002A -$Single Player ITEM SLOT 4 CONTAINS Mystic Hammer -04EC5A13 08000000 -0221F32C 0000002B -$Single Player ITEM SLOT 4 CONTAINS Treasured Hammer -04EC5A14 08000000 -0221F32C 0000002C -$Single Player ITEM SLOT 4 CONTAINS Father's Hammer -04EC5A15 08000000 -0221F32C 0000002D -$Single Player ITEM SLOT 4 CONTAINS Marr Hammer -04EC5A16 08000000 -0221F32C 0000002E -$Single Player ITEM SLOT 4 CONTAINS Ultima Hammer -04EC5A17 08000000 -0221F32C 0000002F -$Single Player ITEM SLOT 4 CONTAINS Aura Racket -04EC5A18 08000000 -0221F32C 00000034 -$Single Player ITEM SLOT 4 CONTAINS Solid Racket -04EC5A19 08000000 -0221F32C 00000035 -$Single Player ITEM SLOT 4 CONTAINS Dual Shooter -04EC5A1A 08000000 -0221F32C 00000036 -$Single Player ITEM SLOT 4 CONTAINS Elemental Cudgel -04EC5A1B 08000000 -0221F32C 00000037 -$Single Player ITEM SLOT 4 CONTAINS Steel Cudgel -04EC5A1C 08000000 -0221F32C 00000038 -$Single Player ITEM SLOT 4 CONTAINS Prism Bludgeon -04EC5A1D 08000000 -0221F32C 00000039 -$Single Player ITEM SLOT 4 CONTAINS Butterfly Head -04EC5A1E 08000000 -0221F32C 0000003A -$Single Player ITEM SLOT 4 CONTAINS Queen's Head -04EC5A1F 08000000 -0221F32C 0000003B -$Single Player ITEM SLOT 4 CONTAINS Dreamcatcher -04EC5A20 08000000 -0221F32C 0000003C -$Single Player ITEM SLOT 4 CONTAINS Treasured Maul -04EC5A21 08000000 -0221F32C 0000003D -$Single Player ITEM SLOT 4 CONTAINS Father's Maul -04EC5A22 08000000 -0221F32C 0000003E -$Single Player ITEM SLOT 4 CONTAINS Marr Maul -04EC5A23 08000000 -0221F32C 0000003F -$Single Player ITEM SLOT 4 CONTAINS Ultima Maul -04EC5A24 08000000 -0221F32C 00000040 -$Single Player ITEM SLOT 4 CONTAINS Travel Clothes -04EC5A25 08000000 -0221F32C 00000045 -$Single Player ITEM SLOT 4 CONTAINS Bronze Plate -04EC5A26 08000000 -0221F32C 00000046 -$Single Player ITEM SLOT 4 CONTAINS Iron Plate -04EC5A27 08000000 -0221F32C 00000047 -$Single Player ITEM SLOT 4 CONTAINS Mythril Plate -04EC5A28 08000000 -0221F32C 00000048 -$Single Player ITEM SLOT 4 CONTAINS Flame Mail -04EC5A29 08000000 -0221F32C 00000049 -$Single Player ITEM SLOT 4 CONTAINS Frost Mail -04EC5A2A 08000000 -0221F32C 0000004A -$Single Player ITEM SLOT 4 CONTAINS Storm Mail -04EC5A2B 08000000 -0221F32C 0000004B -$Single Player ITEM SLOT 4 CONTAINS Time Mail -04EC5A2C 08000000 -0221F32C 0000004C -$Single Player ITEM SLOT 4 CONTAINS Eternal Mail -04EC5A2D 08000000 -0221F32C 0000004D -$Single Player ITEM SLOT 4 CONTAINS Blessed Mail -04EC5A2E 08000000 -0221F32C 0000004E -$Single Player ITEM SLOT 4 CONTAINS Saintly Mail -04EC5A2F 08000000 -0221F32C 0000004F -$Single Player ITEM SLOT 4 CONTAINS Gold Mail -04EC5A30 08000000 -0221F32C 00000050 -$Single Player ITEM SLOT 4 CONTAINS Crystal Mail -04EC5A31 08000000 -0221F32C 00000051 -$Single Player ITEM SLOT 4 CONTAINS Diamond Plate -04EC5A32 08000000 -0221F32C 00000052 -$Single Player ITEM SLOT 4 CONTAINS Gaia Plate -04EC5A33 08000000 -0221F32C 00000053 -$Single Player ITEM SLOT 4 CONTAINS Mystic Armor -04EC5A34 08000000 -0221F32C 00000054 -$Single Player ITEM SLOT 4 CONTAINS Taterskin Coat -04EC5A35 08000000 -0221F32C 00000055 -$Single Player ITEM SLOT 4 CONTAINS Coat -04EC5A36 08000000 -0221F32C 00000056 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Video_Hacks] -EFBEmulateFormatChanges = True +# GCCE01 - FINAL FANTASY Crystal Chronicles + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Infinite Health: Single Player +04EC59D4 08000000 +0410B494 A0A3001A +0410B4A0 B0A3001C +0410B4AC 48000058 +$Infinite Health: Multi-Player +04EC59D5 08000000 +0410B494 A0A3001A +0410B4A0 B0A3001C +0410B4AC 48000058 +041227D8 A003001A +041227E0 B003001C +$Max Hearts +04EC59D6 08000000 +0409F3D4 38C00010 +$Max Strength +04EC59D7 08000000 +0409F3A0 38C003E7 +$Super Max Strength +04EC59D8 08000000 +0409F3A0 38C003E7 +0409FA88 380003E7 +$Max Defense +04EC59D9 08000000 +0409F3C8 38C003E7 +$Super Max Defense +04EC59DA 08000000 +0409F3C8 38C003E7 +0409FA9C 380003E7 +$Max Magic +04EC59DB 08000000 +0409F3BC 38C003E7 +$Super Max Magic +04EC59DC 08000000 +0409F3BC 38C003E7 +0409FAB4 380003E7 +$Able To Leave Chalice Aura +04EC59DD 08000000 +0412122C 60000000 +04121250 60000000 +$Press L+X - Change Chalice to Fire +04EC59E0 08000000 +0A243104 00000440 +0221EF3E 00000001 +$Press L+Y - Change Chalice to Water +04EC59E1 08000000 +0A243104 00000840 +0221EF3E 00000002 +$Press R+X - Change Chalice to Wind +04EC59E2 08000000 +0A243104 00000420 +0221EF3E 00000004 +$Press R+Y - Change Chalice to Earth +04EC59E3 08000000 +0A243104 00000820 +0221EF3E 00000008 +$Press L+R - Change Chalice to Unknown +04EC59E4 08000000 +0A243104 00000060 +0221EF3E 00000010 +$Single player Max/Infinite Gil +04EC59ED 08000000 +0421F470 05F5E0FF +$Single player Love All Foods +04EC59EE 08000000 +0221F628 00070064 +$Single player Have All Artifacts +04EC59EF 08000000 +00000000 8221F3A6 +0000009F 01490001 +$Single Player ITEM SLOT 4 CONTAINS Copper Sword +04EC59F1 08000000 +0221F32C 00000001 +$Single Player ITEM SLOT 4 CONTAINS Iron Sword +04EC59F2 08000000 +0221F32C 00000002 +$Single Player ITEM SLOT 4 CONTAINS Steel Blade +04EC59F3 08000000 +0221F32C 00000003 +$Single Player ITEM SLOT 4 CONTAINS Feather Saber +04EC59F4 08000000 +0221F32C 00000004 +$Single Player ITEM SLOT 4 CONTAINS Bastard Sword +04EC59F5 08000000 +0221F32C 00000005 +$Single Player ITEM SLOT 4 CONTAINS Defender +04EC59F6 08000000 +0221F32C 00000006 +$Single Player ITEM SLOT 4 CONTAINS Rune Blade +04EC59F7 08000000 +0221F32C 00000007 +$Single Player ITEM SLOT 4 CONTAINS Excalibur +04EC59F8 08000000 +0221F32C 00000008 +$Single Player ITEM SLOT 4 CONTAINS Ragnarok +04EC59F9 08000000 +0221F32C 00000009 +$Single Player ITEM SLOT 4 CONTAINS Treasured Sword +04EC59FA 08000000 +0221F32C 0000000A +$Single Player ITEM SLOT 4 CONTAINS Father's Sword +04EC59FB 08000000 +0221F32C 0000000B +$Single Player ITEM SLOT 4 CONTAINS Marr Sword +04EC59FC 08000000 +0221F32C 0000000C +$Single Player ITEM SLOT 4 CONTAINS Ultima Sword +04EC59FD 08000000 +0221F32C 0000000F +$Single Player ITEM SLOT 4 CONTAINS Iron Lance +04EC59FE 08000000 +0221F32C 00000012 +$Single Player ITEM SLOT 4 CONTAINS Partisan +04EC59FF 08000000 +0221F32C 00000013 +$Single Player ITEM SLOT 4 CONTAINS Sonic Lance +04EC5A00 08000000 +0221F32C 00000014 +$Single Player ITEM SLOT 4 CONTAINS Titan Lance +04EC5A01 08000000 +0221F32C 00000015 +$Single Player ITEM SLOT 4 CONTAINS Halberd +04EC5A02 08000000 +0221F32C 00000016 +$Single Player ITEM SLOT 4 CONTAINS Highwind +04EC5A03 08000000 +0221F32C 00000017 +$Single Player ITEM SLOT 4 CONTAINS Dragon Lance +04EC5A04 08000000 +0221F32C 00000018 +$Single Player ITEM SLOT 4 CONTAINS Dragoon Spear +04EC5A05 08000000 +0221F32C 00000019 +$Single Player ITEM SLOT 4 CONTAINS Gungnir +04EC5A06 08000000 +0221F32C 0000001A +$Single Player ITEM SLOT 4 CONTAINS Longinus +04EC5A07 08000000 +0221F32C 0000001B +$Single Player ITEM SLOT 4 CONTAINS Treasured Spear +04EC5A08 08000000 +0221F32C 0000001C +$Single Player ITEM SLOT 4 CONTAINS Father's Spear +04EC5A09 08000000 +0221F32C 0000001D +$Single Player ITEM SLOT 4 CONTAINS Marr Spear +04EC5A0A 08000000 +0221F32C 0000001E +$Single Player ITEM SLOT 4 CONTAINS Ultima Lance +04EC5A0B 08000000 +0221F32C 0000001F +$Single Player ITEM SLOT 4 CONTAINS Orc Hammer +04EC5A0C 08000000 +0221F32C 00000024 +$Single Player ITEM SLOT 4 CONTAINS Wave Hammer +04EC5A0D 08000000 +0221F32C 00000025 +$Single Player ITEM SLOT 4 CONTAINS Rune Hammer +04EC5A0E 08000000 +0221F32C 00000026 +$Single Player ITEM SLOT 4 CONTAINS Goblin Hammer +04EC5A0F 08000000 +0221F32C 00000027 +$Single Player ITEM SLOT 4 CONTAINS Sonic Hammer +04EC5A10 08000000 +0221F32C 00000028 +$Single Player ITEM SLOT 4 CONTAINS Prism Hammer +04EC5A11 08000000 +0221F32C 00000029 +$Single Player ITEM SLOT 4 CONTAINS Mythril Hammer +04EC5A12 08000000 +0221F32C 0000002A +$Single Player ITEM SLOT 4 CONTAINS Mystic Hammer +04EC5A13 08000000 +0221F32C 0000002B +$Single Player ITEM SLOT 4 CONTAINS Treasured Hammer +04EC5A14 08000000 +0221F32C 0000002C +$Single Player ITEM SLOT 4 CONTAINS Father's Hammer +04EC5A15 08000000 +0221F32C 0000002D +$Single Player ITEM SLOT 4 CONTAINS Marr Hammer +04EC5A16 08000000 +0221F32C 0000002E +$Single Player ITEM SLOT 4 CONTAINS Ultima Hammer +04EC5A17 08000000 +0221F32C 0000002F +$Single Player ITEM SLOT 4 CONTAINS Aura Racket +04EC5A18 08000000 +0221F32C 00000034 +$Single Player ITEM SLOT 4 CONTAINS Solid Racket +04EC5A19 08000000 +0221F32C 00000035 +$Single Player ITEM SLOT 4 CONTAINS Dual Shooter +04EC5A1A 08000000 +0221F32C 00000036 +$Single Player ITEM SLOT 4 CONTAINS Elemental Cudgel +04EC5A1B 08000000 +0221F32C 00000037 +$Single Player ITEM SLOT 4 CONTAINS Steel Cudgel +04EC5A1C 08000000 +0221F32C 00000038 +$Single Player ITEM SLOT 4 CONTAINS Prism Bludgeon +04EC5A1D 08000000 +0221F32C 00000039 +$Single Player ITEM SLOT 4 CONTAINS Butterfly Head +04EC5A1E 08000000 +0221F32C 0000003A +$Single Player ITEM SLOT 4 CONTAINS Queen's Head +04EC5A1F 08000000 +0221F32C 0000003B +$Single Player ITEM SLOT 4 CONTAINS Dreamcatcher +04EC5A20 08000000 +0221F32C 0000003C +$Single Player ITEM SLOT 4 CONTAINS Treasured Maul +04EC5A21 08000000 +0221F32C 0000003D +$Single Player ITEM SLOT 4 CONTAINS Father's Maul +04EC5A22 08000000 +0221F32C 0000003E +$Single Player ITEM SLOT 4 CONTAINS Marr Maul +04EC5A23 08000000 +0221F32C 0000003F +$Single Player ITEM SLOT 4 CONTAINS Ultima Maul +04EC5A24 08000000 +0221F32C 00000040 +$Single Player ITEM SLOT 4 CONTAINS Travel Clothes +04EC5A25 08000000 +0221F32C 00000045 +$Single Player ITEM SLOT 4 CONTAINS Bronze Plate +04EC5A26 08000000 +0221F32C 00000046 +$Single Player ITEM SLOT 4 CONTAINS Iron Plate +04EC5A27 08000000 +0221F32C 00000047 +$Single Player ITEM SLOT 4 CONTAINS Mythril Plate +04EC5A28 08000000 +0221F32C 00000048 +$Single Player ITEM SLOT 4 CONTAINS Flame Mail +04EC5A29 08000000 +0221F32C 00000049 +$Single Player ITEM SLOT 4 CONTAINS Frost Mail +04EC5A2A 08000000 +0221F32C 0000004A +$Single Player ITEM SLOT 4 CONTAINS Storm Mail +04EC5A2B 08000000 +0221F32C 0000004B +$Single Player ITEM SLOT 4 CONTAINS Time Mail +04EC5A2C 08000000 +0221F32C 0000004C +$Single Player ITEM SLOT 4 CONTAINS Eternal Mail +04EC5A2D 08000000 +0221F32C 0000004D +$Single Player ITEM SLOT 4 CONTAINS Blessed Mail +04EC5A2E 08000000 +0221F32C 0000004E +$Single Player ITEM SLOT 4 CONTAINS Saintly Mail +04EC5A2F 08000000 +0221F32C 0000004F +$Single Player ITEM SLOT 4 CONTAINS Gold Mail +04EC5A30 08000000 +0221F32C 00000050 +$Single Player ITEM SLOT 4 CONTAINS Crystal Mail +04EC5A31 08000000 +0221F32C 00000051 +$Single Player ITEM SLOT 4 CONTAINS Diamond Plate +04EC5A32 08000000 +0221F32C 00000052 +$Single Player ITEM SLOT 4 CONTAINS Gaia Plate +04EC5A33 08000000 +0221F32C 00000053 +$Single Player ITEM SLOT 4 CONTAINS Mystic Armor +04EC5A34 08000000 +0221F32C 00000054 +$Single Player ITEM SLOT 4 CONTAINS Taterskin Coat +04EC5A35 08000000 +0221F32C 00000055 +$Single Player ITEM SLOT 4 CONTAINS Coat +04EC5A36 08000000 +0221F32C 00000056 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/GCCP01.ini b/Data/User/GameConfig/GCCP01.ini index f43e776095..fde6040740 100644 --- a/Data/User/GameConfig/GCCP01.ini +++ b/Data/User/GameConfig/GCCP01.ini @@ -1,21 +1,33 @@ -# GCCP01 - FINAL FANTASY Crystal Chronicles -[Core] -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBEmulateFormatChanges = True +# GCCP01 - FINAL FANTASY Crystal Chronicles + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/GCDE08.ini b/Data/User/GameConfig/GCDE08.ini index eff0f6aa30..5a739ffe77 100644 --- a/Data/User/GameConfig/GCDE08.ini +++ b/Data/User/GameConfig/GCDE08.ini @@ -1,7 +1,19 @@ # GCDE08 - RESIDENT EVIL CVX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCDP08.ini b/Data/User/GameConfig/GCDP08.ini index bfa67ac2c0..5c9c0eda98 100644 --- a/Data/User/GameConfig/GCDP08.ini +++ b/Data/User/GameConfig/GCDP08.ini @@ -1,6 +1,18 @@ # GCDP08 - RESIDENT EVIL CVX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCFE9G.ini b/Data/User/GameConfig/GCFE9G.ini index 18bc5ad441..13fea8d1f0 100644 --- a/Data/User/GameConfig/GCFE9G.ini +++ b/Data/User/GameConfig/GCFE9G.ini @@ -1,6 +1,18 @@ # GCFE9G - Conflict: Desert Storm -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCGE41.ini b/Data/User/GameConfig/GCGE41.ini index d8ea3fe6a3..8827a07603 100644 --- a/Data/User/GameConfig/GCGE41.ini +++ b/Data/User/GameConfig/GCGE41.ini @@ -1,7 +1,19 @@ # GCGE41 - CHARLIE'S ANGELS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCHE78.ini b/Data/User/GameConfig/GCHE78.ini index 36649f2634..64f0adc777 100644 --- a/Data/User/GameConfig/GCHE78.ini +++ b/Data/User/GameConfig/GCHE78.ini @@ -1,7 +1,19 @@ # GCHE78 - WWE CrushHour -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad Graphics -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCLP69.ini b/Data/User/GameConfig/GCLP69.ini index d8fc695766..87403d6ee8 100644 --- a/Data/User/GameConfig/GCLP69.ini +++ b/Data/User/GameConfig/GCLP69.ini @@ -1,7 +1,19 @@ # GCLP69 - Cel Damage -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 Issues="Graphics Errors... Not Playable" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCNE7D.ini b/Data/User/GameConfig/GCNE7D.ini index f84b8e8b8b..0b88602854 100644 --- a/Data/User/GameConfig/GCNE7D.ini +++ b/Data/User/GameConfig/GCNE7D.ini @@ -1,20 +1,33 @@ # GCNE7D - Crash Nitro Kart -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues = EmulationIssues = Disable "Panic Handlers". Needs "Real Xfb" to display videos. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GCNP7D.ini b/Data/User/GameConfig/GCNP7D.ini index fd9720811f..6e13c0f251 100644 --- a/Data/User/GameConfig/GCNP7D.ini +++ b/Data/User/GameConfig/GCNP7D.ini @@ -1,21 +1,32 @@ # GCNP7D - Crash Nitro Kart + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. TLBHack = 1 Patch Region = 0x7e000000 + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GCOE52.ini b/Data/User/GameConfig/GCOE52.ini index 9a475053ae..9ed4538792 100644 --- a/Data/User/GameConfig/GCOE52.ini +++ b/Data/User/GameConfig/GCOE52.ini @@ -1,9 +1,21 @@ # GCOE52 - Call of Duty -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 Patch region = 0x7e000004 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Slowwwwwwww and desync but playable" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCOPDV.ini b/Data/User/GameConfig/GCOPDV.ini index ea3a8ea9ff..0ee25eba63 100644 --- a/Data/User/GameConfig/GCOPDV.ini +++ b/Data/User/GameConfig/GCOPDV.ini @@ -1,6 +1,18 @@ # GCOPDV - GCOS MultiGame DVD (C) GCOS TEAM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCPE6S.ini b/Data/User/GameConfig/GCPE6S.ini index 4cc5e2880b..287f339de0 100644 --- a/Data/User/GameConfig/GCPE6S.ini +++ b/Data/User/GameConfig/GCPE6S.ini @@ -1,20 +1,34 @@ # GCPE6S - CASPER -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to appear. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GCPP6S.ini b/Data/User/GameConfig/GCPP6S.ini index f05ed0c294..50c527c0f9 100644 --- a/Data/User/GameConfig/GCPP6S.ini +++ b/Data/User/GameConfig/GCPP6S.ini @@ -1,20 +1,34 @@ # GCPP6S - Casper Spirit Dimensions -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to appear. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GCQE7D.ini b/Data/User/GameConfig/GCQE7D.ini index 6cf2a4db11..1f35d92307 100644 --- a/Data/User/GameConfig/GCQE7D.ini +++ b/Data/User/GameConfig/GCQE7D.ini @@ -1,7 +1,19 @@ # GCQE7D - Buffy: Chaos Bleeds -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCQP7D.ini b/Data/User/GameConfig/GCQP7D.ini index bd16850a5b..50c448605e 100644 --- a/Data/User/GameConfig/GCQP7D.ini +++ b/Data/User/GameConfig/GCQP7D.ini @@ -1,6 +1,18 @@ # GCQP7D - Buffy: Chaos Bleeds -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCSEAF.ini b/Data/User/GameConfig/GCSEAF.ini index 47859af7ab..a64708a07b 100644 --- a/Data/User/GameConfig/GCSEAF.ini +++ b/Data/User/GameConfig/GCSEAF.ini @@ -1,6 +1,18 @@ # GCSEAF - Street Racing Syndicate -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCTE51.ini b/Data/User/GameConfig/GCTE51.ini index 0c544764a1..22c62b838d 100644 --- a/Data/User/GameConfig/GCTE51.ini +++ b/Data/User/GameConfig/GCTE51.ini @@ -1,6 +1,18 @@ # GCTE51 - Crazy Taxi -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GCTP51.ini b/Data/User/GameConfig/GCTP51.ini index f4ebeb351b..0fc382cada 100644 --- a/Data/User/GameConfig/GCTP51.ini +++ b/Data/User/GameConfig/GCTP51.ini @@ -1,9 +1,18 @@ # GCTP51 - Crazy Taxi -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -[Gecko] + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. diff --git a/Data/User/GameConfig/GCVEEB.ini b/Data/User/GameConfig/GCVEEB.ini index b98605e404..7487ebe16e 100644 --- a/Data/User/GameConfig/GCVEEB.ini +++ b/Data/User/GameConfig/GCVEEB.ini @@ -1,12 +1,21 @@ # GCVEEB - Cubivore + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Max Lovebits 010C0B94 08000000 02350350 000003E7 @@ -14,5 +23,7 @@ $Max Lovebits $Full Health 010C0B95 08000000 043C83F0 3F800000 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GCZE69.ini b/Data/User/GameConfig/GCZE69.ini index 8e3e77c412..48ed8a5b1e 100644 --- a/Data/User/GameConfig/GCZE69.ini +++ b/Data/User/GameConfig/GCZE69.ini @@ -1,19 +1,31 @@ -# GCZE69 - CATWOMAN -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] +# GCZE69 - CATWOMAN + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GCZP69.ini b/Data/User/GameConfig/GCZP69.ini index 32fba6ada9..edaae4948e 100644 --- a/Data/User/GameConfig/GCZP69.ini +++ b/Data/User/GameConfig/GCZP69.ini @@ -1,19 +1,31 @@ -# GCZP69 - CATWOMAN -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] +# GCZP69 - CATWOMAN + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GD4E6S.ini b/Data/User/GameConfig/GD4E6S.ini index 92d285823f..54d2d1f979 100644 --- a/Data/User/GameConfig/GD4E6S.ini +++ b/Data/User/GameConfig/GD4E6S.ini @@ -1,7 +1,19 @@ # GD4E6S - Dinotopia: The Sunstone Odyssey -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GD6EB2.ini b/Data/User/GameConfig/GD6EB2.ini index 63f6e3d49a..610aef6791 100644 --- a/Data/User/GameConfig/GD6EB2.ini +++ b/Data/User/GameConfig/GD6EB2.ini @@ -1,7 +1,19 @@ # GD6EB2 - Digimon Rumble Arena 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Some bad GFX -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GD6P70.ini b/Data/User/GameConfig/GD6P70.ini index a9d7e5dd47..c3e2f09ca3 100644 --- a/Data/User/GameConfig/GD6P70.ini +++ b/Data/User/GameConfig/GD6P70.ini @@ -1,6 +1,18 @@ # GD6P70 - Digimon Rumble Arena 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GD7PB2.ini b/Data/User/GameConfig/GD7PB2.ini index 02c0cc8f0e..08029b4ba3 100644 --- a/Data/User/GameConfig/GD7PB2.ini +++ b/Data/User/GameConfig/GD7PB2.ini @@ -1,7 +1,19 @@ # GD7PB2 - Dragon Ball Z Budokai -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Sound glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GD9E69.ini b/Data/User/GameConfig/GD9E69.ini index ba6e0d76e4..f88b436560 100644 --- a/Data/User/GameConfig/GD9E69.ini +++ b/Data/User/GameConfig/GD9E69.ini @@ -1,7 +1,19 @@ # GD9E69 - Drome Racers -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = May be slow -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GD9P69.ini b/Data/User/GameConfig/GD9P69.ini index bb9f68e0f9..f274cdfeb0 100644 --- a/Data/User/GameConfig/GD9P69.ini +++ b/Data/User/GameConfig/GD9P69.ini @@ -1,7 +1,19 @@ # GD9P69 - Drome Racers -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDDE41.ini b/Data/User/GameConfig/GDDE41.ini index a1d77fb493..8713c67d3b 100644 --- a/Data/User/GameConfig/GDDE41.ini +++ b/Data/User/GameConfig/GDDE41.ini @@ -1,10 +1,21 @@ # GDDE41 - Disney's Donald Duck Goin' Quackers -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Have Infinite Lives 04765074 00000063 $Always Have 99 Cogs @@ -18,5 +29,7 @@ $Never Have More Than 3 Lives $Never Have More Than 1 Cog 34765070 00000001 04765070 00000001 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GDEE71.ini b/Data/User/GameConfig/GDEE71.ini index 45321adaef..6844643184 100644 --- a/Data/User/GameConfig/GDEE71.ini +++ b/Data/User/GameConfig/GDEE71.ini @@ -1,19 +1,32 @@ -# GDEE71 - Baldur's Gate: Dark Alliance -[Core] Values set here will override the main dolphin settings. -SkipIdle = 0 -BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GDEE71 - Baldur's Gate: Dark Alliance + +[Core] +# Values set here will override the main dolphin settings. +SkipIdle = 0 +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GDFE5D.ini b/Data/User/GameConfig/GDFE5D.ini index 19296c87c8..e95b3c4ca3 100644 --- a/Data/User/GameConfig/GDFE5D.ini +++ b/Data/User/GameConfig/GDFE5D.ini @@ -1,7 +1,19 @@ # GDFE5D - Defender -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Alot GFX Glitches/Bugs -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDFP5D.ini b/Data/User/GameConfig/GDFP5D.ini index 47f16521d5..4521aabc44 100644 --- a/Data/User/GameConfig/GDFP5D.ini +++ b/Data/User/GameConfig/GDFP5D.ini @@ -1,6 +1,18 @@ # GDFP5D - Defender -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDGE7H.ini b/Data/User/GameConfig/GDGE7H.ini index 9228786a72..a2afd7f21a 100644 --- a/Data/User/GameConfig/GDGE7H.ini +++ b/Data/User/GameConfig/GDGE7H.ini @@ -1,19 +1,32 @@ # GDGE7H - Dragon's Lair 3D -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GDGP78.ini b/Data/User/GameConfig/GDGP78.ini index 7ff92c8b6c..28bcdb31cf 100644 --- a/Data/User/GameConfig/GDGP78.ini +++ b/Data/User/GameConfig/GDGP78.ini @@ -1,19 +1,32 @@ # GDGP78 - Dragon's Lair 3D -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GDIE7D.ini b/Data/User/GameConfig/GDIE7D.ini index ccf925f84c..f3b13a5944 100644 --- a/Data/User/GameConfig/GDIE7D.ini +++ b/Data/User/GameConfig/GDIE7D.ini @@ -1,11 +1,22 @@ # GDIE7D - Die Hard Vendetta -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GDIP7D.ini b/Data/User/GameConfig/GDIP7D.ini index 7ab734f4a4..fa48b8952f 100644 --- a/Data/User/GameConfig/GDIP7D.ini +++ b/Data/User/GameConfig/GDIP7D.ini @@ -1,7 +1,19 @@ # GDIP7D - Die Hard Vendetta -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDJEB2.ini b/Data/User/GameConfig/GDJEB2.ini index c1e1d4707a..b150d9eaea 100644 --- a/Data/User/GameConfig/GDJEB2.ini +++ b/Data/User/GameConfig/GDJEB2.ini @@ -1,10 +1,21 @@ # GDJEB2 - Digimon World 4 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Screen Blinking unless you enable use real efb -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Super Quick Level Up 04373D20 808D0040 04564F40 48000000 @@ -12,5 +23,7 @@ $Buy Something For Infinite Money 0439777C 800D0044 043A365C 800D0044 04564F44 000F423F + [Video] -ProjectionHack = 0 \ No newline at end of file +ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GDKEA4.ini b/Data/User/GameConfig/GDKEA4.ini index 97464c0328..f57d12d537 100644 --- a/Data/User/GameConfig/GDKEA4.ini +++ b/Data/User/GameConfig/GDKEA4.ini @@ -1,7 +1,19 @@ # GDKEA4 - Disney Sports: Soccer -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Need Projection Before R945 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDLEA4.ini b/Data/User/GameConfig/GDLEA4.ini index 4e8adde846..7500d95791 100644 --- a/Data/User/GameConfig/GDLEA4.ini +++ b/Data/User/GameConfig/GDLEA4.ini @@ -1,8 +1,19 @@ # GDLEA4 - Disney Sports: Basketball -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDME01.ini b/Data/User/GameConfig/GDME01.ini index db4c40f8cf..df62854501 100644 --- a/Data/User/GameConfig/GDME01.ini +++ b/Data/User/GameConfig/GDME01.ini @@ -1,7 +1,19 @@ # GDME01 - Disney's Magical Mirror starring Mickey Mouse -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDQP6S.ini b/Data/User/GameConfig/GDQP6S.ini index b0a65cff5b..d406e1deee 100644 --- a/Data/User/GameConfig/GDQP6S.ini +++ b/Data/User/GameConfig/GDQP6S.ini @@ -1,6 +1,18 @@ # GDQP6S - Darkened Skye -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDREAF.ini b/Data/User/GameConfig/GDREAF.ini index e31d00a0d4..d2ae0c6804 100644 --- a/Data/User/GameConfig/GDREAF.ini +++ b/Data/User/GameConfig/GDREAF.ini @@ -1,7 +1,19 @@ # GDREAF - DEAD TO RIGHTS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDSE78.ini b/Data/User/GameConfig/GDSE78.ini index d315811b96..d9428bf5d5 100644 --- a/Data/User/GameConfig/GDSE78.ini +++ b/Data/User/GameConfig/GDSE78.ini @@ -1,19 +1,32 @@ # GDSE78 - Dark Summit -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GDSP78.ini b/Data/User/GameConfig/GDSP78.ini index acebf51c09..b71f598b90 100644 --- a/Data/User/GameConfig/GDSP78.ini +++ b/Data/User/GameConfig/GDSP78.ini @@ -1,19 +1,32 @@ # GDSP78 - Dark Summit -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GDTE69.ini b/Data/User/GameConfig/GDTE69.ini index c54039a9b0..2d428825ef 100644 --- a/Data/User/GameConfig/GDTE69.ini +++ b/Data/User/GameConfig/GDTE69.ini @@ -1,10 +1,21 @@ # GDTE69 - Def Jam VENDETTA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Player 1 Max Health Tank 041B9B10 43A80000 $Player 1 No Health Tank @@ -234,3 +245,4 @@ $PROOF - Max Charisma 041B4298 00000008 $SPIDER - Max Power 041B42DC 00000011 + diff --git a/Data/User/GameConfig/GDVE6L.ini b/Data/User/GameConfig/GDVE6L.ini index 8f9fdd9c0e..292392d5a2 100644 --- a/Data/User/GameConfig/GDVE6L.ini +++ b/Data/User/GameConfig/GDVE6L.ini @@ -1,7 +1,19 @@ # GDVE6L - Driven -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Can crash -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDVP6L.ini b/Data/User/GameConfig/GDVP6L.ini index a81bfcf768..ca75f8c5a3 100644 --- a/Data/User/GameConfig/GDVP6L.ini +++ b/Data/User/GameConfig/GDVP6L.ini @@ -1,8 +1,20 @@ # GDVP6L - Driven -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. UseDualCore = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Grapics Glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GDWEA4.ini b/Data/User/GameConfig/GDWEA4.ini index 203e4fb6ac..4c0e7059d6 100644 --- a/Data/User/GameConfig/GDWEA4.ini +++ b/Data/User/GameConfig/GDWEA4.ini @@ -1,7 +1,19 @@ # GDWEA4 - Disney Sports: Football -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Need Projetion Before R945 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GE4E7D.ini b/Data/User/GameConfig/GE4E7D.ini index 66d98e1fe3..36225dfaf8 100644 --- a/Data/User/GameConfig/GE4E7D.ini +++ b/Data/User/GameConfig/GE4E7D.ini @@ -1,17 +1,29 @@ # GE4E7D - 4x4 Evolution 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 SkipIdle = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Idleskipping causes speed issues(menus,etc.) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GE5EA4.ini b/Data/User/GameConfig/GE5EA4.ini index 2401ed6d39..56e0f2778d 100644 --- a/Data/User/GameConfig/GE5EA4.ini +++ b/Data/User/GameConfig/GE5EA4.ini @@ -1,10 +1,21 @@ # GE5EA4 - TMNT:Mutant Melee -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 052278A8 00000226 $Press R+Y For More Time @@ -20,3 +31,4 @@ $All Melee Levels Unlocked 02280D2C 00100000 $Library Complete 02280BE8 0021FFFF + diff --git a/Data/User/GameConfig/GE9E5D.ini b/Data/User/GameConfig/GE9E5D.ini index a777f102ff..ce72d13799 100644 --- a/Data/User/GameConfig/GE9E5D.ini +++ b/Data/User/GameConfig/GE9E5D.ini @@ -1,8 +1,20 @@ # GE9E5D - Ed, Edd n Eddy -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GEAE8P.ini b/Data/User/GameConfig/GEAE8P.ini index 3cf24a25c5..a8b8662528 100644 --- a/Data/User/GameConfig/GEAE8P.ini +++ b/Data/User/GameConfig/GEAE8P.ini @@ -1,20 +1,34 @@ -# GEAE8P - Skies of Arcadia Legends -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Gfx glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 1.99998 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True +# GEAE8P - Skies of Arcadia Legends + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Gfx glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 1.99998 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GEAP8P.ini b/Data/User/GameConfig/GEAP8P.ini index e9fcefdcea..c68554d508 100644 --- a/Data/User/GameConfig/GEAP8P.ini +++ b/Data/User/GameConfig/GEAP8P.ini @@ -1,20 +1,34 @@ -# GEAP8P - Skies of Arcadia Legends -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Gfx glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 1.99998 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True +# GEAP8P - Skies of Arcadia Legends + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Gfx glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 1.99998 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GEBEA4.ini b/Data/User/GameConfig/GEBEA4.ini index 89a5c36459..40d03dcf5e 100644 --- a/Data/User/GameConfig/GEBEA4.ini +++ b/Data/User/GameConfig/GEBEA4.ini @@ -1,7 +1,19 @@ # GEBEA4 - EVOLUTION SNOWBOARDING -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GEDE01.ini b/Data/User/GameConfig/GEDE01.ini index 28462dcba1..a5282053cd 100644 --- a/Data/User/GameConfig/GEDE01.ini +++ b/Data/User/GameConfig/GEDE01.ini @@ -1,17 +1,30 @@ -# GEDE01 - Eternal Darkness -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = 5 -PH_ZFar = 0.15 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GEDE01 - Eternal Darkness + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = 5 +PH_ZFar = 0.15 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GEDP01.ini b/Data/User/GameConfig/GEDP01.ini index c41ee0fa00..caad9d1df8 100644 --- a/Data/User/GameConfig/GEDP01.ini +++ b/Data/User/GameConfig/GEDP01.ini @@ -1,17 +1,30 @@ -# GEDP01 - Eternal Darkness -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = 5 -PH_ZFar = 0.15 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GEDP01 - Eternal Darkness + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = 5 +PH_ZFar = 0.15 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GEME7F.ini b/Data/User/GameConfig/GEME7F.ini index ddd4a29fcc..d3462d71e5 100644 --- a/Data/User/GameConfig/GEME7F.ini +++ b/Data/User/GameConfig/GEME7F.ini @@ -1,6 +1,18 @@ # GEME7F - Egg Mania -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GEND69.ini b/Data/User/GameConfig/GEND69.ini index 7f10cedea9..dd139b7bb6 100644 --- a/Data/User/GameConfig/GEND69.ini +++ b/Data/User/GameConfig/GEND69.ini @@ -1,18 +1,31 @@ -# GEND69 - 007: Everything or Nothing -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GEND69 - 007: Everything or Nothing + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GENE69.ini b/Data/User/GameConfig/GENE69.ini index ccbd75120c..e48c83d296 100644 --- a/Data/User/GameConfig/GENE69.ini +++ b/Data/User/GameConfig/GENE69.ini @@ -1,18 +1,31 @@ -# GENE69 - 007: Everything or Nothing -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GENE69 - 007: Everything or Nothing + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GENP69.ini b/Data/User/GameConfig/GENP69.ini index d09fbe846d..6e920419f9 100644 --- a/Data/User/GameConfig/GENP69.ini +++ b/Data/User/GameConfig/GENP69.ini @@ -1,18 +1,31 @@ -# GENP69 - 007: Everything or Nothing -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GENP69 - 007: Everything or Nothing + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GENS69.ini b/Data/User/GameConfig/GENS69.ini index 2a22825215..ef548ccd26 100644 --- a/Data/User/GameConfig/GENS69.ini +++ b/Data/User/GameConfig/GENS69.ini @@ -1,18 +1,31 @@ -# GENS69 - 007: Everything or Nothing -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GENS69 - 007: Everything or Nothing + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GEOE08.ini b/Data/User/GameConfig/GEOE08.ini index a361f3dc61..a34035caf9 100644 --- a/Data/User/GameConfig/GEOE08.ini +++ b/Data/User/GameConfig/GEOE08.ini @@ -1,21 +1,34 @@ -# GEOE08 - CAPCOM VS. SNK 2 EO -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = GFX glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 512 -EFBScale = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] +# GEOE08 - CAPCOM VS. SNK 2 EO + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = GFX glitches + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +SafeTextureCacheColorSamples = 512 +EFBScale = 0 + diff --git a/Data/User/GameConfig/GEOP08.ini b/Data/User/GameConfig/GEOP08.ini index bdfcf73e61..00a1a50089 100644 --- a/Data/User/GameConfig/GEOP08.ini +++ b/Data/User/GameConfig/GEOP08.ini @@ -1,21 +1,34 @@ -# GEOP08 - CAPCOM VS. SNK 2 EO -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = GFX glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 512 -EFBScale = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] +# GEOP08 - CAPCOM VS. SNK 2 EO + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = GFX glitches + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +SafeTextureCacheColorSamples = 512 +EFBScale = 0 + diff --git a/Data/User/GameConfig/GESEA4.ini b/Data/User/GameConfig/GESEA4.ini index bbbc561afa..b058ba564f 100644 --- a/Data/User/GameConfig/GESEA4.ini +++ b/Data/User/GameConfig/GESEA4.ini @@ -1,7 +1,19 @@ # GESEA4 - Evolution Skateboarding -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Can't past konami logo EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GEWE41.ini b/Data/User/GameConfig/GEWE41.ini index e1a03defb8..3c52cdaf60 100644 --- a/Data/User/GameConfig/GEWE41.ini +++ b/Data/User/GameConfig/GEWE41.ini @@ -1,7 +1,19 @@ # GEWE41 - EVOLUTION WORLDS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GEXE52.ini b/Data/User/GameConfig/GEXE52.ini index 85c7b7e145..2f2565da87 100644 --- a/Data/User/GameConfig/GEXE52.ini +++ b/Data/User/GameConfig/GEXE52.ini @@ -1,7 +1,19 @@ # GEXE52 - Disney's Extreme Skate Adventure -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GEYE69.ini b/Data/User/GameConfig/GEYE69.ini index ebdea57aa7..f22e770880 100644 --- a/Data/User/GameConfig/GEYE69.ini +++ b/Data/User/GameConfig/GEYE69.ini @@ -1,16 +1,28 @@ # GEYE69 - EA SPORTS(TM) Fight Night Round 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GEZE8P.ini b/Data/User/GameConfig/GEZE8P.ini index 7789e114d6..dd4a2cacfd 100644 --- a/Data/User/GameConfig/GEZE8P.ini +++ b/Data/User/GameConfig/GEZE8P.ini @@ -1,19 +1,30 @@ -# GEZE8P - BillyHatcher -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Video_Hacks] +# GEZE8P - BillyHatcher + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GEZP8P.ini b/Data/User/GameConfig/GEZP8P.ini index 2c27b7a95b..579f691298 100644 --- a/Data/User/GameConfig/GEZP8P.ini +++ b/Data/User/GameConfig/GEZP8P.ini @@ -1,19 +1,30 @@ -# GEZP8P - BillyHatcher -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Video_Hacks] +# GEZP8P - BillyHatcher + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GF2E69.ini b/Data/User/GameConfig/GF2E69.ini index 8fc5848117..619816dc6b 100644 --- a/Data/User/GameConfig/GF2E69.ini +++ b/Data/User/GameConfig/GF2E69.ini @@ -1,7 +1,19 @@ # GF2E69 - EA F12002 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GF4E52.ini b/Data/User/GameConfig/GF4E52.ini index 9135101401..551b8680cd 100644 --- a/Data/User/GameConfig/GF4E52.ini +++ b/Data/User/GameConfig/GF4E52.ini @@ -1,19 +1,32 @@ -# GF4E52 - Fantastic Four -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# GF4E52 - Fantastic Four + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/GF4F52.ini b/Data/User/GameConfig/GF4F52.ini index 479efe3d49..99bd791d0c 100644 --- a/Data/User/GameConfig/GF4F52.ini +++ b/Data/User/GameConfig/GF4F52.ini @@ -1,19 +1,32 @@ -# GF4F52 - Fantastic Four -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# GF4F52 - Fantastic Four + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/GF4P52.ini b/Data/User/GameConfig/GF4P52.ini index 196d565967..3a5e17d7bc 100644 --- a/Data/User/GameConfig/GF4P52.ini +++ b/Data/User/GameConfig/GF4P52.ini @@ -1,19 +1,32 @@ -# GF4P52 - Fantastic Four -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# GF4P52 - Fantastic Four + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/GF5E69.ini b/Data/User/GameConfig/GF5E69.ini index eb1fd53fad..e99d7090cd 100644 --- a/Data/User/GameConfig/GF5E69.ini +++ b/Data/User/GameConfig/GF5E69.ini @@ -1,16 +1,28 @@ # GF5E69 - FIFA Soccer 2005 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Videos are messed up, skip them. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GF6E69.ini b/Data/User/GameConfig/GF6E69.ini index 770a2c2a6a..dd10e80d67 100644 --- a/Data/User/GameConfig/GF6E69.ini +++ b/Data/User/GameConfig/GF6E69.ini @@ -1,16 +1,28 @@ # GF6E69 - FIFA 06 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GF6F69.ini b/Data/User/GameConfig/GF6F69.ini index b1b162f832..bdce28bba3 100644 --- a/Data/User/GameConfig/GF6F69.ini +++ b/Data/User/GameConfig/GF6F69.ini @@ -1,16 +1,28 @@ # GF6F69 - FIFA 06 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GF7E01.ini b/Data/User/GameConfig/GF7E01.ini index 4d070c4e16..b2cb1b820c 100644 --- a/Data/User/GameConfig/GF7E01.ini +++ b/Data/User/GameConfig/GF7E01.ini @@ -1,82 +1,97 @@ -# GF7E01 - STARFOX ASSAULT -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = EFB must be an integer (integral, 1x, 2x, 3x). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -$Infinite Health -0402C334 380006C0 -0402C3E0 380006C0 -0402F51C 380006C0 -04046160 38A002BC -04046188 38A002BC -0404619C 386004B0 -040461D8 380004B0 -04077510 380002BC -04083E14 38000360 -$Invincible (On Foot) -04080F18 C04D0000 -0438D120 41000000 -$Infinite Lives -002A2D20 00000063 -$Infinite Boost -0402D8E0 380003E9 -0405136C C02D0004 -04054A90 C02D0004 -04054C4C C02D0004 -0438D124 43340000 -0404ACA0 C02D0004 -04050BDC C02D0004 -0405092C C02D0004 -$Max Laser Upgrade: Arwing -040468FC 38000002 -04046900 901E0208 -04046904 2C000002 -$Max Hits -022A2D2E 0000270F -$Infinite Bombs (On Pick-Up) -04046E08 38000003 -$Infinite Ammo -040814C8 60000000 -040814CC B064021A -04081720 38000063 -$Super Jump -0A29A8BA 00000800 -0407CD30 60000000 -1229A8BA 00000800 -0407CD30 D01F014C -$All Missions Unlocked -0029E550 0000000A -$All Missions Perfectly Completed -0229E554 0004FFFF -0229E55E 00040505 -00000000 8429E574 -000F4240 000A0001 -0429E568 000F4240 -0429E56C 000F4240 -$Unlock Xevious -0029E526 00000001 -$Unlock Wolf (Multiplayer) -0029E523 00000001 -$Unlock Peppy (Multiplayer) -0029E522 00000001 -$All Multiplayer Maps -0029E50B 00000601 -0229E518 00000101 -$Unlock Lots of Stuff In VS Mode By Completing A Match -0429E538 0000FFFF -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True +# GF7E01 - STARFOX ASSAULT + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = EFB must be an integer (integral, 1x, 2x, 3x). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Infinite Health +0402C334 380006C0 +0402C3E0 380006C0 +0402F51C 380006C0 +04046160 38A002BC +04046188 38A002BC +0404619C 386004B0 +040461D8 380004B0 +04077510 380002BC +04083E14 38000360 +$Invincible (On Foot) +04080F18 C04D0000 +0438D120 41000000 +$Infinite Lives +002A2D20 00000063 +$Infinite Boost +0402D8E0 380003E9 +0405136C C02D0004 +04054A90 C02D0004 +04054C4C C02D0004 +0438D124 43340000 +0404ACA0 C02D0004 +04050BDC C02D0004 +0405092C C02D0004 +$Max Laser Upgrade: Arwing +040468FC 38000002 +04046900 901E0208 +04046904 2C000002 +$Max Hits +022A2D2E 0000270F +$Infinite Bombs (On Pick-Up) +04046E08 38000003 +$Infinite Ammo +040814C8 60000000 +040814CC B064021A +04081720 38000063 +$Super Jump +0A29A8BA 00000800 +0407CD30 60000000 +1229A8BA 00000800 +0407CD30 D01F014C +$All Missions Unlocked +0029E550 0000000A +$All Missions Perfectly Completed +0229E554 0004FFFF +0229E55E 00040505 +00000000 8429E574 +000F4240 000A0001 +0429E568 000F4240 +0429E56C 000F4240 +$Unlock Xevious +0029E526 00000001 +$Unlock Wolf (Multiplayer) +0029E523 00000001 +$Unlock Peppy (Multiplayer) +0029E522 00000001 +$All Multiplayer Maps +0029E50B 00000601 +0229E518 00000101 +$Unlock Lots of Stuff In VS Mode By Completing A Match +0429E538 0000FFFF + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GF7P01.ini b/Data/User/GameConfig/GF7P01.ini index f262c027e1..edf4831056 100644 --- a/Data/User/GameConfig/GF7P01.ini +++ b/Data/User/GameConfig/GF7P01.ini @@ -1,78 +1,93 @@ -# GF7P01 - STARFOX ASSAULT -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = EFB must be an integer (integral, 1x, 2x, 3x). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] -$Single Mode -06A0E453 15008000 -$Unlock Missions -06A0E460 147229C0 -842B85F4 000109A0 -422B85F4 000038A0 -422B85F4 000298A3 -422B85F4 00030014 -842B85F4 FFFEF660 -$On Foot Missions -06A0E45D 147229A8 -04000000 00000000 -$Infinite Health -06A0E45E 14722EC0 -422BCF20 006F0258 -$Infinite Ammo -06A0E462 14722EC0 -04085ECC 38000063 -04085ED0 B003021A -04085ED4 4800014C -$Moon Jump (Hold Y) -06A0E461 14722EC0 -3A2B4C7A 00000800 -422BCF20 00A63E80 -$Have Some Weapons -06A0E463 14722EC0 -04086070 380001CE -$Flying Missions -06A0E454 147229A8 -04000000 00000000 -$Infinite Health -06A0E455 14722A40 -040465FC 38000500 -$Infinite Lives -06A0E456 14722A40 -002BD0E0 00000063 -$Infinite Bombs -06A0E45F 14722A40 -040471C8 3800000A -002BCF2B 00000009 -$Instant Power Refill -06A0E457 14722A40 -04055240 D07F0380 -$VS. Mode -06A0E458 15008000 -$Unlock Maps -06A0E459 14722C40 -002B88CB 00000E01 -$Unlock Peppy Hare -06A0E45A 14722C40 -002B88E3 00000001 -$Unlock Star Wolf -06A0E45B 14722C40 -002B88E4 00000001 -$Bonus: Unlock Xevious -06A0E45C 18000000 -002B88E6 00000001 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True +# GF7P01 - STARFOX ASSAULT + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = EFB must be an integer (integral, 1x, 2x, 3x). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Single Mode +06A0E453 15008000 +$Unlock Missions +06A0E460 147229C0 +842B85F4 000109A0 +422B85F4 000038A0 +422B85F4 000298A3 +422B85F4 00030014 +842B85F4 FFFEF660 +$On Foot Missions +06A0E45D 147229A8 +04000000 00000000 +$Infinite Health +06A0E45E 14722EC0 +422BCF20 006F0258 +$Infinite Ammo +06A0E462 14722EC0 +04085ECC 38000063 +04085ED0 B003021A +04085ED4 4800014C +$Moon Jump (Hold Y) +06A0E461 14722EC0 +3A2B4C7A 00000800 +422BCF20 00A63E80 +$Have Some Weapons +06A0E463 14722EC0 +04086070 380001CE +$Flying Missions +06A0E454 147229A8 +04000000 00000000 +$Infinite Health +06A0E455 14722A40 +040465FC 38000500 +$Infinite Lives +06A0E456 14722A40 +002BD0E0 00000063 +$Infinite Bombs +06A0E45F 14722A40 +040471C8 3800000A +002BCF2B 00000009 +$Instant Power Refill +06A0E457 14722A40 +04055240 D07F0380 +$VS. Mode +06A0E458 15008000 +$Unlock Maps +06A0E459 14722C40 +002B88CB 00000E01 +$Unlock Peppy Hare +06A0E45A 14722C40 +002B88E3 00000001 +$Unlock Star Wolf +06A0E45B 14722C40 +002B88E4 00000001 +$Bonus: Unlock Xevious +06A0E45C 18000000 +002B88E6 00000001 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GF8E69.ini b/Data/User/GameConfig/GF8E69.ini index 1af4d29771..210015e19e 100644 --- a/Data/User/GameConfig/GF8E69.ini +++ b/Data/User/GameConfig/GF8E69.ini @@ -1,11 +1,22 @@ # GF8E69 - FIFA Street -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = The videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Unlock All Venues 043D2290 00000001 $Unlock All Kits @@ -36,11 +47,12 @@ $Away Team Starts With 10 00416F8C 0000000A $Away Team Never Scores 00416F8C 00000000 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GF8P69.ini b/Data/User/GameConfig/GF8P69.ini index 3d6f730434..f2e61d3ea6 100644 --- a/Data/User/GameConfig/GF8P69.ini +++ b/Data/User/GameConfig/GF8P69.ini @@ -1,16 +1,28 @@ # GF8P69 - FIFA Street -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = The videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GFAD69.ini b/Data/User/GameConfig/GFAD69.ini index dc38e8bb7a..396ee6bc0d 100644 --- a/Data/User/GameConfig/GFAD69.ini +++ b/Data/User/GameConfig/GFAD69.ini @@ -1,16 +1,28 @@ # GFAD69 - FIFA 2003 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GFAE69.ini b/Data/User/GameConfig/GFAE69.ini index b8703789f9..3142b1173a 100644 --- a/Data/User/GameConfig/GFAE69.ini +++ b/Data/User/GameConfig/GFAE69.ini @@ -1,16 +1,28 @@ # GFAE69 - FIFA 2003 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GFAP69.ini b/Data/User/GameConfig/GFAP69.ini index c201ae85d0..0be09b3dbb 100644 --- a/Data/User/GameConfig/GFAP69.ini +++ b/Data/User/GameConfig/GFAP69.ini @@ -1,16 +1,28 @@ # GFAP69 - FIFA 2003 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GFAS69.ini b/Data/User/GameConfig/GFAS69.ini index 12b3ef55ae..bfcfa85ce5 100644 --- a/Data/User/GameConfig/GFAS69.ini +++ b/Data/User/GameConfig/GFAS69.ini @@ -1,16 +1,28 @@ # GFAS69 - FIFA 2003 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GFBE5D.ini b/Data/User/GameConfig/GFBE5D.ini index bcbc27a0ae..75d267246f 100644 --- a/Data/User/GameConfig/GFBE5D.ini +++ b/Data/User/GameConfig/GFBE5D.ini @@ -1,13 +1,23 @@ # GFBE5D - FireBlade -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video_Hacks] EFBCopyEnable = True EFBToTextureEnable = True - diff --git a/Data/User/GameConfig/GFCP69.ini b/Data/User/GameConfig/GFCP69.ini index 80eb72f63b..054a6068f4 100644 --- a/Data/User/GameConfig/GFCP69.ini +++ b/Data/User/GameConfig/GFCP69.ini @@ -1,7 +1,19 @@ # GFCP69 - F1 Career Challenge -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = A bit Slow and crash randomly -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GFDD69.ini b/Data/User/GameConfig/GFDD69.ini index 114fae85c8..d1ef0be94a 100644 --- a/Data/User/GameConfig/GFDD69.ini +++ b/Data/User/GameConfig/GFDD69.ini @@ -1,19 +1,32 @@ # GFDD69 - Freedom Fighters -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + diff --git a/Data/User/GameConfig/GFDE69.ini b/Data/User/GameConfig/GFDE69.ini index 091738a730..720b43b522 100644 --- a/Data/User/GameConfig/GFDE69.ini +++ b/Data/User/GameConfig/GFDE69.ini @@ -1,19 +1,32 @@ # GFDE69 - Freedom Fighters -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + diff --git a/Data/User/GameConfig/GFEE01.ini b/Data/User/GameConfig/GFEE01.ini index f5ff977720..3a42b7af5d 100644 --- a/Data/User/GameConfig/GFEE01.ini +++ b/Data/User/GameConfig/GFEE01.ini @@ -1,14 +1,21 @@ # GFEE01 - FIRE EMBLEM GC US + [Core] -#Values set here will override the main dolphin settings. -[Speedhacks] -0x8020a51c=500 +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Max/Infinite Health(IKE) 002B168C 00000028 002B168F 00000015 @@ -30,7 +37,10 @@ $Max Resistance(IKE) 002B1696 00000014 $Max Movement(IKE) 002B168E 00000014 + [Video] ProjectionHack = 0 -[Gecko] + +[Speedhacks] +0x8020a51c=500 diff --git a/Data/User/GameConfig/GFEJ01.ini b/Data/User/GameConfig/GFEJ01.ini index 7e75c716de..d8dec58b5e 100644 --- a/Data/User/GameConfig/GFEJ01.ini +++ b/Data/User/GameConfig/GFEJ01.ini @@ -1,11 +1,22 @@ # GFEJ01 - FIRE EMBLEM GC JAP + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Speedhacks] 0x80204ce8=500 -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] + diff --git a/Data/User/GameConfig/GFEP01.ini b/Data/User/GameConfig/GFEP01.ini index 8ebc18add8..d4a97d19be 100644 --- a/Data/User/GameConfig/GFEP01.ini +++ b/Data/User/GameConfig/GFEP01.ini @@ -1,14 +1,26 @@ # GFEE01 - FIRE EMBLEM GC EU + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. SkipIdle = 0 -[Speedhacks] -0x80213278=500 + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + +[Speedhacks] +0x80213278=500 + diff --git a/Data/User/GameConfig/GFFE5D.ini b/Data/User/GameConfig/GFFE5D.ini index ec210f807b..7558326aa6 100644 --- a/Data/User/GameConfig/GFFE5D.ini +++ b/Data/User/GameConfig/GFFE5D.ini @@ -1,18 +1,30 @@ # GFFE5D - Freaky Flyers -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up (r7422) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True diff --git a/Data/User/GameConfig/GFGEA4.ini b/Data/User/GameConfig/GFGEA4.ini index 99b0fc20d5..6563b22652 100644 --- a/Data/User/GameConfig/GFGEA4.ini +++ b/Data/User/GameConfig/GFGEA4.ini @@ -1,7 +1,19 @@ # GFGEA4 - Frogger Beyond -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Some GFX glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GFHP6V.ini b/Data/User/GameConfig/GFHP6V.ini index c0228f87b6..2658c253e0 100644 --- a/Data/User/GameConfig/GFHP6V.ini +++ b/Data/User/GameConfig/GFHP6V.ini @@ -1,11 +1,23 @@ # GFHP6V - Neighbours From Hell -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] \ No newline at end of file + diff --git a/Data/User/GameConfig/GFKE69.ini b/Data/User/GameConfig/GFKE69.ini index e8c88a76b5..63582f2dfd 100644 --- a/Data/User/GameConfig/GFKE69.ini +++ b/Data/User/GameConfig/GFKE69.ini @@ -1,7 +1,19 @@ # GFKE69 - Freekstyle -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GFPEA4.ini b/Data/User/GameConfig/GFPEA4.ini index 06436afb92..3414c1fb4b 100644 --- a/Data/User/GameConfig/GFPEA4.ini +++ b/Data/User/GameConfig/GFPEA4.ini @@ -1,7 +1,19 @@ # GFPEA4 - Frogger Ancient Shadow -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Some overlay bug in textures -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GFQEA4.ini b/Data/User/GameConfig/GFQEA4.ini index d975396bf0..b9cffbcf86 100644 --- a/Data/User/GameConfig/GFQEA4.ini +++ b/Data/User/GameConfig/GFQEA4.ini @@ -1,7 +1,19 @@ # GFQEA4 - Frogger's Adventures The Rescue -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GFTE01.ini b/Data/User/GameConfig/GFTE01.ini index 3b1afe9ff0..45ea253c2d 100644 --- a/Data/User/GameConfig/GFTE01.ini +++ b/Data/User/GameConfig/GFTE01.ini @@ -1,11 +1,22 @@ # GFTE01 - MarioGolf Toadstool Tour -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GFTP01.ini b/Data/User/GameConfig/GFTP01.ini index 5132b488e2..ab864bbc51 100644 --- a/Data/User/GameConfig/GFTP01.ini +++ b/Data/User/GameConfig/GFTP01.ini @@ -1,10 +1,22 @@ # GFTP01 - MarioGolf Toadstool Tour -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Graphical glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GFUE4Z.ini b/Data/User/GameConfig/GFUE4Z.ini index 6ff0851fb8..1b18a7eb4f 100644 --- a/Data/User/GameConfig/GFUE4Z.ini +++ b/Data/User/GameConfig/GFUE4Z.ini @@ -1,8 +1,20 @@ # GFUE4Z - FutureTactics -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Corrupt Graphics" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GFYE69.ini b/Data/User/GameConfig/GFYE69.ini index 043d96b489..53e0fd761c 100644 --- a/Data/User/GameConfig/GFYE69.ini +++ b/Data/User/GameConfig/GFYE69.ini @@ -1,42 +1,55 @@ -# GFYE69 - FIFA Street 2 -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -$Home Team Starts With 10 -2843491F 0000000A -0043491F 0000000A -$Home Team Starts With 5 -2843491F 00000005 -0043491F 00000005 -$Home Team Can't Score -0043491F 00000000 -$Home Team Quick Trick Points -04434920 000F423F -$Home Team Low Trick Points -04434920 00000000 -$Away Team Starts With 10 -284349E7 0000000A -004349E7 0000000A -$Away Team Starts With 5 -284349E7 00000005 -004349E7 00000005 -$Away Team Can't Score -004349E7 00000000 -$Away Team Quick Trick Points -044349E8 000F423F -$Away Team Low Trick Points -044349E8 00000000 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GFYE69 - FIFA Street 2 + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Videos are messed up, skip them. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Home Team Starts With 10 +2843491F 0000000A +0043491F 0000000A +$Home Team Starts With 5 +2843491F 00000005 +0043491F 00000005 +$Home Team Can't Score +0043491F 00000000 +$Home Team Quick Trick Points +04434920 000F423F +$Home Team Low Trick Points +04434920 00000000 +$Away Team Starts With 10 +284349E7 0000000A +004349E7 0000000A +$Away Team Starts With 5 +284349E7 00000005 +004349E7 00000005 +$Away Team Can't Score +004349E7 00000000 +$Away Team Quick Trick Points +044349E8 000F423F +$Away Team Low Trick Points +044349E8 00000000 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GFYP69.ini b/Data/User/GameConfig/GFYP69.ini index 9f6a5b344f..4eb254e580 100644 --- a/Data/User/GameConfig/GFYP69.ini +++ b/Data/User/GameConfig/GFYP69.ini @@ -1,13 +1,26 @@ -# GFYP69 - FIFA Street 2 -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GFYP69 - FIFA Street 2 + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Videos are messed up, skip them. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GFZE01.ini b/Data/User/GameConfig/GFZE01.ini index ccb8bd547e..dbdf33b12a 100644 --- a/Data/User/GameConfig/GFZE01.ini +++ b/Data/User/GameConfig/GFZE01.ini @@ -1,20 +1,24 @@ # GFZE01 - F-ZERO GX (US Version) -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF = True TLBHack = 1 SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Synchronize GPU thread for stability. -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = 20 -PH_ZFar = 1.7555555 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Beat All Cups (unlock Master class/Diamond Cup) 9C0030C8 00120000 840030C8 0023DC50 @@ -38,6 +42,12 @@ $All Vehicles Unlocked 420030C8 0002FFFF 420030C8 0003FFFF 840030C8 FFDC6F00 -[Gecko] -[Video_Hacks] -[Video_Settings] + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = 20 +PH_ZFar = 1.7555555 + diff --git a/Data/User/GameConfig/GFZJ01.ini b/Data/User/GameConfig/GFZJ01.ini index fe25191e22..22a0191407 100644 --- a/Data/User/GameConfig/GFZJ01.ini +++ b/Data/User/GameConfig/GFZJ01.ini @@ -1,20 +1,24 @@ -# GFZJ01 - F-ZERO GX -[Core] Values set here will override the main dolphin settings. +# GFZJ01 - F-ZERO GX + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF = True TLBHack = 1 SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Synchronize GPU thread for stability. -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = 20 -PH_ZFar = 1.7555555 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Make Save Copyable 0C031514 909C0028 04031518 48BFFBE8 @@ -22,5 +26,12 @@ $Make Save Copyable 04C31104 981C0034 04C31108 38000000 04C3110C 4B400410 -[Gecko] + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = 20 +PH_ZFar = 1.7555555 diff --git a/Data/User/GameConfig/GFZP01.ini b/Data/User/GameConfig/GFZP01.ini index dbae5b6711..d14cc8a11d 100644 --- a/Data/User/GameConfig/GFZP01.ini +++ b/Data/User/GameConfig/GFZP01.ini @@ -1,20 +1,24 @@ # GFZP01 - F-ZERO GX (PAL) -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF = True TLBHack = 1 SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Synchronize GPU thread for stability. -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = 20 -PH_ZFar = 1.7555555 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Make Save Copyable 0C031514 909C0028 04031518 48BFFBE8 @@ -22,6 +26,12 @@ $Make Save Copyable 04C31104 981C0034 04C31108 38000000 04C3110C 4B400410 -[Gecko] -[Video_Hacks] -[Video_Settings] + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = 20 +PH_ZFar = 1.7555555 + diff --git a/Data/User/GameConfig/GG4E08.ini b/Data/User/GameConfig/GG4E08.ini index 8ad484346a..6c28a8d695 100644 --- a/Data/User/GameConfig/GG4E08.ini +++ b/Data/User/GameConfig/GG4E08.ini @@ -1,7 +1,19 @@ # GG4E08 - GotchaForceUsa -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GG4P08.ini b/Data/User/GameConfig/GG4P08.ini index 301051bc11..2f421e8659 100644 --- a/Data/User/GameConfig/GG4P08.ini +++ b/Data/User/GameConfig/GG4P08.ini @@ -1,10 +1,22 @@ # GG4P08 - GOTCHA FORCE +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Speedhacks] 0x802087c8=200 -[OnFrame] -[ActionReplay] + diff --git a/Data/User/GameConfig/GG5E52.ini b/Data/User/GameConfig/GG5E52.ini index 97f50e2871..d99aec6f1a 100644 --- a/Data/User/GameConfig/GG5E52.ini +++ b/Data/User/GameConfig/GG5E52.ini @@ -1,16 +1,28 @@ # GG5E52 - Cabela's(R) BGH 2005 Adv. -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GGAJB2.ini b/Data/User/GameConfig/GGAJB2.ini index 7f6cf7f770..a94f874207 100644 --- a/Data/User/GameConfig/GGAJB2.ini +++ b/Data/User/GameConfig/GGAJB2.ini @@ -1,6 +1,18 @@ # GGAJB2 - GUNDAM1 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GGCE0A.ini b/Data/User/GameConfig/GGCE0A.ini index ac57e4ea04..ff4a5dfd01 100644 --- a/Data/User/GameConfig/GGCE0A.ini +++ b/Data/User/GameConfig/GGCE0A.ini @@ -1,6 +1,18 @@ # GGCE0A - Goblin Commander -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GGCOSD.ini b/Data/User/GameConfig/GGCOSD.ini index 2419b82862..a0dc9be610 100644 --- a/Data/User/GameConfig/GGCOSD.ini +++ b/Data/User/GameConfig/GGCOSD.ini @@ -1,9 +1,22 @@ # GGCOSD - GCOS MultiGame DVD (C) GCOS TEAM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GGEE41.ini b/Data/User/GameConfig/GGEE41.ini index 3ef5039992..1b91120510 100644 --- a/Data/User/GameConfig/GGEE41.ini +++ b/Data/User/GameConfig/GGEE41.ini @@ -1,21 +1,34 @@ # GGEE41 - Beyond Good and Evil -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +VSync = False + [Video_Hacks] DlistCachingEnable = False EFBAccessEnable = True -[Video_Settings] -[Video_Hardware] -VSync = False + diff --git a/Data/User/GameConfig/GGEP41.ini b/Data/User/GameConfig/GGEP41.ini index 83effcf059..ac482401c3 100644 --- a/Data/User/GameConfig/GGEP41.ini +++ b/Data/User/GameConfig/GGEP41.ini @@ -1,21 +1,34 @@ # GGEP41 - Beyond Good and Evil -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +VSync = False + [Video_Hacks] DlistCachingEnable = False EFBAccessEnable = True -[Video_Settings] -[Video_Hardware] -VSync = False + diff --git a/Data/User/GameConfig/GGEY41.ini b/Data/User/GameConfig/GGEY41.ini index 5fddf1aa82..1fc9a883f2 100644 --- a/Data/User/GameConfig/GGEY41.ini +++ b/Data/User/GameConfig/GGEY41.ini @@ -1,21 +1,34 @@ # GGEY41 - Beyond Good and Evil -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +VSync = False + [Video_Hacks] DlistCachingEnable = False EFBAccessEnable = True -[Video_Settings] -[Video_Hardware] -VSync = False + diff --git a/Data/User/GameConfig/GGME00.ini b/Data/User/GameConfig/GGME00.ini index d06ef413de..d53875a5e7 100644 --- a/Data/User/GameConfig/GGME00.ini +++ b/Data/User/GameConfig/GGME00.ini @@ -1,6 +1,18 @@ # GGME00 - Sega Genesis Mega Drive Emulator -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GGPJB2.ini b/Data/User/GameConfig/GGPJB2.ini index f2be092b0c..e143db5215 100644 --- a/Data/User/GameConfig/GGPJB2.ini +++ b/Data/User/GameConfig/GGPJB2.ini @@ -1,6 +1,18 @@ # GGPJB2 - SD GUNDAM1 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GGRE41.ini b/Data/User/GameConfig/GGRE41.ini index 6d6ebdfc2b..1950d1a29a 100644 --- a/Data/User/GameConfig/GGRE41.ini +++ b/Data/User/GameConfig/GGRE41.ini @@ -1,18 +1,30 @@ # GGRE41 - TOM CLANCY'S GHOST RECON -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Needs Real Xfb to show videos. Graphic glitches (r6945) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True diff --git a/Data/User/GameConfig/GGSEA4.ini b/Data/User/GameConfig/GGSEA4.ini index 086f9019ed..48284ccdc2 100644 --- a/Data/User/GameConfig/GGSEA4.ini +++ b/Data/User/GameConfig/GGSEA4.ini @@ -1,20 +1,31 @@ -# GGSEA4 - METAL GEAR SOLID THE TWIN SNAKES -[Core] -TLBHack = 1 -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# GGSEA4 - METAL GEAR SOLID THE TWIN SNAKES + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GGSJA4.ini b/Data/User/GameConfig/GGSJA4.ini index d36140fd62..809e65aecd 100644 --- a/Data/User/GameConfig/GGSJA4.ini +++ b/Data/User/GameConfig/GGSJA4.ini @@ -1,14 +1,27 @@ -# GGSJA4 - METAL GEAR SOLID THE TWIN SNAKES -[Core] -TLBHack = 1 -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GGSJA4 - METAL GEAR SOLID THE TWIN SNAKES + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GGSPA4.ini b/Data/User/GameConfig/GGSPA4.ini index c0c8957f39..2bbeaf9302 100644 --- a/Data/User/GameConfig/GGSPA4.ini +++ b/Data/User/GameConfig/GGSPA4.ini @@ -1,120 +1,133 @@ -# GGSPA4 - METAL GEAR SOLID THE TWIN SNAKES -[Core] -TLBHack = 1 -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -$Infinite Health -425577DC 02D90064 -6C5577DC 81000000 -425577DC 015C0064 -425577DC 02310064 -$Infinite Oxygen -025666B6 00000DAC -$No Reload -325B08F6 0000000F -025B08FA 00000019 -2A5B08F6 00000010 -025B08FA 0000000F -$Max Grip Level -025666E8 0000012C -$Have Infinite Rations -025668FA 00000005 -$Have Infinite Medicine -025668FE 00000001 -$Have Infinite Bandages -02566900 0000000A -$Have Infinite Pentazem -02566902 0000000A -$Have Body Armor -02566906 00000001 -$Have Mine Detector -0256690A 00000001 -$Have RP Sensor -0256692A 00000001 -$Have Gas Mask -0256690E 00000001 -$Have Night Vision Goggles -02566910 00000001 -$Have Thermal Goggles -02566912 00000001 -$Have Scope -02566914 00000001 -$Have Digital Camera -02566916 00000001 -$Have Rope -02566920 00000001 -$Have Handkerchief -0256694A 00000001 -$Have Box 1 -02566918 00000001 -$Have Box 2 -02566924 00000001 -$Have Box 3 -02566926 00000001 -$Have Ketchup -02566928 00000001 -$Have SOCOM Suppressor -02566932 00000001 -$Have MO Disc -0256693C 00000001 -$Have Level 99 Keycard -0256691C 00000063 -$Have Bandana -02566938 00000001 -$Have Stealth Suit -02566908 00000001 -$Have M9 (Infinite Ammo) -0256686A 0000002E -$Have SOCOM (Infinite Ammo) -0256686E 0000003D -$Have PSG1 (Infinite Ammo) -02566870 0000003D -$Have Nikita (Infinite Ammo) -02566874 00000028 -$Have Stinger (Infinite Ammo) -02566876 00000028 -$Have Claymore (Infinite Ammo) -02566878 00000010 -$Have C4 (Infinite Ammo) -0256687A 00000010 -$Have Chaff Grenade (Infinite Ammo) -0256687C 00000014 -$Have Stun Grenade (Infinite Ammo) -0256687E 00000014 -$Have Grenade (Infinite Ammo) -0256688A 00000014 -$Have FAMAS (Infinite Ammo) -0256688C 000000D3 -$Have PSG1-T (Infinite Ammo) -0256688E 0000003D -$Have Book (Infinite Ammo) -02566892 00000005 -$Have Magazine (Infinite Ammo) -02566888 00000064 -$Have No PAL Key -0256694C 00000000 -$Have Warm (Yellow) PAL Key -0256694C 00000001 -$Have Cold (Blue) PAL Key -0256694C 00000002 -$Have Hot (Red) PAL Key -0256694C 00000003 -$Low Total Game Time -045666F4 000000A0 -$Saved 0 Times -025666F2 00000000 -$Continued 0 Times -025666EC 00000000 -$999 Kills -02566700 000003E7 -$0 Rations Used -02567B4C 00000000 -[Video] -ProjectionHack = 0 -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GGSPA4 - METAL GEAR SOLID THE TWIN SNAKES + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Infinite Health +425577DC 02D90064 +6C5577DC 81000000 +425577DC 015C0064 +425577DC 02310064 +$Infinite Oxygen +025666B6 00000DAC +$No Reload +325B08F6 0000000F +025B08FA 00000019 +2A5B08F6 00000010 +025B08FA 0000000F +$Max Grip Level +025666E8 0000012C +$Have Infinite Rations +025668FA 00000005 +$Have Infinite Medicine +025668FE 00000001 +$Have Infinite Bandages +02566900 0000000A +$Have Infinite Pentazem +02566902 0000000A +$Have Body Armor +02566906 00000001 +$Have Mine Detector +0256690A 00000001 +$Have RP Sensor +0256692A 00000001 +$Have Gas Mask +0256690E 00000001 +$Have Night Vision Goggles +02566910 00000001 +$Have Thermal Goggles +02566912 00000001 +$Have Scope +02566914 00000001 +$Have Digital Camera +02566916 00000001 +$Have Rope +02566920 00000001 +$Have Handkerchief +0256694A 00000001 +$Have Box 1 +02566918 00000001 +$Have Box 2 +02566924 00000001 +$Have Box 3 +02566926 00000001 +$Have Ketchup +02566928 00000001 +$Have SOCOM Suppressor +02566932 00000001 +$Have MO Disc +0256693C 00000001 +$Have Level 99 Keycard +0256691C 00000063 +$Have Bandana +02566938 00000001 +$Have Stealth Suit +02566908 00000001 +$Have M9 (Infinite Ammo) +0256686A 0000002E +$Have SOCOM (Infinite Ammo) +0256686E 0000003D +$Have PSG1 (Infinite Ammo) +02566870 0000003D +$Have Nikita (Infinite Ammo) +02566874 00000028 +$Have Stinger (Infinite Ammo) +02566876 00000028 +$Have Claymore (Infinite Ammo) +02566878 00000010 +$Have C4 (Infinite Ammo) +0256687A 00000010 +$Have Chaff Grenade (Infinite Ammo) +0256687C 00000014 +$Have Stun Grenade (Infinite Ammo) +0256687E 00000014 +$Have Grenade (Infinite Ammo) +0256688A 00000014 +$Have FAMAS (Infinite Ammo) +0256688C 000000D3 +$Have PSG1-T (Infinite Ammo) +0256688E 0000003D +$Have Book (Infinite Ammo) +02566892 00000005 +$Have Magazine (Infinite Ammo) +02566888 00000064 +$Have No PAL Key +0256694C 00000000 +$Have Warm (Yellow) PAL Key +0256694C 00000001 +$Have Cold (Blue) PAL Key +0256694C 00000002 +$Have Hot (Red) PAL Key +0256694C 00000003 +$Low Total Game Time +045666F4 000000A0 +$Saved 0 Times +025666F2 00000000 +$Continued 0 Times +025666EC 00000000 +$999 Kills +02566700 000003E7 +$0 Rations Used +02567B4C 00000000 + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GGTE01.ini b/Data/User/GameConfig/GGTE01.ini index ba8c7e02d3..2aadec6c9d 100644 --- a/Data/User/GameConfig/GGTE01.ini +++ b/Data/User/GameConfig/GGTE01.ini @@ -1,11 +1,20 @@ # GGTE01 - ChibiRobo! + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. Last validated using ver. r1697 +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Max Battery Energy 0728E819 08000000 0438F74C 4479C000 @@ -18,3 +27,4 @@ $Max/Infinite Money $Max Happy Points 0728E81C 08000000 0438F73C 0001869F + diff --git a/Data/User/GameConfig/GGTP01.ini b/Data/User/GameConfig/GGTP01.ini index 362e861f61..ee83a7020f 100644 --- a/Data/User/GameConfig/GGTP01.ini +++ b/Data/User/GameConfig/GGTP01.ini @@ -1,6 +1,18 @@ # GGTP01 - ChibiRobo! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GGYE41.ini b/Data/User/GameConfig/GGYE41.ini index a34b296af9..fef384af58 100644 --- a/Data/User/GameConfig/GGYE41.ini +++ b/Data/User/GameConfig/GGYE41.ini @@ -1,20 +1,34 @@ -# GGYE41 - GR2GC -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Needs Real XFB for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = True -SafeTextureCacheColorSamples = 512 +# GGYE41 - GR2GC + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Needs Real XFB for videos to show up. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GGYP41.ini b/Data/User/GameConfig/GGYP41.ini index f1a715cbe3..8102c0775c 100644 --- a/Data/User/GameConfig/GGYP41.ini +++ b/Data/User/GameConfig/GGYP41.ini @@ -1,20 +1,34 @@ -# GGYP41 - GR2GC -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Needs Real XFB for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = True -SafeTextureCacheColorSamples = 512 +# GGYP41 - GR2GC + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Needs Real XFB for videos to show up. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GGZE52.ini b/Data/User/GameConfig/GGZE52.ini index 7575ca0da3..4bcb93b6e1 100644 --- a/Data/User/GameConfig/GGZE52.ini +++ b/Data/User/GameConfig/GGZE52.ini @@ -1,19 +1,32 @@ # GGZE52 - Madagascar -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = GFX glitches. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Hacks] -EFBCopyEnable = True -EFBToTextureEnable = False + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBCopyEnable = True +EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/GGZX52.ini b/Data/User/GameConfig/GGZX52.ini index 9db929b16b..cd73478023 100644 --- a/Data/User/GameConfig/GGZX52.ini +++ b/Data/User/GameConfig/GGZX52.ini @@ -1,19 +1,32 @@ # GGZX52 - Madagascar -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = GFX glitches. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Hacks] -EFBCopyEnable = True -EFBToTextureEnable = False + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] \ No newline at end of file +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBCopyEnable = True +EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/GH2E69.ini b/Data/User/GameConfig/GH2E69.ini index 8c27de59c8..2691e0f2ed 100644 --- a/Data/User/GameConfig/GH2E69.ini +++ b/Data/User/GameConfig/GH2E69.ini @@ -1,18 +1,31 @@ -# GH2E69 - NFS: HP2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Intro videos are messed up, skip them. The game is slow. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# GH2E69 - NFS: HP2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Intro videos are messed up, skip them. The game is slow. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/GH2P69.ini b/Data/User/GameConfig/GH2P69.ini index 060155d7fd..a488d25885 100644 --- a/Data/User/GameConfig/GH2P69.ini +++ b/Data/User/GameConfig/GH2P69.ini @@ -1,18 +1,31 @@ -# GH2P69 - NFS: HP2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Intro videos are messed up, skip them. The game is slow. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# GH2P69 - NFS: HP2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Intro videos are messed up, skip them. The game is slow. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/GH4D69.ini b/Data/User/GameConfig/GH4D69.ini index aa043328ab..659b162438 100644 --- a/Data/User/GameConfig/GH4D69.ini +++ b/Data/User/GameConfig/GH4D69.ini @@ -1,16 +1,28 @@ # GH4D69 - Harry Potter and the Goblet of Fire -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GH4E69.ini b/Data/User/GameConfig/GH4E69.ini index 53f2bf092e..368ed4d07c 100644 --- a/Data/User/GameConfig/GH4E69.ini +++ b/Data/User/GameConfig/GH4E69.ini @@ -1,16 +1,28 @@ # GH4E69 - Harry Potter and the Goblet of Fire -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GH4F69.ini b/Data/User/GameConfig/GH4F69.ini index 162bbcd94d..63372f6e12 100644 --- a/Data/User/GameConfig/GH4F69.ini +++ b/Data/User/GameConfig/GH4F69.ini @@ -1,16 +1,28 @@ # GH4F69 - Harry Potter and the Goblet of Fire -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GH4H69.ini b/Data/User/GameConfig/GH4H69.ini index f348f1f777..38a4e9f256 100644 --- a/Data/User/GameConfig/GH4H69.ini +++ b/Data/User/GameConfig/GH4H69.ini @@ -1,16 +1,28 @@ # GH4H69 - Harry Potter and the Goblet of Fire -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GH4I69.ini b/Data/User/GameConfig/GH4I69.ini index b3bb4acb13..aeaf414dc4 100644 --- a/Data/User/GameConfig/GH4I69.ini +++ b/Data/User/GameConfig/GH4I69.ini @@ -1,16 +1,28 @@ # GH4I69 - Harry Potter and the Goblet of Fire -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GH4J69.ini b/Data/User/GameConfig/GH4J69.ini index 8427cb7a75..94224f8d3a 100644 --- a/Data/User/GameConfig/GH4J69.ini +++ b/Data/User/GameConfig/GH4J69.ini @@ -1,16 +1,28 @@ # GH4J69 - Harry Potter to Honoo no Goblet -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GH4M69.ini b/Data/User/GameConfig/GH4M69.ini index d26c2c8bf7..d30655cbd3 100644 --- a/Data/User/GameConfig/GH4M69.ini +++ b/Data/User/GameConfig/GH4M69.ini @@ -1,16 +1,28 @@ # GH4M69 - Harry Potter and the Goblet of Fire -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GH4P69.ini b/Data/User/GameConfig/GH4P69.ini index 7f59479c96..f7a9600eee 100644 --- a/Data/User/GameConfig/GH4P69.ini +++ b/Data/User/GameConfig/GH4P69.ini @@ -1,16 +1,28 @@ # GH4P69 - Harry Potter and the Goblet of Fire -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GH4S69.ini b/Data/User/GameConfig/GH4S69.ini index 277c978f4a..90e2049562 100644 --- a/Data/User/GameConfig/GH4S69.ini +++ b/Data/User/GameConfig/GH4S69.ini @@ -1,16 +1,28 @@ # GH4S69 - Harry Potter and the Goblet of Fire -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GH5E52.ini b/Data/User/GameConfig/GH5E52.ini index c7b29ec79f..148a69c0d9 100644 --- a/Data/User/GameConfig/GH5E52.ini +++ b/Data/User/GameConfig/GH5E52.ini @@ -1,7 +1,19 @@ # GH5E52 - Over The Hedge -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 EmulationIssues = Black screen -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GH6EAF.ini b/Data/User/GameConfig/GH6EAF.ini index 0be36ebe9e..20f6a5cda6 100644 --- a/Data/User/GameConfig/GH6EAF.ini +++ b/Data/User/GameConfig/GH6EAF.ini @@ -1,7 +1,19 @@ # GH6EAF - Hello Kitty Roller Rescue -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GH7E5D.ini b/Data/User/GameConfig/GH7E5D.ini index 15156dd72d..3ddfcbfbb2 100644 --- a/Data/User/GameConfig/GH7E5D.ini +++ b/Data/User/GameConfig/GH7E5D.ini @@ -1,18 +1,31 @@ -# GH7E5D - Happy Feet -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GH7E5D - Happy Feet + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GHAE08.ini b/Data/User/GameConfig/GHAE08.ini index eea8dfd987..813a623c32 100644 --- a/Data/User/GameConfig/GHAE08.ini +++ b/Data/User/GameConfig/GHAE08.ini @@ -1,16 +1,27 @@ # GHAE08 - RESIDENT EVIL2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/GHAP08.ini b/Data/User/GameConfig/GHAP08.ini index eb09c102db..55a4532ee5 100644 --- a/Data/User/GameConfig/GHAP08.ini +++ b/Data/User/GameConfig/GHAP08.ini @@ -1,6 +1,18 @@ # GHAP08 - Resident Evil 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GHBE7D.ini b/Data/User/GameConfig/GHBE7D.ini index 9f9f8e629a..2367ab0a95 100644 --- a/Data/User/GameConfig/GHBE7D.ini +++ b/Data/User/GameConfig/GHBE7D.ini @@ -1,16 +1,28 @@ # GHBE7D - The Hobbit -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHBP7D.ini b/Data/User/GameConfig/GHBP7D.ini index 1ae90f225f..a21bd11db4 100644 --- a/Data/User/GameConfig/GHBP7D.ini +++ b/Data/User/GameConfig/GHBP7D.ini @@ -1,16 +1,28 @@ # GHBP7D - The Hobbit -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHCE4Q.ini b/Data/User/GameConfig/GHCE4Q.ini index 28d4a87e1d..a2381e20a9 100644 --- a/Data/User/GameConfig/GHCE4Q.ini +++ b/Data/User/GameConfig/GHCE4Q.ini @@ -1,16 +1,28 @@ # GHCE4Q - Chicken Little -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHCF4Q.ini b/Data/User/GameConfig/GHCF4Q.ini index 82d4668bd4..553e4c00b6 100644 --- a/Data/User/GameConfig/GHCF4Q.ini +++ b/Data/User/GameConfig/GHCF4Q.ini @@ -1,16 +1,28 @@ # GHCF4Q - Chicken Little -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHGEEB.ini b/Data/User/GameConfig/GHGEEB.ini index 566d08315b..8092c01296 100644 --- a/Data/User/GameConfig/GHGEEB.ini +++ b/Data/User/GameConfig/GHGEEB.ini @@ -1,7 +1,19 @@ # GHGEEB - Go! Go! Hypergrind -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Slow EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GHKE7D.ini b/Data/User/GameConfig/GHKE7D.ini index 3a861c4fd8..e8b1d1c632 100644 --- a/Data/User/GameConfig/GHKE7D.ini +++ b/Data/User/GameConfig/GHKE7D.ini @@ -1,7 +1,19 @@ # GHKE7D - The Hulk -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Slow and GFX Glitches/Bugs -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GHLE69.ini b/Data/User/GameConfig/GHLE69.ini index 907ea760cb..f64469b700 100644 --- a/Data/User/GameConfig/GHLE69.ini +++ b/Data/User/GameConfig/GHLE69.ini @@ -1,16 +1,28 @@ # GHLE69 - Harry Potter and the Sorcerer's Stone -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHLJ69.ini b/Data/User/GameConfig/GHLJ69.ini index 5f9ecffaaa..b74ef9db02 100644 --- a/Data/User/GameConfig/GHLJ69.ini +++ b/Data/User/GameConfig/GHLJ69.ini @@ -1,16 +1,28 @@ # GHLJ69 - Harry Potter to Kenja no Ishi -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHLP69.ini b/Data/User/GameConfig/GHLP69.ini index 9cc3ba9db2..9dd6640474 100644 --- a/Data/User/GameConfig/GHLP69.ini +++ b/Data/User/GameConfig/GHLP69.ini @@ -1,16 +1,28 @@ # GHLP69 - Harry Potter and the Philosopher's Stone -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHLX69.ini b/Data/User/GameConfig/GHLX69.ini index 5bf5d65db3..9f033af91a 100644 --- a/Data/User/GameConfig/GHLX69.ini +++ b/Data/User/GameConfig/GHLX69.ini @@ -1,16 +1,28 @@ # GHLX69 - Harry Potter and the Sorcerer's Stone -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHLY69.ini b/Data/User/GameConfig/GHLY69.ini index b6ecff05dc..441ad422f7 100644 --- a/Data/User/GameConfig/GHLY69.ini +++ b/Data/User/GameConfig/GHLY69.ini @@ -1,16 +1,28 @@ # GHLY69 - Harry Potter and the Sorcerer's Stone -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHLZ69.ini b/Data/User/GameConfig/GHLZ69.ini index a84cd6a874..7c5fa31990 100644 --- a/Data/User/GameConfig/GHLZ69.ini +++ b/Data/User/GameConfig/GHLZ69.ini @@ -1,16 +1,28 @@ # GHLZ69 - Harry Potter and the Sorcerer's Stone -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHMD4F.ini b/Data/User/GameConfig/GHMD4F.ini index 804c7ce141..3ec1f1e3ca 100644 --- a/Data/User/GameConfig/GHMD4F.ini +++ b/Data/User/GameConfig/GHMD4F.ini @@ -1,16 +1,28 @@ # GHMD4F - Hitman 2: Silent Assassin -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHME4F.ini b/Data/User/GameConfig/GHME4F.ini index 3fc5b957fa..459ea6dcc0 100644 --- a/Data/User/GameConfig/GHME4F.ini +++ b/Data/User/GameConfig/GHME4F.ini @@ -1,11 +1,22 @@ # GHME4F - Hitman 2: Silent Assassin -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Ammo + Rapid Fire 0417CA4C 60000000 0417CA50 60000000 @@ -28,11 +39,12 @@ $Press Left + Y For Nailgun 52889D30 00000801 0406D250 418201BC 0406D288 408000C4 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHMF4F.ini b/Data/User/GameConfig/GHMF4F.ini index cf6dbb5494..b000de7938 100644 --- a/Data/User/GameConfig/GHMF4F.ini +++ b/Data/User/GameConfig/GHMF4F.ini @@ -1,16 +1,28 @@ # GHMF4F - Hitman 2: Silent Assassin -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHMP4F.ini b/Data/User/GameConfig/GHMP4F.ini index b9a7263c92..4e1069d512 100644 --- a/Data/User/GameConfig/GHMP4F.ini +++ b/Data/User/GameConfig/GHMP4F.ini @@ -1,16 +1,28 @@ # GHMP4F - Hitman 2: Silent Assassin -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GHNE71.ini b/Data/User/GameConfig/GHNE71.ini index bab75761c3..65bf1881c8 100644 --- a/Data/User/GameConfig/GHNE71.ini +++ b/Data/User/GameConfig/GHNE71.ini @@ -1,7 +1,19 @@ # GHNE71 - Hunter: The Reckoning -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Slow and cutscenes are black -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GHQE7D.ini b/Data/User/GameConfig/GHQE7D.ini index 8e13676fa4..2a40af8a70 100644 --- a/Data/User/GameConfig/GHQE7D.ini +++ b/Data/User/GameConfig/GHQE7D.ini @@ -1,19 +1,32 @@ # GHQE7D - The Simpsons Hit & Run -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + diff --git a/Data/User/GameConfig/GHQP7D.ini b/Data/User/GameConfig/GHQP7D.ini index b60c0ec5b4..34464cf34d 100644 --- a/Data/User/GameConfig/GHQP7D.ini +++ b/Data/User/GameConfig/GHQP7D.ini @@ -1,19 +1,32 @@ # GHQP7D - The Simpsons Hit & Run -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + diff --git a/Data/User/GameConfig/GHRE78.ini b/Data/User/GameConfig/GHRE78.ini index f6bfa15991..e8cf06b22f 100644 --- a/Data/User/GameConfig/GHRE78.ini +++ b/Data/User/GameConfig/GHRE78.ini @@ -1,15 +1,21 @@ # GHRE78 - Hot Wheels World Race NTSC +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State (as of r1027 using DX9 plugin; state is "2" (broken) using OGL) +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] -#Add memory patches here. +# Add memory patches to be applied every frame here. [ActionReplay] -#Add decrypted action replay cheats here. - -$Infinite Continues +# Add action replay cheats here. +$Infinite Continues 0554D8EF 08000000 -040BF890 39200009 \ No newline at end of file +040BF890 39200009 + diff --git a/Data/User/GameConfig/GHSE69.ini b/Data/User/GameConfig/GHSE69.ini index ca829d891b..98fca29d18 100644 --- a/Data/User/GameConfig/GHSE69.ini +++ b/Data/User/GameConfig/GHSE69.ini @@ -1,18 +1,31 @@ # GHSE69 - Harry Potter COS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GHSJ69.ini b/Data/User/GameConfig/GHSJ69.ini index 44b9d741fd..a1691782a9 100644 --- a/Data/User/GameConfig/GHSJ69.ini +++ b/Data/User/GameConfig/GHSJ69.ini @@ -1,18 +1,31 @@ # GHSJ69 - Harry Potter to Himitsu no Heya -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GHSP69.ini b/Data/User/GameConfig/GHSP69.ini index 06ea951767..9b81e723ce 100644 --- a/Data/User/GameConfig/GHSP69.ini +++ b/Data/User/GameConfig/GHSP69.ini @@ -1,18 +1,31 @@ # GHSP69 - Harry Potter: Chamber Of Secrets -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GHSX69.ini b/Data/User/GameConfig/GHSX69.ini index b030198aff..fd8578f1dc 100644 --- a/Data/User/GameConfig/GHSX69.ini +++ b/Data/User/GameConfig/GHSX69.ini @@ -1,18 +1,31 @@ # GHSX69 - Harry Potter: Chamber Of Secrets -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GHSY69.ini b/Data/User/GameConfig/GHSY69.ini index 1d484a2598..c2d54fd34b 100644 --- a/Data/User/GameConfig/GHSY69.ini +++ b/Data/User/GameConfig/GHSY69.ini @@ -1,18 +1,31 @@ # GHSY69 - Harry Potter COS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GHUE7D.ini b/Data/User/GameConfig/GHUE7D.ini index 82c7481b47..ec89352a60 100644 --- a/Data/User/GameConfig/GHUE7D.ini +++ b/Data/User/GameConfig/GHUE7D.ini @@ -1,8 +1,20 @@ # GHUE7D - The Incredible Hulk:Ultimate Destruction -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 Issues="dcbtst Not Implemented" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GHVE08.ini b/Data/User/GameConfig/GHVE08.ini index 6d30a6cce5..2f93d12041 100644 --- a/Data/User/GameConfig/GHVE08.ini +++ b/Data/User/GameConfig/GHVE08.ini @@ -1,7 +1,19 @@ # GHVE08 - Disney's Hide & Sneak -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = bad GFX -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GHWE78.ini b/Data/User/GameConfig/GHWE78.ini index 1dca9b16c6..9271b7750a 100644 --- a/Data/User/GameConfig/GHWE78.ini +++ b/Data/User/GameConfig/GHWE78.ini @@ -1,7 +1,19 @@ # GHWE78 - Hot Wheels Velocity X -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad sound sometimes -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GHYE6S.ini b/Data/User/GameConfig/GHYE6S.ini index 0da41c41bb..270b7f3cb3 100644 --- a/Data/User/GameConfig/GHYE6S.ini +++ b/Data/User/GameConfig/GHYE6S.ini @@ -1,19 +1,32 @@ # GHYE6S - HauntedMansion -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GIAE7D.ini b/Data/User/GameConfig/GIAE7D.ini index a7fb52b7b7..1670fc2d1b 100644 --- a/Data/User/GameConfig/GIAE7D.ini +++ b/Data/User/GameConfig/GIAE7D.ini @@ -1,7 +1,19 @@ # GIAE7D - Ice Age 2 The Meltdown -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Little shadow bug -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GIBE4F.ini b/Data/User/GameConfig/GIBE4F.ini index 7edaaaabaa..180a6cdd0b 100644 --- a/Data/User/GameConfig/GIBE4F.ini +++ b/Data/User/GameConfig/GIBE4F.ini @@ -1,6 +1,18 @@ # GIBE4F - The Italian Job -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GICE78.ini b/Data/User/GameConfig/GICE78.ini index 0187973aa6..664aa5edee 100644 --- a/Data/User/GameConfig/GICE78.ini +++ b/Data/User/GameConfig/GICE78.ini @@ -1,9 +1,21 @@ # GICE78 - The Incredibles -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 04097DB8 38000064 + diff --git a/Data/User/GameConfig/GIGJ8P.ini b/Data/User/GameConfig/GIGJ8P.ini index a50c64ba27..4826c37326 100644 --- a/Data/User/GameConfig/GIGJ8P.ini +++ b/Data/User/GameConfig/GIGJ8P.ini @@ -1,6 +1,18 @@ # GIGJ8P - BLEACH for GC -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GIKE70.ini b/Data/User/GameConfig/GIKE70.ini index f6d9e4db2c..f149fe5cc2 100644 --- a/Data/User/GameConfig/GIKE70.ini +++ b/Data/User/GameConfig/GIKE70.ini @@ -1,15 +1,27 @@ -# GIKE70 - IKARUGA -[EmuState] -EmulationStateId = 5 -EmulationIssues = -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Settings] +# GIKE70 - IKARUGA + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GIKP70.ini b/Data/User/GameConfig/GIKP70.ini index 55d48b1c89..63fbc94fc8 100644 --- a/Data/User/GameConfig/GIKP70.ini +++ b/Data/User/GameConfig/GIKP70.ini @@ -1,8 +1,18 @@ -# GIKP70 - IKARUGA -[EmuState] -EmulationStateId = 5 -[Video] -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Settings] +# GIKP70 - IKARUGA + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GILE51.ini b/Data/User/GameConfig/GILE51.ini index 344501d75c..2422255c81 100644 --- a/Data/User/GameConfig/GILE51.ini +++ b/Data/User/GameConfig/GILE51.ini @@ -1,17 +1,30 @@ -# GILE51 - Aggressive Inline -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# GILE51 - Aggressive Inline + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GILP51.ini b/Data/User/GameConfig/GILP51.ini index 562a7b2978..eb8366d104 100644 --- a/Data/User/GameConfig/GILP51.ini +++ b/Data/User/GameConfig/GILP51.ini @@ -1,17 +1,30 @@ -# GILP51 - Aggressive Inline -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# GILP51 - Aggressive Inline + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GINE69.ini b/Data/User/GameConfig/GINE69.ini index 078d294a40..f7cf2fd778 100644 --- a/Data/User/GameConfig/GINE69.ini +++ b/Data/User/GameConfig/GINE69.ini @@ -1,11 +1,22 @@ # GINE69 - Batman -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = FPS drops to 20 in some areas(don't know if this is normal) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 040CF5D0 60000000 $Infinite Item Use @@ -18,3 +29,4 @@ $BatMobile = Infinite Armor 0411D364 60000000 $BatMobile = Infinite Boost 0411E754 60000000 + diff --git a/Data/User/GameConfig/GINX69.ini b/Data/User/GameConfig/GINX69.ini index 48d2e5bdd2..5957058187 100644 --- a/Data/User/GameConfig/GINX69.ini +++ b/Data/User/GameConfig/GINX69.ini @@ -1,6 +1,18 @@ # GINX69 - Batman -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GIPEAF.ini b/Data/User/GameConfig/GIPEAF.ini index 894e140092..0300fb801f 100644 --- a/Data/User/GameConfig/GIPEAF.ini +++ b/Data/User/GameConfig/GIPEAF.ini @@ -1,7 +1,19 @@ # GIPEAF - One Piece Pirates Carnival (us) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GIQE78.ini b/Data/User/GameConfig/GIQE78.ini index 434868e993..a058886d59 100644 --- a/Data/User/GameConfig/GIQE78.ini +++ b/Data/User/GameConfig/GIQE78.ini @@ -1,10 +1,21 @@ # GIQE78 - The Incredibles 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs real XFB for videos to show up. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Specials 003BD9DB 00000003 003BED0B 00000003 @@ -16,14 +27,16 @@ $All Upgrades 00000002 00050001 00000000 843BECEC 00000002 00050001 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GISE36.ini b/Data/User/GameConfig/GISE36.ini index 69ab1496b6..e8fe98fb89 100644 --- a/Data/User/GameConfig/GISE36.ini +++ b/Data/User/GameConfig/GISE36.ini @@ -1,12 +1,23 @@ # GISE36 - Second Sight -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GISP36.ini b/Data/User/GameConfig/GISP36.ini index 336ff6f71e..a2da382622 100644 --- a/Data/User/GameConfig/GISP36.ini +++ b/Data/User/GameConfig/GISP36.ini @@ -1,11 +1,23 @@ # GISP36 - Second Sight -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GITE01.ini b/Data/User/GameConfig/GITE01.ini index 568c971361..88b43edec9 100644 --- a/Data/User/GameConfig/GITE01.ini +++ b/Data/User/GameConfig/GITE01.ini @@ -1,16 +1,28 @@ # GITE01 - Geist -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GITP01.ini b/Data/User/GameConfig/GITP01.ini index 5895802f4b..b8bd960fd9 100644 --- a/Data/User/GameConfig/GITP01.ini +++ b/Data/User/GameConfig/GITP01.ini @@ -1,16 +1,28 @@ # GITP01 - Geist -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GIVE4Z.ini b/Data/User/GameConfig/GIVE4Z.ini index 92506fd13d..d5ff4b73d9 100644 --- a/Data/User/GameConfig/GIVE4Z.ini +++ b/Data/User/GameConfig/GIVE4Z.ini @@ -1,7 +1,19 @@ # GIVE4Z - Intellivision Lives! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GIZE52.ini b/Data/User/GameConfig/GIZE52.ini index 8eca4a073e..8b576eb9bf 100644 --- a/Data/User/GameConfig/GIZE52.ini +++ b/Data/User/GameConfig/GIZE52.ini @@ -1,15 +1,27 @@ # GIZE52 - Ty3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GJ3PA4.ini b/Data/User/GameConfig/GJ3PA4.ini index 4b47f36fde..903d310707 100644 --- a/Data/User/GameConfig/GJ3PA4.ini +++ b/Data/User/GameConfig/GJ3PA4.ini @@ -1,15 +1,27 @@ -# GJ3PA4 - International Superstar Soccer 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Need a Projection Hack Bloom and Safe Texture cache -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.1 -[ActionReplay] Add action replay cheats here. -[Video_Settings] +# GJ3PA4 - International Superstar Soccer 3 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Need a Projection Hack Bloom and Safe Texture cache + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.1 + diff --git a/Data/User/GameConfig/GJBE5G.ini b/Data/User/GameConfig/GJBE5G.ini index 9828d7c797..f1c7d9f4e1 100644 --- a/Data/User/GameConfig/GJBE5G.ini +++ b/Data/User/GameConfig/GJBE5G.ini @@ -1,19 +1,32 @@ -# GJBE5G - Bomberman Jetters -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Use D3D9 for less problems. Videos need Real XFB to show up. Graphic glitches / unstable during videos. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.1 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -UseXFB = True -UseRealXFB = True +# GJBE5G - Bomberman Jetters + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Use D3D9 for less problems. Videos need Real XFB to show up. Graphic glitches / unstable during videos. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.1 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 +UseXFB = True +UseRealXFB = True + diff --git a/Data/User/GameConfig/GJCE8P.ini b/Data/User/GameConfig/GJCE8P.ini index d9321af76c..7fbdb49c60 100644 --- a/Data/User/GameConfig/GJCE8P.ini +++ b/Data/User/GameConfig/GJCE8P.ini @@ -1,9 +1,20 @@ # GJCE8P - jack -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 040B4C6C 38000064 040B4C70 9003022C @@ -34,3 +45,4 @@ $All Level Stats Maxed And Viewable 054D0938 00000001 00000000 854D0938 00000001 00140001 + diff --git a/Data/User/GameConfig/GJDE5S.ini b/Data/User/GameConfig/GJDE5S.ini index 673e3eac40..4e2526b824 100644 --- a/Data/User/GameConfig/GJDE5S.ini +++ b/Data/User/GameConfig/GJDE5S.ini @@ -1,7 +1,19 @@ # GJDE5S - Dredd 2004-02-26 NTSC RC5 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Cutscenes are black -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GJKE52.ini b/Data/User/GameConfig/GJKE52.ini index e663dd7483..38599b2f3c 100644 --- a/Data/User/GameConfig/GJKE52.ini +++ b/Data/User/GameConfig/GJKE52.ini @@ -1,7 +1,19 @@ # GJKE52 - Jedi Knight II: Jedi Outcast -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Darkening" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GJNE78.ini b/Data/User/GameConfig/GJNE78.ini index 8899e21396..5c21a9df16 100644 --- a/Data/User/GameConfig/GJNE78.ini +++ b/Data/User/GameConfig/GJNE78.ini @@ -1,7 +1,19 @@ # GJNE78 - Jimmy Neutron Boy Genius -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Black screen EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GJSJ18.ini b/Data/User/GameConfig/GJSJ18.ini index 3cedaa02aa..c8045bab55 100644 --- a/Data/User/GameConfig/GJSJ18.ini +++ b/Data/User/GameConfig/GJSJ18.ini @@ -1,6 +1,18 @@ # GJSJ18 - STAR SOLDIER -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GJUD78.ini b/Data/User/GameConfig/GJUD78.ini index b7460283ec..d93c274449 100644 --- a/Data/User/GameConfig/GJUD78.ini +++ b/Data/User/GameConfig/GJUD78.ini @@ -1,11 +1,23 @@ # GJUD78 - Tak and the Power of Juju -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GJUE78.ini b/Data/User/GameConfig/GJUE78.ini index 47d6cbc126..2e9b394820 100644 --- a/Data/User/GameConfig/GJUE78.ini +++ b/Data/User/GameConfig/GJUE78.ini @@ -1,11 +1,22 @@ # GJUE78 - Tak and the Power of Juju -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 04001A00 2C050000 04001A04 41820008 @@ -21,7 +32,7 @@ $Press Z+A For Super Jump 52327A2C 00000110 04026894 D0030068 04026C1C D0050008 + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GJUF78.ini b/Data/User/GameConfig/GJUF78.ini index 21ee376a6d..bc0b5dcede 100644 --- a/Data/User/GameConfig/GJUF78.ini +++ b/Data/User/GameConfig/GJUF78.ini @@ -1,11 +1,23 @@ # GJUF78 - Tak and the Power of Juju -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GJWE78.ini b/Data/User/GameConfig/GJWE78.ini index f1723ad5ac..3834e9da42 100644 --- a/Data/User/GameConfig/GJWE78.ini +++ b/Data/User/GameConfig/GJWE78.ini @@ -1,11 +1,22 @@ # GJWE78 - Tak: The Great Juju Challenge -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 041D1558 D0180240 041D155C C1B80240 @@ -22,11 +33,12 @@ $Infinite Red Crystals 0444C428 4479C000 $Infinite Green Fruit 0444C434 4479C000 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GJXE51.ini b/Data/User/GameConfig/GJXE51.ini index 8895c14962..82ad2a5029 100644 --- a/Data/User/GameConfig/GJXE51.ini +++ b/Data/User/GameConfig/GJXE51.ini @@ -1,18 +1,28 @@ -# GJXE51 - Vexx -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Slow because it needs mmu to run. -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Settings] -[Core] -MMU = 1 - +# GJXE51 - Vexx + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Slow because it needs mmu to run. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GJXP51.ini b/Data/User/GameConfig/GJXP51.ini index e8d89a1d99..64b225c996 100644 --- a/Data/User/GameConfig/GJXP51.ini +++ b/Data/User/GameConfig/GJXP51.ini @@ -1,18 +1,28 @@ -# GJXP51 - Vexx -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Slow because it needs mmu to run. -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Settings] -[Core] -MMU = 1 - +# GJXP51 - Vexx + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Slow because it needs mmu to run. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GJZE52.ini b/Data/User/GameConfig/GJZE52.ini index 857ea359e9..36c54c3165 100644 --- a/Data/User/GameConfig/GJZE52.ini +++ b/Data/User/GameConfig/GJZE52.ini @@ -1,16 +1,28 @@ # GJZE52 - Shamu's Deep Sea Adventures -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GK4E01.ini b/Data/User/GameConfig/GK4E01.ini index 05641b2dfe..f9b290a937 100644 --- a/Data/User/GameConfig/GK4E01.ini +++ b/Data/User/GameConfig/GK4E01.ini @@ -1,12 +1,21 @@ # GK4E01 - Baten Kaitos Origins + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Save Anywhere 0768EA5D 08000000 002AE324 00000001 @@ -46,14 +55,16 @@ $MILLIARDE Infinite HP In Battle $MILLIARDE Quick Level Up 0768EA6B 08000000 042D55E0 000F423F + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False -[Gecko] + diff --git a/Data/User/GameConfig/GK5E78.ini b/Data/User/GameConfig/GK5E78.ini index 993ded8641..c2d58b834b 100644 --- a/Data/User/GameConfig/GK5E78.ini +++ b/Data/User/GameConfig/GK5E78.ini @@ -1,18 +1,31 @@ -# GK5E78 - Monster House -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GK5E78 - Monster House + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GK5X78.ini b/Data/User/GameConfig/GK5X78.ini index 8e3e5aabe4..bab043c207 100644 --- a/Data/User/GameConfig/GK5X78.ini +++ b/Data/User/GameConfig/GK5X78.ini @@ -1,18 +1,31 @@ -# GK5X78 - Monster House -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GK5X78 - Monster House + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GK6JA4.ini b/Data/User/GameConfig/GK6JA4.ini index 9fdb80eee2..1b69c6954c 100644 --- a/Data/User/GameConfig/GK6JA4.ini +++ b/Data/User/GameConfig/GK6JA4.ini @@ -1,6 +1,18 @@ # GK6JA4 - Croket -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GK7E08.ini b/Data/User/GameConfig/GK7E08.ini index 6da0e1c54d..ea2a96fe7c 100644 --- a/Data/User/GameConfig/GK7E08.ini +++ b/Data/User/GameConfig/GK7E08.ini @@ -1,18 +1,30 @@ # GK7E08 - Killer7 Disk1 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Tested with (r6801) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True diff --git a/Data/User/GameConfig/GK7P08.ini b/Data/User/GameConfig/GK7P08.ini index 9592bcb4dc..afed097df4 100644 --- a/Data/User/GameConfig/GK7P08.ini +++ b/Data/User/GameConfig/GK7P08.ini @@ -1,17 +1,30 @@ # GK7P08 - Killer7 Disk1 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Tested with (r6801) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True + diff --git a/Data/User/GameConfig/GK9EA4.ini b/Data/User/GameConfig/GK9EA4.ini index 78dcce6e94..9cc9343f63 100644 --- a/Data/User/GameConfig/GK9EA4.ini +++ b/Data/User/GameConfig/GK9EA4.ini @@ -1,15 +1,27 @@ # GK9EA4 - Karaoke Revolution Party -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Microphone set in a gamecube pad slot to play this game. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GKAE8P.ini b/Data/User/GameConfig/GKAE8P.ini index 3682b97fee..4c9fbe6405 100644 --- a/Data/User/GameConfig/GKAE8P.ini +++ b/Data/User/GameConfig/GKAE8P.ini @@ -1,6 +1,18 @@ # GKAE8P - Amazing Island -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GKBEAF.ini b/Data/User/GameConfig/GKBEAF.ini index 5e7ee300f9..ecf0d100e7 100644 --- a/Data/User/GameConfig/GKBEAF.ini +++ b/Data/User/GameConfig/GKBEAF.ini @@ -1,20 +1,33 @@ # GKBEAF - Baten Kaitos -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = False EFBCopyEnable = True EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/GKBPAF.ini b/Data/User/GameConfig/GKBPAF.ini index afb3661d63..69ede962ce 100644 --- a/Data/User/GameConfig/GKBPAF.ini +++ b/Data/User/GameConfig/GKBPAF.ini @@ -1,20 +1,33 @@ # GKBPAF - Baten Kaitos -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = False EFBCopyEnable = True EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/GKDP01.ini b/Data/User/GameConfig/GKDP01.ini index 0192e82fa2..e238972eaf 100644 --- a/Data/User/GameConfig/GKDP01.ini +++ b/Data/User/GameConfig/GKDP01.ini @@ -1,7 +1,19 @@ # GKDP01 - Doshin the Giant -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GKFEGG.ini b/Data/User/GameConfig/GKFEGG.ini index 64c80036a5..c3b5136cea 100644 --- a/Data/User/GameConfig/GKFEGG.ini +++ b/Data/User/GameConfig/GKFEGG.ini @@ -1,6 +1,18 @@ # GKFEGG - CHAOSFIELD EXPANDED -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GKGE01.ini b/Data/User/GameConfig/GKGE01.ini index 2c0487308e..e024395009 100644 --- a/Data/User/GameConfig/GKGE01.ini +++ b/Data/User/GameConfig/GKGE01.ini @@ -1,7 +1,19 @@ # GKGE01 - DONKEY KONGA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GKHEA4.ini b/Data/User/GameConfig/GKHEA4.ini index 4973a2955f..7f95539557 100644 --- a/Data/User/GameConfig/GKHEA4.ini +++ b/Data/User/GameConfig/GKHEA4.ini @@ -1,17 +1,29 @@ # GKHEA4 - King Arthur -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. SkipIdle = 0 BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GKHPA4.ini b/Data/User/GameConfig/GKHPA4.ini index ab44a39965..f3ffd090fd 100644 --- a/Data/User/GameConfig/GKHPA4.ini +++ b/Data/User/GameConfig/GKHPA4.ini @@ -1,17 +1,29 @@ # GKHPA4 - King Arthur -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. SkipIdle = 0 BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GKJE78.ini b/Data/User/GameConfig/GKJE78.ini index 83c1048a13..6a215a950c 100644 --- a/Data/User/GameConfig/GKJE78.ini +++ b/Data/User/GameConfig/GKJE78.ini @@ -1,8 +1,19 @@ # GKJE78 - Cars -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GKKE69.ini b/Data/User/GameConfig/GKKE69.ini index e17abcc56c..f9dcd571fd 100644 --- a/Data/User/GameConfig/GKKE69.ini +++ b/Data/User/GameConfig/GKKE69.ini @@ -1,7 +1,19 @@ # GKKE69 - Knockout Kings 2003 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Little shadow bug -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GKLD69.ini b/Data/User/GameConfig/GKLD69.ini index 1688bef9da..f5a739ecea 100644 --- a/Data/User/GameConfig/GKLD69.ini +++ b/Data/User/GameConfig/GKLD69.ini @@ -1,18 +1,31 @@ -# GKLD69 - The Lord of the Rings; The Return of the King -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKLD69 - The Lord of the Rings; The Return of the King + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKLE69.ini b/Data/User/GameConfig/GKLE69.ini index 1817da6663..014fd370ce 100644 --- a/Data/User/GameConfig/GKLE69.ini +++ b/Data/User/GameConfig/GKLE69.ini @@ -1,18 +1,31 @@ -# GKLE69 - The Lord of the Rings; The Return of the King -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKLE69 - The Lord of the Rings; The Return of the King + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKLF69.ini b/Data/User/GameConfig/GKLF69.ini index e83b5e6d95..6ac9cac361 100644 --- a/Data/User/GameConfig/GKLF69.ini +++ b/Data/User/GameConfig/GKLF69.ini @@ -1,18 +1,31 @@ -# GKLF69 - The Lord of the Rings; The Return of the King -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKLF69 - The Lord of the Rings; The Return of the King + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKLI69.ini b/Data/User/GameConfig/GKLI69.ini index b2364c1808..cc885dcd04 100644 --- a/Data/User/GameConfig/GKLI69.ini +++ b/Data/User/GameConfig/GKLI69.ini @@ -1,18 +1,31 @@ -# GKLI69 - The Lord of the Rings; The Return of the King -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKLI69 - The Lord of the Rings; The Return of the King + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKLJ69.ini b/Data/User/GameConfig/GKLJ69.ini index 60677ef83b..44b68cad5f 100644 --- a/Data/User/GameConfig/GKLJ69.ini +++ b/Data/User/GameConfig/GKLJ69.ini @@ -1,18 +1,31 @@ -# GKLJ69 - The Lord of the Rings; The Return of the King -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKLJ69 - The Lord of the Rings; The Return of the King + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKLP69.ini b/Data/User/GameConfig/GKLP69.ini index 090df06e74..9f55f451a3 100644 --- a/Data/User/GameConfig/GKLP69.ini +++ b/Data/User/GameConfig/GKLP69.ini @@ -1,18 +1,31 @@ -# GKLP69 - The Lord of the Rings; The Return of the King -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKLP69 - The Lord of the Rings; The Return of the King + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKLS69.ini b/Data/User/GameConfig/GKLS69.ini index c663753e4a..9a4d98e507 100644 --- a/Data/User/GameConfig/GKLS69.ini +++ b/Data/User/GameConfig/GKLS69.ini @@ -1,18 +1,31 @@ -# GKLS69 - The Lord of the Rings; The Return of the King -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKLS69 - The Lord of the Rings; The Return of the King + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKME41.ini b/Data/User/GameConfig/GKME41.ini index bf0d198734..ff089f23b2 100644 --- a/Data/User/GameConfig/GKME41.ini +++ b/Data/User/GameConfig/GKME41.ini @@ -1,15 +1,26 @@ -# GKME41 - Prince of Persia The Two Thrones -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] - +# GKME41 - Prince of Persia The Two Thrones + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKMP41.ini b/Data/User/GameConfig/GKMP41.ini index 957d982d20..206e62faae 100644 --- a/Data/User/GameConfig/GKMP41.ini +++ b/Data/User/GameConfig/GKMP41.ini @@ -1,13 +1,26 @@ -# GKMP41 - Prince of Persia The Two Thrones -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKMP41 - Prince of Persia The Two Thrones + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKNEB2.ini b/Data/User/GameConfig/GKNEB2.ini index 38cc6bfe5d..0c6156d707 100644 --- a/Data/User/GameConfig/GKNEB2.ini +++ b/Data/User/GameConfig/GKNEB2.ini @@ -1,9 +1,20 @@ # GKNEB2 - Ultimate Muscle: Legends VS. New Generation -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite KIN Medals 02296DD6 0000270F $All Toys @@ -147,3 +158,4 @@ $VS. Mode (Lower Right Wrestler) = Always Level 1 Special 0232E43A 00000300 $VS. Mode (Lower Right Wrestler) = No Special 0232E43A 00000000 + diff --git a/Data/User/GameConfig/GKOE70.ini b/Data/User/GameConfig/GKOE70.ini index 21da8454ca..4e8928856f 100644 --- a/Data/User/GameConfig/GKOE70.ini +++ b/Data/User/GameConfig/GKOE70.ini @@ -1,13 +1,26 @@ -# GKOE70 - Kao the kangaroo -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKOE70 - Kao the kangaroo + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKOP6V.ini b/Data/User/GameConfig/GKOP6V.ini index b9fda4cf5b..3153a11572 100644 --- a/Data/User/GameConfig/GKOP6V.ini +++ b/Data/User/GameConfig/GKOP6V.ini @@ -1,13 +1,26 @@ -# GKOP6V - Kao the kangaroo -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKOP6V - Kao the kangaroo + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKOP70.ini b/Data/User/GameConfig/GKOP70.ini index 4f0fe65232..82079f27c8 100644 --- a/Data/User/GameConfig/GKOP70.ini +++ b/Data/User/GameConfig/GKOP70.ini @@ -1,13 +1,26 @@ -# GKOP70 - Kao the kangaroo -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKOP70 - Kao the kangaroo + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKQJ01.ini b/Data/User/GameConfig/GKQJ01.ini index 1a2d11230f..29581f575a 100644 --- a/Data/User/GameConfig/GKQJ01.ini +++ b/Data/User/GameConfig/GKQJ01.ini @@ -1,11 +1,22 @@ # GKQJ01 - kururin3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GKSE52.ini b/Data/User/GameConfig/GKSE52.ini index ac0d4db9d0..bbf45ff183 100644 --- a/Data/User/GameConfig/GKSE52.ini +++ b/Data/User/GameConfig/GKSE52.ini @@ -1,7 +1,19 @@ # GKSE52 - Kelly Slater's Pro Surfer -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Can't see cutscenes -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GKTJA4.ini b/Data/User/GameConfig/GKTJA4.ini index f30276491d..c0c4923a06 100644 --- a/Data/User/GameConfig/GKTJA4.ini +++ b/Data/User/GameConfig/GKTJA4.ini @@ -1,6 +1,18 @@ # GKTJA4 - CaptainTUBASAGC -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GKUE9G.ini b/Data/User/GameConfig/GKUE9G.ini index 09f3d9b82d..861b38c56e 100644 --- a/Data/User/GameConfig/GKUE9G.ini +++ b/Data/User/GameConfig/GKUE9G.ini @@ -1,18 +1,31 @@ -# GKUE9G - Scaler -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GKUE9G - Scaler + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GKYE01.ini b/Data/User/GameConfig/GKYE01.ini index bb79983dd3..107c8c7bd2 100644 --- a/Data/User/GameConfig/GKYE01.ini +++ b/Data/User/GameConfig/GKYE01.ini @@ -1,17 +1,30 @@ # GKYE01 - Kirby Air Ride -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/GKYJ01.ini b/Data/User/GameConfig/GKYJ01.ini index 623a0be1e3..a69ec033ad 100644 --- a/Data/User/GameConfig/GKYJ01.ini +++ b/Data/User/GameConfig/GKYJ01.ini @@ -1,17 +1,30 @@ # GKYJ01 - Kirby Air Ride -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/GKYP01.ini b/Data/User/GameConfig/GKYP01.ini index f5366146a0..6b385b18df 100644 --- a/Data/User/GameConfig/GKYP01.ini +++ b/Data/User/GameConfig/GKYP01.ini @@ -1,17 +1,30 @@ # GKYP01 - Kirby Air Ride -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/GKZE9G.ini b/Data/User/GameConfig/GKZE9G.ini index 7eb85b6918..8fbe142b99 100644 --- a/Data/User/GameConfig/GKZE9G.ini +++ b/Data/User/GameConfig/GKZE9G.ini @@ -1,8 +1,20 @@ # GKZE9G - Codename: Kids Next Door -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Cutscenes not working EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GL5E4F.ini b/Data/User/GameConfig/GL5E4F.ini index ac59bac04a..5a31b3ed91 100644 --- a/Data/User/GameConfig/GL5E4F.ini +++ b/Data/User/GameConfig/GL5E4F.ini @@ -1,7 +1,19 @@ # GL5E4F - Lego GameCube -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Slow -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GL7E64.ini b/Data/User/GameConfig/GL7E64.ini index b2a703e284..426b08d039 100644 --- a/Data/User/GameConfig/GL7E64.ini +++ b/Data/User/GameConfig/GL7E64.ini @@ -1,7 +1,19 @@ # GL7E64 - StarWars Lego 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GL7P64.ini b/Data/User/GameConfig/GL7P64.ini index 27ce0b428b..b730b683f6 100644 --- a/Data/User/GameConfig/GL7P64.ini +++ b/Data/User/GameConfig/GL7P64.ini @@ -1,7 +1,19 @@ # GL7P64 - StarWars Lego 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GL8E4F.ini b/Data/User/GameConfig/GL8E4F.ini index a4880c7c22..454cf4142d 100644 --- a/Data/User/GameConfig/GL8E4F.ini +++ b/Data/User/GameConfig/GL8E4F.ini @@ -1,18 +1,28 @@ # GL8E4F - Tomb Raider: Legend -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Sound little crappy -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/GL8F4F.ini b/Data/User/GameConfig/GL8F4F.ini index 6018b796d7..577f43dc20 100644 --- a/Data/User/GameConfig/GL8F4F.ini +++ b/Data/User/GameConfig/GL8F4F.ini @@ -1,16 +1,28 @@ # GL8F4F - Tomb Raider: Legend -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Sound little crappy -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GLBE8P.ini b/Data/User/GameConfig/GLBE8P.ini index 00a20ea43e..4cfff1e61b 100644 --- a/Data/User/GameConfig/GLBE8P.ini +++ b/Data/User/GameConfig/GLBE8P.ini @@ -1,7 +1,19 @@ # GLBE8P - HomeRunKING -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Black screen EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GLCE52.ini b/Data/User/GameConfig/GLCE52.ini index 31639920c1..7db0a583d3 100644 --- a/Data/User/GameConfig/GLCE52.ini +++ b/Data/User/GameConfig/GLCE52.ini @@ -1,24 +1,38 @@ -# GLCE52 - Lemony Snicket -[Core] Values set here will override the main dolphin settings. -CPUThread = 1 -SkipIdle = 1 -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Still encountering slowdowns, but no major issues so far. -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -DstAlphaPass = True -[Video_Hacks] -EFBCopyEnable = True -EFBToTextureEnable = True +# GLCE52 - Lemony Snicket + +[Core] +# Values set here will override the main dolphin settings. +CPUThread = 1 +SkipIdle = 1 +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Still encountering slowdowns, but no major issues so far. +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 +DstAlphaPass = True + +[Video_Hacks] +EFBCopyEnable = True +EFBToTextureEnable = True + diff --git a/Data/User/GameConfig/GLCF52.ini b/Data/User/GameConfig/GLCF52.ini index 12220f7605..93440fdd5b 100644 --- a/Data/User/GameConfig/GLCF52.ini +++ b/Data/User/GameConfig/GLCF52.ini @@ -1,24 +1,38 @@ -# GLCF52 - Lemony Snicket -[Core] Values set here will override the main dolphin settings. -CPUThread = 1 -SkipIdle = 1 -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Still encountering slowdowns, but no major issues so far. -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -DstAlphaPass = True -[Video_Hacks] -EFBCopyEnable = True -EFBToTextureEnable = True +# GLCF52 - Lemony Snicket + +[Core] +# Values set here will override the main dolphin settings. +CPUThread = 1 +SkipIdle = 1 +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Still encountering slowdowns, but no major issues so far. +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 +DstAlphaPass = True + +[Video_Hacks] +EFBCopyEnable = True +EFBToTextureEnable = True + diff --git a/Data/User/GameConfig/GLEE08.ini b/Data/User/GameConfig/GLEE08.ini index a5cef17ca3..ff7cd32d8f 100644 --- a/Data/User/GameConfig/GLEE08.ini +++ b/Data/User/GameConfig/GLEE08.ini @@ -1,8 +1,19 @@ # GLEE08 - Resident Evil 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. diff --git a/Data/User/GameConfig/GLEP08.ini b/Data/User/GameConfig/GLEP08.ini index 1ea4ffee4e..2bbc01969d 100644 --- a/Data/User/GameConfig/GLEP08.ini +++ b/Data/User/GameConfig/GLEP08.ini @@ -1,6 +1,18 @@ # GLEP08 - Resident Evil 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GLLE78.ini b/Data/User/GameConfig/GLLE78.ini index bb3ec0f575..fbd2978c89 100644 --- a/Data/User/GameConfig/GLLE78.ini +++ b/Data/User/GameConfig/GLLE78.ini @@ -1,7 +1,19 @@ # GLLE78 - Ratatouille -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GLME01.ini b/Data/User/GameConfig/GLME01.ini index 97b857fb1a..5a5173604d 100644 --- a/Data/User/GameConfig/GLME01.ini +++ b/Data/User/GameConfig/GLME01.ini @@ -1,11 +1,21 @@ -# GLME01 - Luigi's Mansion +# GLME01 - Luigi's Mansion + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Some controls may not work correctly" + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] -#Add memory patches here. +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Infinite Health 040B9524 60000000 $999 Cash @@ -21,5 +31,4 @@ $99 of some treasures 040AE52C 3F000063 040AE530 3F000063 $End Boss Has No HP -[Video_Enhancements] diff --git a/Data/User/GameConfig/GLMP01.ini b/Data/User/GameConfig/GLMP01.ini index 4ed9297421..97858d7fb9 100644 --- a/Data/User/GameConfig/GLMP01.ini +++ b/Data/User/GameConfig/GLMP01.ini @@ -1,10 +1,21 @@ # GLMP01 - LUIGI'S MANSION -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Infinite Health 00720476 18000000 040BC93C 60000000 @@ -31,5 +42,7 @@ $Ceiling Walk (D-Up & B = ON / D-Down & B = OFF) $End Boss Has No HP 0072047A 18000000 8012A314 3C000000 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GLNE69.ini b/Data/User/GameConfig/GLNE69.ini index cadd1c338a..b0d943387e 100644 --- a/Data/User/GameConfig/GLNE69.ini +++ b/Data/User/GameConfig/GLNE69.ini @@ -1,11 +1,22 @@ # GLNE69 - Looney Tunes Back In Action -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Cash 041A5014 000F8000 $Infinite Health @@ -23,5 +34,7 @@ $Unlock Hen Grenades 0425809C 00000001 $Unlock ACME Shrink-Ray 042580C0 00000001 + [Video] -ProjectionHack = 0 \ No newline at end of file +ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GLNP69.ini b/Data/User/GameConfig/GLNP69.ini index b919c56baa..134b724a4e 100644 --- a/Data/User/GameConfig/GLNP69.ini +++ b/Data/User/GameConfig/GLNP69.ini @@ -1,16 +1,28 @@ # GLNP69 - Looney Tunes Back In Action -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GLOE69.ini b/Data/User/GameConfig/GLOE69.ini index b6cea0ceaf..98093cc63b 100644 --- a/Data/User/GameConfig/GLOE69.ini +++ b/Data/User/GameConfig/GLOE69.ini @@ -1,6 +1,18 @@ # GLOE69 - The Two Towers -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GLOP69.ini b/Data/User/GameConfig/GLOP69.ini index 4224e06bfa..87ec2b54ec 100644 --- a/Data/User/GameConfig/GLOP69.ini +++ b/Data/User/GameConfig/GLOP69.ini @@ -1,11 +1,22 @@ # GLOP69 - The Two Towers -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GLQE41.ini b/Data/User/GameConfig/GLQE41.ini index 801283d913..802992c303 100644 --- a/Data/User/GameConfig/GLQE41.ini +++ b/Data/User/GameConfig/GLQE41.ini @@ -1,7 +1,19 @@ # GLQE41 - Tom Clancy's Rainbow Six Lockdown -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GLRE64.ini b/Data/User/GameConfig/GLRE64.ini index 2c1ba2c144..b0f4def03e 100644 --- a/Data/User/GameConfig/GLRE64.ini +++ b/Data/User/GameConfig/GLRE64.ini @@ -1,16 +1,28 @@ # GLRE64 - Star Wars - Rogue Squadron III - Rebel Strike -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Does not boot EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GLSD64.ini b/Data/User/GameConfig/GLSD64.ini index e8c47386da..63e77b0c1f 100644 --- a/Data/User/GameConfig/GLSD64.ini +++ b/Data/User/GameConfig/GLSD64.ini @@ -1,20 +1,33 @@ # GLSD64 - LucasArts Gladius -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GLSE64.ini b/Data/User/GameConfig/GLSE64.ini index b89a54520a..f9dabd5c4c 100644 --- a/Data/User/GameConfig/GLSE64.ini +++ b/Data/User/GameConfig/GLSE64.ini @@ -1,20 +1,33 @@ # GLSE64 - LucasArts Gladius -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GLSF64.ini b/Data/User/GameConfig/GLSF64.ini index 8d00edf0b8..c9a0db669e 100644 --- a/Data/User/GameConfig/GLSF64.ini +++ b/Data/User/GameConfig/GLSF64.ini @@ -1,20 +1,33 @@ # GLSF64 - LucasArts Gladius -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GLSP64.ini b/Data/User/GameConfig/GLSP64.ini index 3b8745bd7f..c78a2dd0a0 100644 --- a/Data/User/GameConfig/GLSP64.ini +++ b/Data/User/GameConfig/GLSP64.ini @@ -1,20 +1,33 @@ # GLSP64 - LucasArts Gladius -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GLUE7U.ini b/Data/User/GameConfig/GLUE7U.ini index e83194175a..e72a80323f 100644 --- a/Data/User/GameConfig/GLUE7U.ini +++ b/Data/User/GameConfig/GLUE7U.ini @@ -1,6 +1,18 @@ # GLUE7U - Lotus Challenge -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GLWE51.ini b/Data/User/GameConfig/GLWE51.ini index 19e93a1164..3fb4c827f9 100644 --- a/Data/User/GameConfig/GLWE51.ini +++ b/Data/User/GameConfig/GLWE51.ini @@ -1,11 +1,22 @@ # GLWE51 - Legends of Wrestling -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GLYE69.ini b/Data/User/GameConfig/GLYE69.ini index 420abad7c2..8593f2a619 100644 --- a/Data/User/GameConfig/GLYE69.ini +++ b/Data/User/GameConfig/GLYE69.ini @@ -1,16 +1,28 @@ # GLYE69 - NBA LIVE 2005 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Videos are messed up, skip them. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GLYP69.ini b/Data/User/GameConfig/GLYP69.ini index db5615e290..d76e524e07 100644 --- a/Data/User/GameConfig/GLYP69.ini +++ b/Data/User/GameConfig/GLYP69.ini @@ -1,16 +1,28 @@ # GLYP69 - NBA LIVE 2005 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Videos are messed up, skip them. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GLZE69.ini b/Data/User/GameConfig/GLZE69.ini index ca56e68267..8502c361f2 100644 --- a/Data/User/GameConfig/GLZE69.ini +++ b/Data/User/GameConfig/GLZE69.ini @@ -1,8 +1,20 @@ # GLZE69 - 007 From Russia With Love -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GLZF69.ini b/Data/User/GameConfig/GLZF69.ini index ccbb91ed83..a15f4b58ce 100644 --- a/Data/User/GameConfig/GLZF69.ini +++ b/Data/User/GameConfig/GLZF69.ini @@ -1,8 +1,20 @@ # GLZF69 - 007 From Russia With Love -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GM2E8P.ini b/Data/User/GameConfig/GM2E8P.ini index c715407d9c..67db02875d 100644 --- a/Data/User/GameConfig/GM2E8P.ini +++ b/Data/User/GameConfig/GM2E8P.ini @@ -1,16 +1,28 @@ # GM2E8P - SUPER MONKEY BALL 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF=True -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Sound issues (that can't be fixed by lle audio). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GM2P8P.ini b/Data/User/GameConfig/GM2P8P.ini index 9b92f89cf9..e2d07f7bba 100644 --- a/Data/User/GameConfig/GM2P8P.ini +++ b/Data/User/GameConfig/GM2P8P.ini @@ -1,16 +1,28 @@ # GM2P8P - SUPER MONKEY BALL 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF=True -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Sound issues (that can't be fixed by lle audio). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] \ No newline at end of file +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GM3E69.ini b/Data/User/GameConfig/GM3E69.ini index 7c36ad1473..9bedf1af5f 100644 --- a/Data/User/GameConfig/GM3E69.ini +++ b/Data/User/GameConfig/GM3E69.ini @@ -1,7 +1,19 @@ # GM3E69 - Madden NFL 2003 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Music is broken menu gfx glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GM4E01.ini b/Data/User/GameConfig/GM4E01.ini index 5daa37570e..01f46994b5 100644 --- a/Data/User/GameConfig/GM4E01.ini +++ b/Data/User/GameConfig/GM4E01.ini @@ -1,10 +1,21 @@ -# GM4E01 - Mario Kart: Double Dash!! +# GM4E01 - Mario Kart: Double Dash!! + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs LLE audio to prevent BGM from stopping. Disable "emulate format changes" to increase the game speed. -[OnFrame] -[ActionReplay] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Everything Unlocked 023BC1C0 0003FFFF $Stars Last Forever @@ -119,12 +130,12 @@ $Reduced Nintendo Blur 022B3382 000000E8 $Increased Nintendo Blur 022B3382 000000CC + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Core] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GM4J01.ini b/Data/User/GameConfig/GM4J01.ini index b9d39df920..c34d916d90 100644 --- a/Data/User/GameConfig/GM4J01.ini +++ b/Data/User/GameConfig/GM4J01.ini @@ -1,16 +1,27 @@ -# GM4J01 - Mario Kart: Double Dash!! +# GM4J01 - Mario Kart: Double Dash!! + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs LLE audio to prevent BGM from stopping. Disable "emulate format changes" to increase the game speed. -[OnFrame] -[ActionReplay] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Core] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GM4P01.ini b/Data/User/GameConfig/GM4P01.ini index 1ab428de05..639879b279 100644 --- a/Data/User/GameConfig/GM4P01.ini +++ b/Data/User/GameConfig/GM4P01.ini @@ -1,10 +1,21 @@ # GM4P01 - Mario Kart: Double Dash!! + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs LLE audio to prevent BGM from stopping. Disable "emulate format changes" to increase the game speed. -[OnFrame]#Add memory patches here. -[ActionReplay]#Add decrypted action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Stars Last Forever 044C2F9B 18000000 802B0504 60000000 @@ -136,6 +147,7 @@ $Increased Nintendo Blur $Goraud Shading 044CC633 18000000 040A9714 4E800020 + [Video] ProjectionHack = 0 -[Core] + diff --git a/Data/User/GameConfig/GM5E7D.ini b/Data/User/GameConfig/GM5E7D.ini index d4843e899d..bb9b0213c2 100644 --- a/Data/User/GameConfig/GM5E7D.ini +++ b/Data/User/GameConfig/GM5E7D.ini @@ -1,17 +1,30 @@ -# GM5E7D - Metal Arms: Glitch in the System -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Core] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# GM5E7D - Metal Arms: Glitch in the System + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GM5F7D.ini b/Data/User/GameConfig/GM5F7D.ini index ffc100e54b..e0d32653a6 100644 --- a/Data/User/GameConfig/GM5F7D.ini +++ b/Data/User/GameConfig/GM5F7D.ini @@ -1,17 +1,30 @@ -# GM5F7D - Metal Arms: Glitch in the System -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Core] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# GM5F7D - Metal Arms: Glitch in the System + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GM5P7D.ini b/Data/User/GameConfig/GM5P7D.ini index efa5276758..7b54fa13c5 100644 --- a/Data/User/GameConfig/GM5P7D.ini +++ b/Data/User/GameConfig/GM5P7D.ini @@ -1,17 +1,30 @@ -# GM5P7D - Metal Arms: Glitch in the System -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Core] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# GM5P7D - Metal Arms: Glitch in the System + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GM6EE9.ini b/Data/User/GameConfig/GM6EE9.ini index 5997d56d3c..64ab1259f9 100644 --- a/Data/User/GameConfig/GM6EE9.ini +++ b/Data/User/GameConfig/GM6EE9.ini @@ -1,18 +1,31 @@ -# GM6EE9 - Medabots Infinity 4th Submission -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = MMU speed hack is needed for balloon bombs or the game crashes. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# GM6EE9 - Medabots Infinity 4th Submission + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = MMU speed hack is needed for balloon bombs or the game crashes. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/GM6PE9.ini b/Data/User/GameConfig/GM6PE9.ini index eba6dfdcfe..8ee6da0334 100644 --- a/Data/User/GameConfig/GM6PE9.ini +++ b/Data/User/GameConfig/GM6PE9.ini @@ -1,18 +1,31 @@ -# GM6PE9 - Medabots Infinity 4th Submission -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = MMU speed hack is needed for balloon bombs or the game crashes. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# GM6PE9 - Medabots Infinity 4th Submission + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = MMU speed hack is needed for balloon bombs or the game crashes. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/GM8E01.ini b/Data/User/GameConfig/GM8E01.ini index 0cc96edc53..a68c00526f 100644 --- a/Data/User/GameConfig/GM8E01.ini +++ b/Data/User/GameConfig/GM8E01.ini @@ -1,101 +1,114 @@ -# GM8E01 - Metroid Prime -[EmuState] -#The Emulation State. -EmulationStateId = 5 -EmulationIssues = Heat Visor doesn't work correctly, some graphics bugs, boss music doesn't play -EmulationIssues = -[Speedhacks] -0x80384b1c=400 -[OnFrame] -[ActionReplay] -$This Code Must Be On -043CB1A8 3C808000 -043CB1AC 93E4183C -043CB1B0 809F0008 -043CB1B4 4BDE05A8 -041AB758 4821FA50 -$Infinite Health -04049EA8 48000104 -$Infinite Missiles -4200183C 002500FF -4200183C 002700FF -$Infinite Balls -00457D1B 00000003 -$Infinite Power Balls -4200183C 00310003 -$Moonjump (Hold B) -0A7A55A4 00000200 -0446BABC 41200000 -$Play NES Metroid -0A7A55A4 00000440 -0001CA64 00000041 -0A7A55A4 00000840 -0001CA64 00000040 -$Have Ice Beam -4200183C 001B0001 -$Have Wave Beam -4200183C 001F0001 -$Have Plasma Beam -4200183C 00230001 -$Have Phazon Beam -70458245 00000080 -087A55A9 000000C5 -00458245 0000007C -48457D33 00000000 -087A55A9 0000003B -00458245 000000FE -$Have Morph Ball -4200183C 00570001 -$Have Boost Ball -4200183C 005F0001 -$Have Spider Ball (break) -4200183C 00630001 -$Have Morph Ball Bomb -4200183C 002F0001 -$Have Power Bomb -4200183C 00330001 -$Have Varia Suit -4200183C 006F0001 -$Have Gravity Suit (break) -4200183C 00670001 -4200183C 006B0001 -$Have Phazon Suit (break) -4200183C 00730001 -$Have Combat Visor -4200183C 005B0001 -$Have Scan Visor -4200183C 002B0001 -$Have X-Ray Visor -4200183C 004B0001 -$Have Thermal Visor -4200183C 003B0001 -$Have Space Jump Boots -4200183C 00510001 -4200183C 00530001 -$Have Grapple Beam -4200183C 00470001 -$Have Missile Launcher -4200183C 00260001 -$Have Charge Beam -4200183C 003F0001 -$Have Beam Combo A -4200183C 00370001 -$Have Beam Combo B -4200183C 00430001 -$Have Beam Combo C -4200183C 004F0001 -[Core] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBCopyEnable = True -EFBToTextureEnable = False -[Video_Enhancements] +# GM8E01 - Metroid Prime + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = Heat Visor doesn't work correctly, some graphics bugs, boss music doesn't play +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$This Code Must Be On +043CB1A8 3C808000 +043CB1AC 93E4183C +043CB1B0 809F0008 +043CB1B4 4BDE05A8 +041AB758 4821FA50 +$Infinite Health +04049EA8 48000104 +$Infinite Missiles +4200183C 002500FF +4200183C 002700FF +$Infinite Balls +00457D1B 00000003 +$Infinite Power Balls +4200183C 00310003 +$Moonjump (Hold B) +0A7A55A4 00000200 +0446BABC 41200000 +$Play NES Metroid +0A7A55A4 00000440 +0001CA64 00000041 +0A7A55A4 00000840 +0001CA64 00000040 +$Have Ice Beam +4200183C 001B0001 +$Have Wave Beam +4200183C 001F0001 +$Have Plasma Beam +4200183C 00230001 +$Have Phazon Beam +70458245 00000080 +087A55A9 000000C5 +00458245 0000007C +48457D33 00000000 +087A55A9 0000003B +00458245 000000FE +$Have Morph Ball +4200183C 00570001 +$Have Boost Ball +4200183C 005F0001 +$Have Spider Ball (break) +4200183C 00630001 +$Have Morph Ball Bomb +4200183C 002F0001 +$Have Power Bomb +4200183C 00330001 +$Have Varia Suit +4200183C 006F0001 +$Have Gravity Suit (break) +4200183C 00670001 +4200183C 006B0001 +$Have Phazon Suit (break) +4200183C 00730001 +$Have Combat Visor +4200183C 005B0001 +$Have Scan Visor +4200183C 002B0001 +$Have X-Ray Visor +4200183C 004B0001 +$Have Thermal Visor +4200183C 003B0001 +$Have Space Jump Boots +4200183C 00510001 +4200183C 00530001 +$Have Grapple Beam +4200183C 00470001 +$Have Missile Launcher +4200183C 00260001 +$Have Charge Beam +4200183C 003F0001 +$Have Beam Combo A +4200183C 00370001 +$Have Beam Combo B +4200183C 00430001 +$Have Beam Combo C +4200183C 004F0001 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBCopyEnable = True +EFBToTextureEnable = False + +[Speedhacks] +0x80384b1c=400 + diff --git a/Data/User/GameConfig/GM8J01.ini b/Data/User/GameConfig/GM8J01.ini index 51f485f0ec..c4c8841e4c 100644 --- a/Data/User/GameConfig/GM8J01.ini +++ b/Data/User/GameConfig/GM8J01.ini @@ -1,25 +1,37 @@ -# GM8E01 - Metroid Prime -[Core] -#Values set here will override the main dolphin settings. -[Speedhacks] -0x803708f8=400 -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 2 -EmulationIssues="Heat Visor doesn't work correctly, some graphics bugs, boss music doesn't play" -[OnFrame] -#Add memory patches to be applied every frame here. -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBCopyEnable = True -EFBToTextureEnable = False +# GM8E01 - Metroid Prime + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 2 +EmulationIssues="Heat Visor doesn't work correctly, some graphics bugs, boss music doesn't play" + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBCopyEnable = True +EFBToTextureEnable = False + +[Speedhacks] +0x803708f8=400 + diff --git a/Data/User/GameConfig/GM8P01.ini b/Data/User/GameConfig/GM8P01.ini index b046e8fd15..202c6ef97f 100644 --- a/Data/User/GameConfig/GM8P01.ini +++ b/Data/User/GameConfig/GM8P01.ini @@ -1,28 +1,36 @@ -# GM8P01 - Metroid Prime -[Core] -#Values set here will override the main dolphin settings. -[Speedhacks] -# Patch OSYieldThread to take more time - MP1's idle loop is really stupid. -0x8036eba0=400 -[EmuState] -#The Emulation State. -EmulationStateId = 4 -EmulationIssues = needs safe texture cache -[EmuState] -EmulationStateId = 0 -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBCopyEnable = True -EFBToTextureEnable = False - +# GM8P01 - Metroid Prime + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBCopyEnable = True +EFBToTextureEnable = False + +[Speedhacks] +0x8036eba0=400 + diff --git a/Data/User/GameConfig/GMBE8P.ini b/Data/User/GameConfig/GMBE8P.ini index d6ab025ca9..7e4f1daefb 100644 --- a/Data/User/GameConfig/GMBE8P.ini +++ b/Data/User/GameConfig/GMBE8P.ini @@ -1,13 +1,24 @@ # GMBE8P - Super Monkey Ball (U) + [Core] +# Values set here will override the main dolphin settings. EnableFPRF=True -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GMBP8P.ini b/Data/User/GameConfig/GMBP8P.ini index 7ecc6ffa4b..5170114f39 100644 --- a/Data/User/GameConfig/GMBP8P.ini +++ b/Data/User/GameConfig/GMBP8P.ini @@ -1,12 +1,24 @@ # GMBP8P - Super Monkey Ball (PAL) + [Core] +# Values set here will override the main dolphin settings. EnableFPRF=True -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GMFS69.ini b/Data/User/GameConfig/GMFS69.ini index 47d6b65825..df3367edb7 100644 --- a/Data/User/GameConfig/GMFS69.ini +++ b/Data/User/GameConfig/GMFS69.ini @@ -1,6 +1,18 @@ # GMFS69 - Medal of Honor Frontline -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GMHE52.ini b/Data/User/GameConfig/GMHE52.ini index b14ac860b6..ae7a157833 100644 --- a/Data/User/GameConfig/GMHE52.ini +++ b/Data/User/GameConfig/GMHE52.ini @@ -1,18 +1,30 @@ # GMHE52 - Mat Hoffman's Pro BMX 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real Xfb for videos to show up (r6945) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True diff --git a/Data/User/GameConfig/GMHF52.ini b/Data/User/GameConfig/GMHF52.ini index 4579be63a3..310520006a 100644 --- a/Data/User/GameConfig/GMHF52.ini +++ b/Data/User/GameConfig/GMHF52.ini @@ -1,18 +1,31 @@ # GMHF52 - Mat Hoffman's Pro BMX 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real Xfb for videos to show up (r6945) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GMHP52.ini b/Data/User/GameConfig/GMHP52.ini index 346a0bca27..b362a4fc89 100644 --- a/Data/User/GameConfig/GMHP52.ini +++ b/Data/User/GameConfig/GMHP52.ini @@ -1,18 +1,31 @@ # GMHP52 - Mat Hoffman's Pro BMX 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real Xfb for videos to show up (r6945) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GMIE70.ini b/Data/User/GameConfig/GMIE70.ini index 7e3be02a66..5b19a54bc1 100644 --- a/Data/User/GameConfig/GMIE70.ini +++ b/Data/User/GameConfig/GMIE70.ini @@ -1,22 +1,36 @@ # GMIE70 - Mission: Impossible Operation Surma -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for Sonic Imager (gadgets). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBCopyEnable = True EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/GMIP70.ini b/Data/User/GameConfig/GMIP70.ini index 1fb1521e83..b57659a878 100644 --- a/Data/User/GameConfig/GMIP70.ini +++ b/Data/User/GameConfig/GMIP70.ini @@ -1,22 +1,36 @@ # GMIP70 - Mission: Impossible Operation Surma -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for Sonic Imager (gadgets). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBCopyEnable = True EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/GMKD5D.ini b/Data/User/GameConfig/GMKD5D.ini index e717feaf1a..0e5e905e83 100644 --- a/Data/User/GameConfig/GMKD5D.ini +++ b/Data/User/GameConfig/GMKD5D.ini @@ -1,6 +1,18 @@ # GMKD5D - Mortal Kombat Deadly Alliance -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GMLEA4.ini b/Data/User/GameConfig/GMLEA4.ini index 4ef2d7da2f..0af493dea0 100644 --- a/Data/User/GameConfig/GMLEA4.ini +++ b/Data/User/GameConfig/GMLEA4.ini @@ -1,7 +1,19 @@ # GMLEA4 - ESPN MLS ExtraTime 2002 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = EXTREME SLOW AND BAD SOUND -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GMNE78.ini b/Data/User/GameConfig/GMNE78.ini index aebf236daf..77f81a4407 100644 --- a/Data/User/GameConfig/GMNE78.ini +++ b/Data/User/GameConfig/GMNE78.ini @@ -1,18 +1,31 @@ # GMNE78 - Scream Arena -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos require real XFB, HLE sound is weird -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GMPE01.ini b/Data/User/GameConfig/GMPE01.ini index 46a1adfb22..cfe334dd34 100644 --- a/Data/User/GameConfig/GMPE01.ini +++ b/Data/User/GameConfig/GMPE01.ini @@ -1,14 +1,23 @@ # GMPE01 - Mario Party 4 + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="The bubbles in into scene when starting a game are not shaded right?" + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] -#Add memory patches here. +# Add memory patches to be applied every frame here. [ActionReplay] +# Add action replay cheats here. $All Mini Games Unlocked -0218FDF0 +0218FDF0 0003FFFF $Player 1 Max Coins @@ -101,4 +110,5 @@ $Press Z+R To Be On Turn 20 $Press Z+L To Be On Turn 1 0A1E67F0 00000050 -0018FCFC 00000001 \ No newline at end of file +0018FCFC 00000001 + diff --git a/Data/User/GameConfig/GMPP01.ini b/Data/User/GameConfig/GMPP01.ini index 0cac342e12..f37169fd18 100644 --- a/Data/User/GameConfig/GMPP01.ini +++ b/Data/User/GameConfig/GMPP01.ini @@ -1,10 +1,22 @@ # GMPP01 - Mario Party 4 +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GMSE01.ini b/Data/User/GameConfig/GMSE01.ini index 2aadc5ce80..6c4191405b 100644 --- a/Data/User/GameConfig/GMSE01.ini +++ b/Data/User/GameConfig/GMSE01.ini @@ -1,10 +1,21 @@ # GMSE01 - Super Mario Sunshine -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = needs EFB to Ram -[OnFrame] Add memory patches to be applied every frame here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $All Shines (not working) 045708E8 FFFFFFFF 045708EC FFFFFFFF @@ -94,11 +105,11 @@ $Warped camera view 044176A8 3E000000 $Poorly Shaded Mario 044176FC 00000000 -#Press the buttons below to switch to another nozzle. You must have your nozzle set to squirt for it to work -#B+D-Pad Up: Rocket Nozzle -#B+D-Pad Left: Turbo Nozzle -#B+D-Pad Right: Hover Nozzle -#B+D-PadDown: Jump Nozzle +# Press the buttons below to switch to another nozzle. You must have your nozzle set to squirt for it to work +# B+D-Pad Up: Rocket Nozzle +# B+D-Pad Left: Turbo Nozzle +# B+D-Pad Right: Hover Nozzle +# B+D-PadDown: Jump Nozzle $Nozzle Modifier 0A404454 00000208 04269F50 3BE00001 @@ -133,18 +144,21 @@ $D-Pad Left For Normal Mario 4240E12C 4DE63F80 4240E12C 4DE83F80 00000000 40000000 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True +PH_ZNear = +PH_ZFar = + [Video_Settings] wideScreenHack = False UseNativeMips = True AspectRatio = 0 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GMSP01.ini b/Data/User/GameConfig/GMSP01.ini index b2b0b8d251..4903413a33 100644 --- a/Data/User/GameConfig/GMSP01.ini +++ b/Data/User/GameConfig/GMSP01.ini @@ -1,10 +1,21 @@ # GMSP01 - Super Mario Sunshine -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = needs EFB to Ram -[OnFrame] Add memory patches to be applied every frame here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $99 Lives 00E60ADE 18000000 00570967 00000063 @@ -55,19 +66,21 @@ $Any Fruit Opens Yoshi Eggs $Yoshi Loves Water 00E66B5C 18000000 0426837C 4E800020 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True +PH_ZNear = +PH_ZFar = + [Video_Settings] wideScreenHack = False UseNativeMips = True AspectRatio = 0 +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GMTP69.ini b/Data/User/GameConfig/GMTP69.ini index 7bb5b365d1..155ea67f85 100644 --- a/Data/User/GameConfig/GMTP69.ini +++ b/Data/User/GameConfig/GMTP69.ini @@ -1,7 +1,19 @@ # GMTP69 - Disney's PARTY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Needs Projectin Before R945" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GMUE5D.ini b/Data/User/GameConfig/GMUE5D.ini index e8fa581000..18fc9641e1 100644 --- a/Data/User/GameConfig/GMUE5D.ini +++ b/Data/User/GameConfig/GMUE5D.ini @@ -1,7 +1,19 @@ # GMUE5D - Dr. Muto -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = crash -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GMXE70.ini b/Data/User/GameConfig/GMXE70.ini index 263e9dcc1c..214760e887 100644 --- a/Data/User/GameConfig/GMXE70.ini +++ b/Data/User/GameConfig/GMXE70.ini @@ -1,11 +1,22 @@ # GMXE70 - Enter The Matrix -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 04099688 38000800 $Infinite Ammo @@ -29,5 +40,7 @@ $Enable Multiplayer fighting levels(Save Game In Hacking Menu To Enable) 04950504 00000280 $Have Test And Multiplayer Fighting Levels(Save Game In Hacking Menu To Enable) 04950504 00002280 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GN6E69.ini b/Data/User/GameConfig/GN6E69.ini index 1e3fd16edf..a74f874d57 100644 --- a/Data/User/GameConfig/GN6E69.ini +++ b/Data/User/GameConfig/GN6E69.ini @@ -1,16 +1,28 @@ # GN6E69 - NHL06 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GN8E69.ini b/Data/User/GameConfig/GN8E69.ini index 56b7c88dc5..8a555fd89d 100644 --- a/Data/User/GameConfig/GN8E69.ini +++ b/Data/User/GameConfig/GN8E69.ini @@ -1,15 +1,27 @@ # GN8E69 - NBA LIVE 2004 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GN8P69.ini b/Data/User/GameConfig/GN8P69.ini index 4d3c3167af..8ad59e2b41 100644 --- a/Data/User/GameConfig/GN8P69.ini +++ b/Data/User/GameConfig/GN8P69.ini @@ -1,15 +1,27 @@ # GN8P69 - NBA LIVE 2004 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GNDE69.ini b/Data/User/GameConfig/GNDE69.ini index 3cfe5a2b6c..9b85ac21b9 100644 --- a/Data/User/GameConfig/GNDE69.ini +++ b/Data/User/GameConfig/GNDE69.ini @@ -1,6 +1,18 @@ # GNDE69 - NFS Underground -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GNHE5d.ini b/Data/User/GameConfig/GNHE5d.ini index a1c2082fde..17ee4b8008 100644 --- a/Data/User/GameConfig/GNHE5d.ini +++ b/Data/User/GameConfig/GNHE5d.ini @@ -1,13 +1,24 @@ # GNHE5d - NHL HITZ 20-02 + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Enable the GameCube BIOS to allow the game to boot. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. +$Nop Hack 0x80025BA0:dword:0x60000000 + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GNJEAF.ini b/Data/User/GameConfig/GNJEAF.ini index 7b86e03933..a22a2bdbca 100644 --- a/Data/User/GameConfig/GNJEAF.ini +++ b/Data/User/GameConfig/GNJEAF.ini @@ -1,19 +1,32 @@ # GNJEAF - I-Ninja -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GNLE69.ini b/Data/User/GameConfig/GNLE69.ini index 74535e5040..304c9bc4ea 100644 --- a/Data/User/GameConfig/GNLE69.ini +++ b/Data/User/GameConfig/GNLE69.ini @@ -1,15 +1,27 @@ # GNLE69 - NBA Live 2003 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GNNE69.ini b/Data/User/GameConfig/GNNE69.ini index b895e8cb94..c22e6fff9e 100644 --- a/Data/User/GameConfig/GNNE69.ini +++ b/Data/User/GameConfig/GNNE69.ini @@ -1,13 +1,25 @@ -# GNNE69 - NFL Street -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# GNNE69 - NFL Street + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GNOE78.ini b/Data/User/GameConfig/GNOE78.ini index cd43ce75ab..02a6570373 100644 --- a/Data/User/GameConfig/GNOE78.ini +++ b/Data/User/GameConfig/GNOE78.ini @@ -1,18 +1,31 @@ -# GNOE78 - Nicktoons Unite! -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.000153 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# GNOE78 - Nicktoons Unite! + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.000153 + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/GNQE69.ini b/Data/User/GameConfig/GNQE69.ini index 1af70a667f..8c4b1f0885 100644 --- a/Data/User/GameConfig/GNQE69.ini +++ b/Data/User/GameConfig/GNQE69.ini @@ -1,7 +1,19 @@ # GNQE69 - Madden NFL 2005 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Music is broken menu gfx glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GNRJDA.ini b/Data/User/GameConfig/GNRJDA.ini index 90c0300ec2..4ede209d71 100644 --- a/Data/User/GameConfig/GNRJDA.ini +++ b/Data/User/GameConfig/GNRJDA.ini @@ -1,6 +1,18 @@ # GNRJDA - naruto gekitou ninja taisen -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GNUEDA.ini b/Data/User/GameConfig/GNUEDA.ini index 14e99624a7..9ad7f5ecb1 100644 --- a/Data/User/GameConfig/GNUEDA.ini +++ b/Data/User/GameConfig/GNUEDA.ini @@ -1,11 +1,22 @@ # GNUEDA - NARUTO2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GNWE69.ini b/Data/User/GameConfig/GNWE69.ini index b48f5843da..58387cea88 100644 --- a/Data/User/GameConfig/GNWE69.ini +++ b/Data/User/GameConfig/GNWE69.ini @@ -1,14 +1,23 @@ # GNWE69 - Def Jam Fight For NY + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. TLBHack = 1 Patch Region = 0x7e000000 + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Max/Infinite Cash 044477E0 05F5E0FF 040476F4 80AD0000 @@ -74,5 +83,7 @@ $Player 4 Max Score 043F4EAC 05F5E0FF $Player 4 Low Score 043F4EAC 00000000 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GNWP69.ini b/Data/User/GameConfig/GNWP69.ini index 3ce337ae1e..4275ee8c89 100644 --- a/Data/User/GameConfig/GNWP69.ini +++ b/Data/User/GameConfig/GNWP69.ini @@ -1,18 +1,28 @@ # GNWP69 - Def Jam Fight For NY + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. TLBHack = 1 + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GO2E4F.ini b/Data/User/GameConfig/GO2E4F.ini index 149df6dfa7..6a2af4a7c2 100644 --- a/Data/User/GameConfig/GO2E4F.ini +++ b/Data/User/GameConfig/GO2E4F.ini @@ -1,7 +1,19 @@ # GO2E4F - Blood Omen 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GO7E69.ini b/Data/User/GameConfig/GO7E69.ini index d85c793006..e293f3e4ad 100644 --- a/Data/User/GameConfig/GO7E69.ini +++ b/Data/User/GameConfig/GO7E69.ini @@ -1,10 +1,21 @@ # GO7E69 - James Bond 007(tm): NightFire(tm) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Levels involving vehicles crash the emulator. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 0C1C7D94 00000001 422B4BF0 040C42C8 @@ -19,5 +30,4 @@ $Infinite Helicopter Rockets and Bullets 014CDE09 000003E7 014CE551 000003E7 014CE1AD 000003E7 -[Video] -[Gecko] + diff --git a/Data/User/GameConfig/GO7F69.ini b/Data/User/GameConfig/GO7F69.ini index 4efec3b9d2..fdac6d9f33 100644 --- a/Data/User/GameConfig/GO7F69.ini +++ b/Data/User/GameConfig/GO7F69.ini @@ -1,10 +1,21 @@ # GO7F69 - James Bond 007(tm): NightFire(tm) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = needs optimize quantizers off EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Moon Jump (Hold Y) 4A0901CE 00000004 3A24C29C 00000800 @@ -27,5 +38,7 @@ $Unlock all Levels 4A0901CE 00000004 00000000 80207C94 00000001 000A0018 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GO7P69.ini b/Data/User/GameConfig/GO7P69.ini index 8ac8832e28..796d7590e5 100644 --- a/Data/User/GameConfig/GO7P69.ini +++ b/Data/User/GameConfig/GO7P69.ini @@ -1,10 +1,20 @@ # GO7P69 - James Bond 007(tm): NightFire(tm) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues= -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues= + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 0180E47C 18000000 0A0901CE 00000004 @@ -35,4 +45,5 @@ $Unlock Levels 0180E47F 18000000 4A0901CE 00000004 00000000 80207C94 -00000001 000A0018 \ No newline at end of file +00000001 000A0018 + diff --git a/Data/User/GameConfig/GOAE52.ini b/Data/User/GameConfig/GOAE52.ini index dbfb379652..c9c1d074b7 100644 --- a/Data/User/GameConfig/GOAE52.ini +++ b/Data/User/GameConfig/GOAE52.ini @@ -1,16 +1,28 @@ # GOAE52 - Cabela's Outdoor Adventures -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GOBE4Z.ini b/Data/User/GameConfig/GOBE4Z.ini index 39a0ca44a5..8a083deb0c 100644 --- a/Data/User/GameConfig/GOBE4Z.ini +++ b/Data/User/GameConfig/GOBE4Z.ini @@ -1,7 +1,19 @@ # GOBE4Z - Bad Boys Miami Takedown -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad voice sound -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GOCE5D.ini b/Data/User/GameConfig/GOCE5D.ini index 7d3ca95d35..84691ea171 100644 --- a/Data/User/GameConfig/GOCE5D.ini +++ b/Data/User/GameConfig/GOCE5D.ini @@ -1,6 +1,18 @@ # GOCE5D - RoadKill -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GOGJB2.ini b/Data/User/GameConfig/GOGJB2.ini index 4a9cc50242..88263a6ef0 100644 --- a/Data/User/GameConfig/GOGJB2.ini +++ b/Data/User/GameConfig/GOGJB2.ini @@ -1,6 +1,18 @@ # GOGJB2 - ONE PIECE GRANDBATTLE3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GOME01.ini b/Data/User/GameConfig/GOME01.ini index e152298243..2ee3fb5e59 100644 --- a/Data/User/GameConfig/GOME01.ini +++ b/Data/User/GameConfig/GOME01.ini @@ -1,10 +1,21 @@ # GOME01 - MarioPowerTennis -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad Graphics -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Score Once To Win Game 00537C69 00000003 0053932A 00000003 @@ -17,6 +28,7 @@ $All Minigames Unlocked 022B3738 0011FFFF $All Characters Unlocked 042B3728 FFFFFFFF + [Video] ProjectionHack = 0 diff --git a/Data/User/GameConfig/GOMP01.ini b/Data/User/GameConfig/GOMP01.ini index 66a991e480..9f1b9785a7 100644 --- a/Data/User/GameConfig/GOMP01.ini +++ b/Data/User/GameConfig/GOMP01.ini @@ -1,9 +1,20 @@ # GOMP01 - MarioPowerTennis -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Lots of Graphical Issues -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GONE69.ini b/Data/User/GameConfig/GONE69.ini index adcd257413..4219599680 100644 --- a/Data/User/GameConfig/GONE69.ini +++ b/Data/User/GameConfig/GONE69.ini @@ -1,7 +1,19 @@ # GONE69 - Medal of Honor European Assault -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GOOE01.ini b/Data/User/GameConfig/GOOE01.ini index 37d891d663..3389874b10 100644 --- a/Data/User/GameConfig/GOOE01.ini +++ b/Data/User/GameConfig/GOOE01.ini @@ -1,9 +1,22 @@ # GOOE01 - Odama US ver -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] -ProjectionHack = 0 \ No newline at end of file +ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GOPEB2.ini b/Data/User/GameConfig/GOPEB2.ini index 97ed54486c..d965f88649 100644 --- a/Data/User/GameConfig/GOPEB2.ini +++ b/Data/User/GameConfig/GOPEB2.ini @@ -1,7 +1,19 @@ # GOPEB2 - ONE PIECE GRAND BATTLE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GOPJB2.ini b/Data/User/GameConfig/GOPJB2.ini index e125f9cf41..f09531025b 100644 --- a/Data/User/GameConfig/GOPJB2.ini +++ b/Data/User/GameConfig/GOPJB2.ini @@ -1,6 +1,18 @@ # GOPJB2 - ONE PIECE GRAND BATTLE RUSH -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GOQEAF.ini b/Data/User/GameConfig/GOQEAF.ini index 872aa621e1..56c790c605 100644 --- a/Data/User/GameConfig/GOQEAF.ini +++ b/Data/User/GameConfig/GOQEAF.ini @@ -1,7 +1,19 @@ # GOQEAF - ONE PIECE: GRAND ADVENTURE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = bad texture -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GOSE41.ini b/Data/User/GameConfig/GOSE41.ini index 4a9637bf1a..759e6f9c3f 100644 --- a/Data/User/GameConfig/GOSE41.ini +++ b/Data/User/GameConfig/GOSE41.ini @@ -1,17 +1,29 @@ # GOSE41 - Open Season -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs MMU (Slow). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GOSP41.ini b/Data/User/GameConfig/GOSP41.ini index 9ce80bf3d3..95e162c52c 100644 --- a/Data/User/GameConfig/GOSP41.ini +++ b/Data/User/GameConfig/GOSP41.ini @@ -1,17 +1,29 @@ # GOSP41 - Open Season -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs MMU (Slow). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GOSX41.ini b/Data/User/GameConfig/GOSX41.ini index c28b0dbebc..415d1be644 100644 --- a/Data/User/GameConfig/GOSX41.ini +++ b/Data/User/GameConfig/GOSX41.ini @@ -1,17 +1,29 @@ # GOSX41 - Open Season -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs MMU (Slow). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GOWD69.ini b/Data/User/GameConfig/GOWD69.ini index b72311394e..0fe5d09147 100644 --- a/Data/User/GameConfig/GOWD69.ini +++ b/Data/User/GameConfig/GOWD69.ini @@ -1,16 +1,28 @@ # GOWD69 - NFS Most Wanted -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GOWE69.ini b/Data/User/GameConfig/GOWE69.ini index e3ec320abd..ee6b3d1f58 100644 --- a/Data/User/GameConfig/GOWE69.ini +++ b/Data/User/GameConfig/GOWE69.ini @@ -1,16 +1,28 @@ # GOWE69 - NFS Most Wanted -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GOWF69.ini b/Data/User/GameConfig/GOWF69.ini index a6e4e56de3..d3490c4e03 100644 --- a/Data/User/GameConfig/GOWF69.ini +++ b/Data/User/GameConfig/GOWF69.ini @@ -1,16 +1,28 @@ # GOWF69 - NFS Most Wanted -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GOWJ69.ini b/Data/User/GameConfig/GOWJ69.ini index dfd9602e7e..cf0624b56f 100644 --- a/Data/User/GameConfig/GOWJ69.ini +++ b/Data/User/GameConfig/GOWJ69.ini @@ -1,16 +1,28 @@ # GOWJ69 - NFS Most Wanted -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GOWP69.ini b/Data/User/GameConfig/GOWP69.ini index 9d85f68fb0..343106e213 100644 --- a/Data/User/GameConfig/GOWP69.ini +++ b/Data/User/GameConfig/GOWP69.ini @@ -1,16 +1,28 @@ # GOWP69 - NFS Most Wanted -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GOYD69.ini b/Data/User/GameConfig/GOYD69.ini index a2fd2afaf1..d48fed607c 100644 --- a/Data/User/GameConfig/GOYD69.ini +++ b/Data/User/GameConfig/GOYD69.ini @@ -1,19 +1,31 @@ -# GOYD69 - GoldenEye Rogue Agent -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Videos are messed up, skip them. -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +# GOYD69 - GoldenEye Rogue Agent + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Videos are messed up, skip them. +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GOYE69.ini b/Data/User/GameConfig/GOYE69.ini index 6657678869..b9592ef12c 100644 --- a/Data/User/GameConfig/GOYE69.ini +++ b/Data/User/GameConfig/GOYE69.ini @@ -1,41 +1,53 @@ -# GOYE69 - GoldenEye Rogue Agent -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Videos are messed up, skip them. -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -$Never Lose Health -040A0D44 60000000 -$Never Lose Armor -040A0C70 60000000 -$Never Lose Eye Power -040A43E0 4E800020 -$Infinite Ammo -04542E4C 00000001 -$Unlock All Missions -0000314D 00000018 -$Unlock Multiplayer Maps (Use On A Empty Profile) -000094AC 000000FF -$Enemies Are Idiots (Use On A Empty Profile) -0410ECAC 4E800020 -$Enemies Cannot Throw Grenades (Use On A Empty Profile) -040FC010 4E800020 -$Big Arms (Use On A Empty Profile) -04542E78 3F800000 -$Slow Enemies (Use On A Empty Profile) -044F7FFC 3D000000 -$Disable Shadows (Use On A Empty Profile) -044FA2A4 00000001 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +# GOYE69 - GoldenEye Rogue Agent + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Videos are messed up, skip them. +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Never Lose Health +040A0D44 60000000 +$Never Lose Armor +040A0C70 60000000 +$Never Lose Eye Power +040A43E0 4E800020 +$Infinite Ammo +04542E4C 00000001 +$Unlock All Missions +0000314D 00000018 +$Unlock Multiplayer Maps (Use On A Empty Profile) +000094AC 000000FF +$Enemies Are Idiots (Use On A Empty Profile) +0410ECAC 4E800020 +$Enemies Cannot Throw Grenades (Use On A Empty Profile) +040FC010 4E800020 +$Big Arms (Use On A Empty Profile) +04542E78 3F800000 +$Slow Enemies (Use On A Empty Profile) +044F7FFC 3D000000 +$Disable Shadows (Use On A Empty Profile) +044FA2A4 00000001 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GOYF69.ini b/Data/User/GameConfig/GOYF69.ini index 0df6b4c9cc..95e1b3b25f 100644 --- a/Data/User/GameConfig/GOYF69.ini +++ b/Data/User/GameConfig/GOYF69.ini @@ -1,19 +1,31 @@ -# GOYF69 - GoldenEye Rogue Agent -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Videos are messed up, skip them. -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +# GOYF69 - GoldenEye Rogue Agent + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Videos are messed up, skip them. +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GP2E82.ini b/Data/User/GameConfig/GP2E82.ini index bbc6a699c3..55980e4579 100644 --- a/Data/User/GameConfig/GP2E82.ini +++ b/Data/User/GameConfig/GP2E82.ini @@ -1,18 +1,31 @@ # GP2E82 - Pac-Man World 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real xfb for the videos to show up(r6651) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GP2EAF.ini b/Data/User/GameConfig/GP2EAF.ini index 5abb5be9b6..d6877bdea3 100644 --- a/Data/User/GameConfig/GP2EAF.ini +++ b/Data/User/GameConfig/GP2EAF.ini @@ -1,18 +1,30 @@ # GP2EAF - Pac-Man World 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real xfb for the videos to show up(r6651) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True diff --git a/Data/User/GameConfig/GP4J18.ini b/Data/User/GameConfig/GP4J18.ini index fc0f143e6d..bfe4972a0b 100644 --- a/Data/User/GameConfig/GP4J18.ini +++ b/Data/User/GameConfig/GP4J18.ini @@ -1,7 +1,19 @@ # GP4J18 - pc genjin -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GP5E01.ini b/Data/User/GameConfig/GP5E01.ini index 7100d2d403..50af550117 100644 --- a/Data/User/GameConfig/GP5E01.ini +++ b/Data/User/GameConfig/GP5E01.ini @@ -1,12 +1,21 @@ # GP5E01 - Mario Party 5 + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $All Mini-Games Unlocked 044E31C6 08000000 0222A77C 0005FFFF @@ -377,15 +386,16 @@ $Press L+X: Player Stops Moving 0022A28A 00000001 0022A392 00000001 00000000 40000000 -[Core] + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBCopyEnable = True EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/GP5J01.ini b/Data/User/GameConfig/GP5J01.ini index 0bb483a730..91fb867d5b 100644 --- a/Data/User/GameConfig/GP5J01.ini +++ b/Data/User/GameConfig/GP5J01.ini @@ -1,21 +1,31 @@ # GP5J01 - Mario Party 5 -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnLoad] -#Add memory patches to be loaded once on boot here. -[OnFrame] -[ActionReplay] + [Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBCopyEnable = True EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/GP5P01.ini b/Data/User/GameConfig/GP5P01.ini index f05d88efae..a2136526ea 100644 --- a/Data/User/GameConfig/GP5P01.ini +++ b/Data/User/GameConfig/GP5P01.ini @@ -1,21 +1,31 @@ # GP5P01 - Mario Party 5 -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnLoad] -#Add memory patches to be loaded once on boot here. -[OnFrame] -[ActionReplay] + [Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBCopyEnable = True EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/GP6E01.ini b/Data/User/GameConfig/GP6E01.ini index 69596e46ce..03348183ad 100644 --- a/Data/User/GameConfig/GP6E01.ini +++ b/Data/User/GameConfig/GP6E01.ini @@ -1,18 +1,30 @@ # GP6E01 - Mario Party 6 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Mini games tour bus needs emulate format changes to preview the mini games. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True diff --git a/Data/User/GameConfig/GP6J01.ini b/Data/User/GameConfig/GP6J01.ini index d7b9ff310f..5b0936d9a7 100644 --- a/Data/User/GameConfig/GP6J01.ini +++ b/Data/User/GameConfig/GP6J01.ini @@ -1,17 +1,30 @@ # GP6J01 - Mario Party 6 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Mini games tour bus needs emulate format changes to preview the mini games. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/GP6P01.ini b/Data/User/GameConfig/GP6P01.ini index fbc068ca72..40f1a6b3bb 100644 --- a/Data/User/GameConfig/GP6P01.ini +++ b/Data/User/GameConfig/GP6P01.ini @@ -1,19 +1,30 @@ # GP6P01 - Mario Party 6 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Mini games tour bus needs emulate format changes to preview the mini games. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True - diff --git a/Data/User/GameConfig/GP7E01.ini b/Data/User/GameConfig/GP7E01.ini index 74049ee2b0..8f76bffc9f 100644 --- a/Data/User/GameConfig/GP7E01.ini +++ b/Data/User/GameConfig/GP7E01.ini @@ -1,10 +1,21 @@ # GP7E01 - Mario Party 7 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Mileage 02510C6A 0000C350 $Unlock All Minigames @@ -14,13 +25,15 @@ $Unlock all Souvieners 002922FD 000002FF $Unlock All Sounds 002922FA 000001FF + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GP7J01.ini b/Data/User/GameConfig/GP7J01.ini index 4cabd9657c..c20c1da630 100644 --- a/Data/User/GameConfig/GP7J01.ini +++ b/Data/User/GameConfig/GP7J01.ini @@ -1,17 +1,30 @@ # GP7J01 - Mario Party 7 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GP7P01.ini b/Data/User/GameConfig/GP7P01.ini index 566f77ed02..a6830f9faa 100644 --- a/Data/User/GameConfig/GP7P01.ini +++ b/Data/User/GameConfig/GP7P01.ini @@ -1,17 +1,30 @@ # GP7P01 - Mario Party 7 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GP8EAF.ini b/Data/User/GameConfig/GP8EAF.ini index 3a93ca340c..c2040a5b00 100644 --- a/Data/User/GameConfig/GP8EAF.ini +++ b/Data/User/GameConfig/GP8EAF.ini @@ -1,15 +1,27 @@ # GP8EAF - Pac-Man World 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GPAE01.ini b/Data/User/GameConfig/GPAE01.ini index 2c4a579eca..c5235315d2 100644 --- a/Data/User/GameConfig/GPAE01.ini +++ b/Data/User/GameConfig/GPAE01.ini @@ -1,18 +1,31 @@ # GPAE01 - PokemonChannelMainDisk -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Needs Efb to Ram for painting. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GPAJ01.ini b/Data/User/GameConfig/GPAJ01.ini index 2c41ef72f0..ab2e068c40 100644 --- a/Data/User/GameConfig/GPAJ01.ini +++ b/Data/User/GameConfig/GPAJ01.ini @@ -1,18 +1,31 @@ # GPAJ01 - PokemonChannelMainDisk -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Needs Efb to Ram for painting. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GPAP01.ini b/Data/User/GameConfig/GPAP01.ini index 15bc8aa8cf..36d31e6351 100644 --- a/Data/User/GameConfig/GPAP01.ini +++ b/Data/User/GameConfig/GPAP01.ini @@ -1,18 +1,31 @@ # GPAP01 - PokemonChannelMainDisk -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Needs Efb to Ram for painting. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GPAU01.ini b/Data/User/GameConfig/GPAU01.ini index 21a7a58e23..a493f7d8c2 100644 --- a/Data/User/GameConfig/GPAU01.ini +++ b/Data/User/GameConfig/GPAU01.ini @@ -1,18 +1,31 @@ # GPAU01 - PokemonChannelMainDisk -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Needs Efb to Ram for painting. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GPDE51.ini b/Data/User/GameConfig/GPDE51.ini index a2e48f0149..cb95dc53f3 100644 --- a/Data/User/GameConfig/GPDE51.ini +++ b/Data/User/GameConfig/GPDE51.ini @@ -1,7 +1,19 @@ # GPDE51 - Dakar 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GPEJ2Q.ini b/Data/User/GameConfig/GPEJ2Q.ini index c29979ecf5..4c9df4d06d 100644 --- a/Data/User/GameConfig/GPEJ2Q.ini +++ b/Data/User/GameConfig/GPEJ2Q.ini @@ -1,7 +1,19 @@ # GPEJ2Q - PoolEdge for JPN -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GPHD52.ini b/Data/User/GameConfig/GPHD52.ini index 7e3bdfa85e..a9f0bc49ef 100644 --- a/Data/User/GameConfig/GPHD52.ini +++ b/Data/User/GameConfig/GPHD52.ini @@ -1,14 +1,26 @@ -# GPHD52 - Pitfall: The Lost Expedition -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# GPHD52 - Pitfall: The Lost Expedition + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GPHE52.ini b/Data/User/GameConfig/GPHE52.ini index 8cab6cfd00..128bd5819b 100644 --- a/Data/User/GameConfig/GPHE52.ini +++ b/Data/User/GameConfig/GPHE52.ini @@ -1,14 +1,26 @@ -# GPHE52 - Pitfall: The Lost Expedition -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# GPHE52 - Pitfall: The Lost Expedition + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GPHP52.ini b/Data/User/GameConfig/GPHP52.ini index 72316bf234..8e7fb659f0 100644 --- a/Data/User/GameConfig/GPHP52.ini +++ b/Data/User/GameConfig/GPHP52.ini @@ -1,14 +1,26 @@ -# GPHP52 - Pitfall: The Lost Expedition -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# GPHP52 - Pitfall: The Lost Expedition + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GPIE01.ini b/Data/User/GameConfig/GPIE01.ini index 9f166265bc..5d6a4f0541 100644 --- a/Data/User/GameConfig/GPIE01.ini +++ b/Data/User/GameConfig/GPIE01.ini @@ -1,12 +1,21 @@ # GPIE01 - Pikmin v1.1 NTSC + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State as of r1062; works very well; occasionally crashes -#The Emulation State as of r3950; I finished it without any single crash/issue :P -#The Emulation State as of r6465; I finished it without any single crash/issue :P (Cheats off) Certain cheats (olimar infinite health) cause crashes +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Infinite Health: Captain Olimar 04CE586B 08000000 423D1E50 006C42C8 @@ -152,9 +161,9 @@ $Random Colors-Every Blue Pikmin 803D1E18 00000001 803D1E19 FFFFFFFF 803D1E1A 0000007F + [Video] ProjectionHack = 0 -[Gecko] $Stop Time From Advancing (Story Mode) [Link Master] 040518DC 60000000 $Stop/Return Flow of Time (L+D-pad Left/Right) (Story Mode) [Link Master] @@ -164,3 +173,4 @@ E2000001 80008000 2839D400 00000042 040518DC D0030014 E2000001 80008000 + diff --git a/Data/User/GameConfig/GPIP01.ini b/Data/User/GameConfig/GPIP01.ini index 7176a2c04b..366c285a4f 100644 --- a/Data/User/GameConfig/GPIP01.ini +++ b/Data/User/GameConfig/GPIP01.ini @@ -1,10 +1,21 @@ # GPIP01 - Pikmin PAL -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = sound is sometimes glitchy though EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Always on 2nd day 003A2937 00000002 $Infinite health for Olimar on all levels @@ -81,5 +92,7 @@ $D-pad up for map debug on 0039D73C 00000001 $Gfx Debug 0039D724 00000001 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GPKE41.ini b/Data/User/GameConfig/GPKE41.ini index 282217dc84..aef0026171 100644 --- a/Data/User/GameConfig/GPKE41.ini +++ b/Data/User/GameConfig/GPKE41.ini @@ -1,18 +1,31 @@ -# GPKE41 - DISNEY'S PK: OUT OF THE SHADOWS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# GPKE41 - DISNEY'S PK: OUT OF THE SHADOWS + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GPNE08.ini b/Data/User/GameConfig/GPNE08.ini index 53b9c7335c..738eb35f5f 100644 --- a/Data/User/GameConfig/GPNE08.ini +++ b/Data/User/GameConfig/GPNE08.ini @@ -1,10 +1,19 @@ # GPNE08 - P.N.03 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -[Gecko] + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. diff --git a/Data/User/GameConfig/GPNP08.ini b/Data/User/GameConfig/GPNP08.ini index 148980cb6f..36bd0af9f2 100644 --- a/Data/User/GameConfig/GPNP08.ini +++ b/Data/User/GameConfig/GPNP08.ini @@ -1,16 +1,21 @@ # GPNP08 - P.N.03 PAL +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State (as of r1027) +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] -#Add memory patches here. +# Add memory patches to be applied every frame here. [ActionReplay] -#Add decrypted action replay cheats here. - -$Title Screen Picture Swapper;L+D-Pad Left = Prima Fusion; L+D-Pad Right = Black Bird;L+D-Pad Down = Papillion +# Add action replay cheats here. +$Title Screen Picture Swapper;L+D-Pad Left = Prima Fusion; L+D-Pad Right = Black Bird;L+D-Pad Down = Papillion 03E017EC 18000000 0A19FB0E 00000041 041B3E84 00000000 @@ -19,7 +24,7 @@ $Title Screen Picture Swapper;L+D-Pad Left = Prima Fusion; L+D-Pad Right = Black 0A19FB0E 00000044 041B3E84 00000002 -$Demo Player;R+D-Pad Left = Demo Video;R+D-Pad Right = Dance Video +$Demo Player;R+D-Pad Left = Demo Video;R+D-Pad Right = Dance Video 03E05F9C 18000000 4A19FB0E 00000021 041B3E74 07000000 @@ -32,7 +37,7 @@ $Open Hard Mode 03E06C43 18000000 041B3EA4 00000003 -$Invincible +$Invincible 03E01179 18000000 08CAD501 00000000 00CAD501 00000080 @@ -42,15 +47,15 @@ $Debug Textures 04170D50 00000001 $Camera Zoom Modifier;Higher - Zoom Out More;Lower - Zoom In More;3F800000 - Default -041650AC 3FF00000 +041650AC 3FF00000 -$1 Hit Kills (JAY007 and Kenobi) Note - Some bosses may take 2-3 hits to kill. +$1 Hit Kills (JAY007 and Kenobi) Note - Some bosses may take 2-3 hits to kill. 03E0176F 18000000 0400BADC 38007FFF $Prima Fusion 03E05969 18000000 -0419E658 00030000 +0419E658 00030000 $Prima Blazer 03E0643F 18000000 @@ -58,15 +63,15 @@ $Prima Blazer $Prima Guardian 03E05190 18000000 -0419E658 00030200 +0419E658 00030200 $Intera Fusion 03E04792 18000000 -0419E658 00030300 +0419E658 00030300 $Intera Blazer 03E0355A 18000000 -0419E658 00030400 +0419E658 00030400 $Intera Guardian 03E01F8D 18000000 @@ -74,11 +79,11 @@ $Intera Guardian $Ultra Fusion 03E01D81 18000000 -0419E658 00030600 +0419E658 00030600 $Ultra Blazer 03E02871 18000000 -0419E658 00030700 +0419E658 00030700 $Ultra Guardian 03E009EB 18000000 @@ -92,9 +97,9 @@ $Papillion (Unlockable Suit 2) 03E045A8 18000000 0419E658 00030A00 -#End of Room Stat Codes +# End of Room Stat Codes -$Clear Time & Finishing Time 00:00:00 +$Clear Time & Finishing Time 00:00:00 03E05940 18000000 0419E6C8 00000000 04096C10 60000000 @@ -115,3 +120,4 @@ $Max Combo's $Super Vanessa 03E0095A 18000000 041637A0 3FE00000 + diff --git a/Data/User/GameConfig/GPOE8P.ini b/Data/User/GameConfig/GPOE8P.ini index e19f95a1a9..2223b6b444 100644 --- a/Data/User/GameConfig/GPOE8P.ini +++ b/Data/User/GameConfig/GPOE8P.ini @@ -1,48 +1,61 @@ -# GPOE8P - PHANTASY STAR ONLINE EPISODE I&II -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -$Save Validation Code v1.2/Plus -0E800351 08000000 -4C1FD7D0 7C040040 -041FD7CC 7C0521AE -041FD7D4 4800000C -4C1FD874 7C040040 -041FD870 7C0521AE -041FD878 4800000C -$Make Save Copyable NTSC Port - PLUS/1.2 -0C386974 909C0028 -04386978 4BC80004 -04001D60 38000004 -04001D64 981C0034 -04001D68 38000000 -04001D6C 48384C14 -$Save Validation Code v 1.0/v1.1 -0E800251 08000000 -4C1FCE48 7C040040 -041FCE44 7C0521AE -041FCE4C 4800000C -4C1FCEEC 7C040040 -041FCEE8 7C0521AE -041FCEF0 4800000C -$Make Save Copyable NTSC Port - 1.0/1.1 -07FE0C8C 08000000 -0C383230 909C0028 -04383234 4BC7FCEC -04002F20 38000004 -04002F24 981C0034 -04002F28 38000000 -04002F2C 4838030C -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GPOE8P - PHANTASY STAR ONLINE EPISODE I&II + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Save Validation Code v1.2/Plus +0E800351 08000000 +4C1FD7D0 7C040040 +041FD7CC 7C0521AE +041FD7D4 4800000C +4C1FD874 7C040040 +041FD870 7C0521AE +041FD878 4800000C +$Make Save Copyable NTSC Port - PLUS/1.2 +0C386974 909C0028 +04386978 4BC80004 +04001D60 38000004 +04001D64 981C0034 +04001D68 38000000 +04001D6C 48384C14 +$Save Validation Code v 1.0/v1.1 +0E800251 08000000 +4C1FCE48 7C040040 +041FCE44 7C0521AE +041FCE4C 4800000C +4C1FCEEC 7C040040 +041FCEE8 7C0521AE +041FCEF0 4800000C +$Make Save Copyable NTSC Port - 1.0/1.1 +07FE0C8C 08000000 +0C383230 909C0028 +04383234 4BC7FCEC +04002F20 38000004 +04002F24 981C0034 +04002F28 38000000 +04002F2C 4838030C + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GPOP8P.ini b/Data/User/GameConfig/GPOP8P.ini index 8209604c06..144a5a0749 100644 --- a/Data/User/GameConfig/GPOP8P.ini +++ b/Data/User/GameConfig/GPOP8P.ini @@ -1,66 +1,79 @@ -# GPOP8P - PSO EPISODE I&II -[EmuState] -#The Emulation State. -EmulationStateId = 4 -EmulationIssues = needs texture cache -[OnFrame] -[ActionReplay] -$ENABLE -07FE0000 98000000 -0C010BE0 4E800020 -C4010BE0 0000FF01 -0C6CB69C 4E800020 -C46CB69C 0000FF02 -0C37AAA0 4E800020 -C437AAA0 0002FF03 -C437AAA0 0002FF03 -$No textures -07FE6365 18000000 -04205128 38600010 -$God of Equip -07FE0675 18000000 -801052D4 38000005 -$All Areas Open -0418665C 3800FFFF -04186D60 3800FFFF -$Mag is Always Hungry -07FE1026 18000000 -$All Kills Worth 7FFF Exp -07FE3C45 18000000 -041B1404 3BC07FFF -$Buy rare in Armor Shop -0FFC1110 98000000 -057DFDD8 4BD266F0 -057DFDDC 000009C0 -3FFC1111 98000000 -057DFDD8 4BD25BB0 -057DFDDC 00000B40 -5FFC1112 98000000 -057DFDD8 4BD27D90 -057DFDDC 00000AA0 -7FFC1112 98000000 -057DFDD8 4BD270B0 -$Game Save Valid -4C1FD6CC 7C040040 -041FD6C8 7C0521AE -041FD6D0 4800000C -4C1FD770 7C040040 -041FD76C 7C0521AE -041FD774 4800000C -$Game Save copyable -0C385460 909C0028 -04385464 4BC7DABC -04002F20 38000004 -04002F24 981C0034 -04002F28 38000000 -04002F2C 4838253C -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Gecko] +# GPOP8P - PSO EPISODE I&II + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = needs texture cache + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$ENABLE +07FE0000 98000000 +0C010BE0 4E800020 +C4010BE0 0000FF01 +0C6CB69C 4E800020 +C46CB69C 0000FF02 +0C37AAA0 4E800020 +C437AAA0 0002FF03 +C437AAA0 0002FF03 +$No textures +07FE6365 18000000 +04205128 38600010 +$God of Equip +07FE0675 18000000 +801052D4 38000005 +$All Areas Open +0418665C 3800FFFF +04186D60 3800FFFF +$Mag is Always Hungry +07FE1026 18000000 +$All Kills Worth 7FFF Exp +07FE3C45 18000000 +041B1404 3BC07FFF +$Buy rare in Armor Shop +0FFC1110 98000000 +057DFDD8 4BD266F0 +057DFDDC 000009C0 +3FFC1111 98000000 +057DFDD8 4BD25BB0 +057DFDDC 00000B40 +5FFC1112 98000000 +057DFDD8 4BD27D90 +057DFDDC 00000AA0 +7FFC1112 98000000 +057DFDD8 4BD270B0 +$Game Save Valid +4C1FD6CC 7C040040 +041FD6C8 7C0521AE +041FD6D0 4800000C +4C1FD770 7C040040 +041FD76C 7C0521AE +041FD774 4800000C +$Game Save copyable +0C385460 909C0028 +04385464 4BC7DABC +04002F20 38000004 +04002F24 981C0034 +04002F28 38000000 +04002F2C 4838253C + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GPSE8P.ini b/Data/User/GameConfig/GPSE8P.ini index 5d99a75f22..cb14858c2f 100644 --- a/Data/User/GameConfig/GPSE8P.ini +++ b/Data/User/GameConfig/GPSE8P.ini @@ -1,19 +1,32 @@ # GPSE8P - PSO CARD BATTLE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for the videos to display. D3D11 has issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GPSP8P.ini b/Data/User/GameConfig/GPSP8P.ini index df7b555fb1..55fbb447ea 100644 --- a/Data/User/GameConfig/GPSP8P.ini +++ b/Data/User/GameConfig/GPSP8P.ini @@ -1,65 +1,78 @@ -# GPSP8P - PHANTASY STAR ONLINE EPISODE III -[EmuState] -#The Emulation State. -EmulationStateId = 2 -EmulationIssues = needs texture cache -[Speedhacks] -# Patch OSYieldThread in attempt to make a speedhack (gave me a few fps more :) ) -0x8036eba0=400 -[OnFrame] -[ActionReplay] -$All cards All range: A + R to activate (made by Daco) -4A58E8A0 00000120 -804565D4 3CA08054 -804565D8 38A5D740 -804565DC A0A50000 -804565E0 2C050140 -804565E4 38A00000 -804565E8 4182000C -804565EC 3C03FFF1 -804565F0 4E800020 -804565F4 38007FFF -804565F8 4E800020 -80230DE8 28007FFF -80230DE4 482257F1 -8011DD70 807F0030 -$No texture mode (made by phytress/card gray, imported to pal by daco) -804565D4 A0850AE4 -804565D8 2C040140 -804565DC 38800000 -804565E0 4182000C -804565E4 807F0030 -804565E8 4E800020 -804565EC 38600010 -804565F0 4E800020 -8011DD70 48338865 -$Char Save is Valid - Ep3 port -0F006464 09000000 -4C115730 7C040040 -0411572C 7C0521AE -04115734 4800000C -4C1157D4 7C040040 -041157D0 7C0521AE -041157D8 4800000C -$Fix Ep3 Online Port -0F006464 07000000 -4C4469CC 000023F4 -044469CC 000023F3 -$Make Saved data copyable -0F006363 09000000 -0C330600 909C0028 -04330604 4BCCFA8C -04000090 38000004 -04000094 981C0034 -04000098 38000000 -0400009C 4833056C -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Gecko] +# GPSP8P - PHANTASY STAR ONLINE EPISODE III + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 2 +EmulationIssues = needs texture cache + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$All cards All range: A + R to activate (made by Daco) +4A58E8A0 00000120 +804565D4 3CA08054 +804565D8 38A5D740 +804565DC A0A50000 +804565E0 2C050140 +804565E4 38A00000 +804565E8 4182000C +804565EC 3C03FFF1 +804565F0 4E800020 +804565F4 38007FFF +804565F8 4E800020 +80230DE8 28007FFF +80230DE4 482257F1 +8011DD70 807F0030 +$No texture mode (made by phytress/card gray, imported to pal by daco) +804565D4 A0850AE4 +804565D8 2C040140 +804565DC 38800000 +804565E0 4182000C +804565E4 807F0030 +804565E8 4E800020 +804565EC 38600010 +804565F0 4E800020 +8011DD70 48338865 +$Char Save is Valid - Ep3 port +0F006464 09000000 +4C115730 7C040040 +0411572C 7C0521AE +04115734 4800000C +4C1157D4 7C040040 +041157D0 7C0521AE +041157D8 4800000C +$Fix Ep3 Online Port +0F006464 07000000 +4C4469CC 000023F4 +044469CC 000023F3 +$Make Saved data copyable +0F006363 09000000 +0C330600 909C0028 +04330604 4BCCFA8C +04000090 38000004 +04000094 981C0034 +04000098 38000000 +0400009C 4833056C + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Speedhacks] +0x8036eba0=400 + diff --git a/Data/User/GameConfig/GPTE41.ini b/Data/User/GameConfig/GPTE41.ini index bc103065d0..ded5a5bdbc 100644 --- a/Data/User/GameConfig/GPTE41.ini +++ b/Data/User/GameConfig/GPTE41.ini @@ -1,19 +1,31 @@ # GPTE41 - Prince of Persia : The Sands of Time -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to show up(r6898) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True diff --git a/Data/User/GameConfig/GPTP41.ini b/Data/User/GameConfig/GPTP41.ini index 25af32fe94..41b2190405 100644 --- a/Data/User/GameConfig/GPTP41.ini +++ b/Data/User/GameConfig/GPTP41.ini @@ -1,19 +1,32 @@ # GPTP41 - Prince of Persia : The Sands of Time -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to show up(r6898) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GPVE01.ini b/Data/User/GameConfig/GPVE01.ini index f59dae22e8..1550535b65 100644 --- a/Data/User/GameConfig/GPVE01.ini +++ b/Data/User/GameConfig/GPVE01.ini @@ -1,88 +1,94 @@ # GPVE01 - PIKMIN 2 NTSC +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State as of r1062; game freezes during transition to day 2 +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] -#Add memory patches here. +# Add memory patches to be applied every frame here. [ActionReplay] -#Add decrypted action replay cheats here. - -$Infinite Health +# Add action replay cheats here. +$Infinite Health 05B4DC4F 08000000 04144540 60000000 -$Unlock All Areas +$Unlock All Areas 05B4DC50 08000000 0492F9E0 07070707 -$1 Hit Kills Everything +$1 Hit Kills Everything 05B4DC51 08000000 04105FE8 C02D0008 -$Pikis Dig & Destroy Quickly +$Pikis Dig & Destroy Quickly 05B4DC52 08000000 041C9874 C00D0008 -$Infinite Spicey Spray +$Infinite Spicey Spray 05B4DC53 08000000 0492F834 00000063 -$Infinite Bitter Spray +$Infinite Bitter Spray 05B4DC54 08000000 0492F838 00000063 -$D-Pad Left Resets Time +$D-Pad Left Resets Time 05B4DC55 08000000 0A507008 00000001 04B0B4A8 43E5ED60 -$D-Pad Right Advances Time +$D-Pad Right Advances Time 05B4DC56 08000000 0A507008 00000002 84B0B4A8 00000800 -$Piklopedia Complete +$Piklopedia Complete 05B4DC57 08000000 00000000 8092FB90 00000003 0064000C -#This will beat the game. -$Max Money +# This will beat the game. +$Max Money 05B4DC58 08000000 0492F85C 000F423F -$INFINITE PIKMIN CODES: +$INFINITE PIKMIN CODES: 05B4DC5A 05008000 -#Do not use on Day 1 -$999 Red Flower Pikmin +# Do not use on Day 1 +$999 Red Flower Pikmin 05B4DC5B 046E2D40 0292F988 00030000 0492F990 000003E7 -#Do not use until you have the Yellow Onion -$999 Yellow Flower Pikmin +# Do not use until you have the Yellow Onion +$999 Yellow Flower Pikmin 05B4DC5C 046E2D40 0292F994 00030000 0492F99C 000003E7 -#Do not use until you have the Blue Onion -$999 Blue Flower Pikmin +# Do not use until you have the Blue Onion +$999 Blue Flower Pikmin 05B4DC5D 046E2D40 0292F97C 00030000 0492F984 000003E7 -#Do not use until Purple Pikmin are stored in ship -$999 Purple Flower Pikmin +# Do not use until Purple Pikmin are stored in ship +$999 Purple Flower Pikmin 05B4DC5E 046E2D40 0292F9A0 00030000 0492F9A8 000003E7 -#Do not use until White Pikmin are stored in ship -$999 White Flower Pikmin +# Do not use until White Pikmin are stored in ship +$999 White Flower Pikmin 05B4DC5F 046E2D40 0292F9AC 00030000 -0492F9B4 000003E7 \ No newline at end of file +0492F9B4 000003E7 + diff --git a/Data/User/GameConfig/GPVP01.ini b/Data/User/GameConfig/GPVP01.ini index 0f4cea3f1b..1c30d85597 100644 --- a/Data/User/GameConfig/GPVP01.ini +++ b/Data/User/GameConfig/GPVP01.ini @@ -1,15 +1,27 @@ # GPVP01 - PIKMIN2 for GAMECUBE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GPXP01.ini b/Data/User/GameConfig/GPXP01.ini index 0e9813bdf0..a150b34f44 100644 --- a/Data/User/GameConfig/GPXP01.ini +++ b/Data/User/GameConfig/GPXP01.ini @@ -1,6 +1,18 @@ # GPXP01 - POKeMON BOX RUBY&SAPPHIRE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GPZJ01.ini b/Data/User/GameConfig/GPZJ01.ini index 6471860ba3..6af2a7ac79 100644 --- a/Data/User/GameConfig/GPZJ01.ini +++ b/Data/User/GameConfig/GPZJ01.ini @@ -1,11 +1,22 @@ # GPZJ01 - NINTENDO PUZZLE COLLECTION -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GQ8E69.ini b/Data/User/GameConfig/GQ8E69.ini index 838f34a21e..29e1a1073e 100644 --- a/Data/User/GameConfig/GQ8E69.ini +++ b/Data/User/GameConfig/GQ8E69.ini @@ -1,6 +1,18 @@ # GQ8E69 - Madden NFL 08 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GQCE52.ini b/Data/User/GameConfig/GQCE52.ini index a9aea8eca2..dabb60597d 100644 --- a/Data/User/GameConfig/GQCE52.ini +++ b/Data/User/GameConfig/GQCE52.ini @@ -1,8 +1,20 @@ # GQCE52 - Call of Duty 2: Big Red One -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Black screen EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GQCS52.ini b/Data/User/GameConfig/GQCS52.ini index 0f70f33602..e046bc2e70 100644 --- a/Data/User/GameConfig/GQCS52.ini +++ b/Data/User/GameConfig/GQCS52.ini @@ -1,8 +1,18 @@ # GQCS52 - Call of Duty 2: Big Red One + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GQLE9G.ini b/Data/User/GameConfig/GQLE9G.ini index 1c9db283f7..86f7464605 100644 --- a/Data/User/GameConfig/GQLE9G.ini +++ b/Data/User/GameConfig/GQLE9G.ini @@ -1,7 +1,19 @@ # GQLE9G - DoraTheExplorerJourneyToThePurplePlanet -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GQNE5D.ini b/Data/User/GameConfig/GQNE5D.ini index b78222636d..29a7666fa0 100644 --- a/Data/User/GameConfig/GQNE5D.ini +++ b/Data/User/GameConfig/GQNE5D.ini @@ -1,8 +1,19 @@ # GQNE5D - Mortal Kombat Deception -[Core] Values set here will override the main dolphin settings. -TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. +TLBHack=1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. diff --git a/Data/User/GameConfig/GQSDAF.ini b/Data/User/GameConfig/GQSDAF.ini index 1b7d9a176c..d5a88fd3c5 100644 --- a/Data/User/GameConfig/GQSDAF.ini +++ b/Data/User/GameConfig/GQSDAF.ini @@ -1,22 +1,33 @@ -# GQSDAF - TALES OF SYMPHONIA -[Core] -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -#Emulation state validated on r1648 -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = 0.5 -PH_ZFar = 1 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# GQSDAF - TALES OF SYMPHONIA + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = 0.5 +PH_ZFar = 1 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GQSEAF.ini b/Data/User/GameConfig/GQSEAF.ini index c0eee4cb00..2f9393b87d 100644 --- a/Data/User/GameConfig/GQSEAF.ini +++ b/Data/User/GameConfig/GQSEAF.ini @@ -1,789 +1,800 @@ -# GQSEAF - TALES OF SYMPHONIA 1 -[Core] -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -#Emulation state validated on r1648 -EmulationStateId = 4 -#Action Replay Notes -# -# * * * * * NOTES ON EQUIPMENT MODIFIERS BEFORE USING THOSE CODES * * * * -# -#You can mess with other items all you want, but Weapons can only go to their respective characters #or the game will freeze. Empty Slots will also make the game freeze if used on Weapons. You can -#put Accessories on other slots, like Persian Boots on Body Armor, Head Armor, Arm Armor, and -#Accessory 1 %amp; 2. You need 4 Persian Boots to make characters Absorb Elements! -#The format of the codes for these sections is: -#
0000XXXX -#
YYYYZZZZ -#
AAAABBBB -#
0000CCCC -#where each 4 digit letter represents -#XXXX = Weapon -#YYYY = Body Armor -#ZZZZ = Head Armor -#AAAA = Arm Armor -#BBBB = Accessory 1 -#CCCC = Accessory 2 -#0000 - Empty Slot -# -#You must manually set the intended item for each char's equipment BEFORE USING THESE CODES -# -#Lloyd -#0087 - Wooden Blade -#0088 - Rapier -#0089 - Mumei -#008A - Knight's Saber -#008B - Masamune -#008C - Osafune -#008D - Sinclaire -#008E - Nimble Rapier -#008F - Ogre Sword -#0090 - Kotetsu -#0091 - Shiden -#0092 - Saint Rapier -#0093 - Dragon Tooth -#0094 - Defenser -#0095 - Elemental Brand -#0096 - Muramasa -#0097 - Wasier Rapier -#0098 - Angel's Tear -#0099 - Ninja Sword -#009A - Material Blade -#009B - Kusanagi Blade -#009C - Valkyrie Saber -#009D - Paper Fan -#009E - Nebilim -# -#Colette -#009F - Chakram -#00A0 - Flying Disk -#00A1 - Duel Ring -#00A2 - Slicer Ring -#00A3 - Mystic Ring -#00A4 - Stinger Ring -#00A5 - Ray Thrust -#00A6 - Mythril Ring -#00A7 - Shuriken -#00A8 - Solar Spinner -#00A9 - Lunar Ring -#00AA - Toroid -#00AB - Stardust -#00AC - Angel's Halo -#00AD - Tambourine -#00AE - Evil Eye -# -#Genis -#00AF - Nova -#00B0 - Fine Star -#00B1 - Duel Star -#00B2 - Falling Star -#00B3 - Cool Orbit -#00B4 - Thunderbolt -#00B5 - Shining Star -#00B6 - Shadow Dancer -#00B7 - Cor Leonis -#00B8 - Northern Lights -#00B9 - Southern Cross -#00BA - Final Player -#00BB - One World -#00BC - Phantasmagoria -#00BD - Disaster -# -#Raine -#00BE - Rod -#00BF - Battle Staff -#00C0 - Gem Rod -#00C1 - Earth Rod -#00C2 - Ruby Wand -#00C3 - Rune Staff -#00C4 - Gale Staff -#00C5 - Phoenix Rod -#00C6 - Holy Staff -#00C7 - Thunder Scepter -#00C8 - Ancient Rod -#00C9 - Hanuman's Staff -#00CA - Crystal Rod -#00CB - Deck Brush -#00CC - Heart Of Chaos -# -#Sheena -#00CD - Spell Card -#00CE - Card of Water -#00CF - Card of Earth -#00D0 - Card of Fire -#00D1 - Card of Lightning -#00D2 - Card of Wind -#00D3 - Card of Ice -#00D4 - Vajra -#00D5 - Yaska -#00D6 - Asura -#00D7 - Acalanatha -#00D8 - Divine Judgement -#00D9 - Money Bag -#00DA - Gates of Hell -# -#Zelos/Kratos -#00DB - Stiletto -#00DC - Earth Dagger -#00DD - Hydra Dagger -#00DE - Assault dagger -#00DF - Flame Dagger -#00E0 - Gladius -#00E1 - Crystal Dagger -#00E2 - Toy Dagger -#00E3 - Fafnir -#00E4 - Long Sword -#00E5 - Steel Sword -#00E6 - Silver Sword -#00E7 - Aqua Brand -#00E8 - Sand Saber -#00E9 - Lightning Sword -#00EA - Ice Coffin -#00EB - Ether Sword -#00EC - Flamberge -#00ED - Laser Blade -#00EE - Excalibur -#00EF - Last Fencer -#00F0 - Baseball Bat -#00F1 - Soul Eater -# -#Presea -#00F2 - Francesca -#00F3 - Battle Ax -#00F4 - Great Ax -#00F5 - Crescent Ax -#00F6 - Tomahawk Lance -#00F7 - Halberd -#00F8 - Bardiche -#00F9 - Myrthril Ax -#00FA - War Hammer -#00FB - Battle Pick -#00FC - Strike Ax -#00FD - Ogre Ax -#00FE - Bahumut's Tear -#00FF - Gaia Cleaver -#0100 - Pow Hammer DX -#0101 - Diablos -# -#Regal -#0102 - Leather Greaves -#0103 - Iron Greaves -#0104 - Power Greaves -#0105 - Venom -#0106 - Bear Claw -#0107 - Ghost Shell -#0108 - Mythril Greaves -#0109 - Aqua Greaves -#010A - Crystal Shell -#010B - Flare Greaves -#010C - Dragon Fang -#010D - Diamond Shell -#010E - Kaiser Greaves -#010F - Dynast -#0110 - Glory Arts -#0111 - Apocalypse -# -#Armors -#0112 - Soft Leather -#0113 - Chain Mail -#0114 - Ring Mail -#0115 - Iron Mail -#0116 - Splint Mail -#0117 - Breastplate -#0118 - Battle Suit -#0119 - Silver Mail -#011A - Mythril Armor -#011C - Brunnhilde -#011D - Reflect -#011E - Rare Plate -#011F - Dragon Mail -#0120 - Golden Armor -#0121 - Star Mail -#0122 - Mumbane -# -#Guards -#0123 - Leather Guard -#0124 - Fine Guard -#0125 - Iron Guard -#0126 - Elven Protector -#0127 - Lunar Guard -#0128 - Rune Guard -#0129 - Star Guard -#012A - Prism Guard -#012B - Mana Protector -#012C - Elemental Guard -# -#Cloaks -#012D - Cloak -#012E - White Cloak -#012F - Amber Cloak -#0130 - Silk Cloak -#0131 - Rune Cloak -#0132 - Holy Cloak -#0133 - Mythril Mesh -#0134 - Star Cloak -#0135 - Phoenix Cloak -#0136 - Mortality Cloak -# -#Robes -#0137 - Robe -#0138 - Feather Robe -#013B - Silk Robe -#013C - Rune Robe -#013D - Holy Robe -#013E - Spirit Robe -#013F - Shaman Dress -#0140 - Kannazuki -# -#Helmets -#0141 - Leather Helm -#0142 - Iron Helm -#0143 - Armet Helm -#0144 - Cross Helm -#0145 - Duel Helm -#0146 - Rune Helm -#0147 - Sigurd -#0148 - Rare Helm -#0149 - Star Helm -#014A - Golden Helm -# -#Ribbons -#014C - Ribbon -#014D - Blue Ribbon -#014E - Striped Ribbon -#014F - Tartan Ribbon -#0150 - Pretty Ribbon -#0151 - Hairpin -#0152 - Maid's Hairband -#0153 - Magical Ribbon -# -#Hats -#0154 - Beret -#0155 - Cleric's Hat -#0156 - Straw Hat -#0157 - Pointed Hat -#0158 - Rune Hat -#0159 - Headband -#015A - Star Cap -#015B - Aifread's Hat -# -#Circlets -#015C - Circlet -#015D - Silver Circlet -#015E - Gold Circlet -#015F - Mythril Circlet -#0160 - Rune Circlet -#0161 - Holy Circlet -#0162 - Star Circlet -#0163 - Elemental Circlet -# -#Shields -#0164 - Lid Shield -#0165 - Wooden Shield -#0166 - Omega Shield -#0167 - Mythril Shield -#0168 - Rune Shield -#0169 - Red Shield -#016A - Rare Shield -#016B - Arredoval -#016C - Star Shield -#016D - Beam Shield -#016E - Blue Shield -# -#Gauntlets/Gloves -#016F - Leather Glove -#0170 - Iron Gauntlet -#0171 - Claw Gauntlet -#0172 - Mythril Gauntlet -#0173 - Rune Gauntlet -#0174 - Penguinist Gloves -#0175 - Rare Gauntlet -#0176 - Star Gauntlet -#0177 - Hyper Gauntlet -# -#Bracelets -#0178 - Bracelet -#0179 - Iron Bracelet -#017A - Mythril Bracelet -#017B - Lapis Bracelet -#017C - Star Bracelet -#017D - Angel Bracelet -#017E - Draupnir -#017F - Shield Ring -# -#Gloves -#0180 - Gloves -#0181 - Kitchen Mittens -#0182 - Pretty Mittens -#0183 - Bridal Gloves -#0184 - Silk Gloves -#0185 - Cute Mittens -#0186 - Lovely Mittens -#0187 - Katz Mittens -# -#Charms -#0188 - Poison Charm -#0189 - Drain Charm -#018A - Stone Charm -#018B - Paralysis Charm -#018C - Stun Charm -#018D - Amulet -#018B - Talisman -#018E - Blue Talisman -#018F - Manji Seal -#0190 - Stun Bracelet -#0191 - Heal Bracelet -#0192 - Spirit Bangle -#0193 - Yasakani Jewel -#0194 - Yata Mirror -# -#Rings -#0195 - Emerald Ring -#0196 - Faerie Ring -#0197 - Protect Ring -#0198 - Force Ring -#0199 - Resist Ring -#019A - Reflect Ring -#019B - Holy Ring -#019C - Spirit Ring -#019D - Revive Ring -#019E - Attack Ring -#019F - Defense Ring -#01A0 - Magic Ring -# -#Symbols -#01A1 - Warrior Symbol -#01A2 - Guardian Symbol -#01A3 - Rabbit's Foot -#01A4 - Holy Symbol -#01A5 - Spirit Symbol -#01A6 - Dark Seal -#01A7 - Demon's Seal -#01A8 - Extreme Symbol -#01A9 - Mystic Symbol -#01AA - Krona Symbol -# -#Capes -#01AC - Cape -#01AD - Leather Cape -#01AE - Thief's Cape -#01AF - Elven Cape -#01B0 - Aqua Cape -#01B1 - Flare Cape -#01B2 - Thunder Cape -#01B3 - Rune Cape -# -#Boots -#01B4 - Boots -#01B5 - Leather Boots -#01B6 - Elven Boots -#01B7 - Water Spider -#01B8 - Heavy Boots -#01B9 - Rune Boots -#01BA - Persian Boots -#01BB - Jet Boots -# -#Jewels -#01BC - Aquamarine -#01BD - Amethyst -#01BE - Opal -#01BF - Garnet -#01C0 - Sapphire -#01C1 - Diamond -#01C2 - Topaz -#01C3 - Ruby -#01C4 - Sardonyx -#01C5 - Black Onyx -#01C6 - Moon Stone -#01C7 - Magic Mist -#01C8 - Reverse Doll -#01C9 - Sephira -#01CA - Blue Sephira -#01CB - Hard Leather -#01CC - Lamellar Leather -#01CD - Silver Guard -#01CE - Rare Guard -#01CF - Mage Cloak -#01D0 - Druid Cloak -#01D1 - Warlock Garb -#01D2 - Battle Cloak -#01D3 - White Robe -#01D4 - Yayoi -#01D5 - Minazuki -#01D6 - Nagazuki -#01DB - Strike Ring -#01DC - Technical Ring -#01E0 - Snow Hare -#01E4 - Mythril Guard -#01E5 - Solar Guard -#01E6 - Elder Cloak -#01E7 - Moon Robe -#01E8 - Ancient Robe -#0157 - Heavenly Robe -#01FC - Penguinist Quill -#0203 - Turquoise -# -# Max Affection codes -# use only one of these codes at a time for your -# favorite character to have max affection. -EmulationIssues = -[OnFrame] -[ActionReplay] -$Infinite Gald -05A0DBAD 08000000 -045B68C0 05F5E0FF -$Infinite Grade -05A0DBAE 08000000 -045B87E8 000F41DC -$Save Anywhere -05A0DBAF 08000000 -0035A73D 00000001 -$Max Encounters -05A0DBB0 08000000 -025B68C4 0000FFFF -$Max Combo -05A0DBB1 08000000 -025B68C6 0000FFFF -$Low Game Time -05A0DBB2 08000000 -0435AA1C 00002197 -045B68C8 00000001 -$Less Random Encounters -05A0DBB3 08000000 -005B86E3 00000001 -$More Random Encounters -05A0DBB4 08000000 -005B86E3 00000002 -$Have Tons of Items and Weapons -05A0DC0E 08000000 -005B776E 00003209 -005B77B8 0000C609 -$All Recipes -05A0DC0F 08000000 -045B86D8 00FFFFFF -$100% Collectors Book -05A01F54 08000000 -005B79E4 000043FF -$Full Monsters List -05A03E16 08000000 -005B68D0 0000FAFF -$19 of each Energy/Healing/Revive/Monster Items -05A05563 08000000 -005B7774 00000213 -005B7778 00000113 -005B7784 00000113 -$19 of all Customizing Items -05A03AAA 08000000 -005B77B8 00000913 -$19 of all Food Ingredients -05A02C74 08000000 -005B77C2 00003113 -$19 of each EX Gems -05A0276B 08000000 -005B7795 00000313 -005B795D 00000013 -$19 of each Red Herb -05A00388 08000000 -005B778C 00000513 -$19 of each Quartz Item -05A046A9 08000000 -005B7799 00000713 -$19 of each Symbol -05A0705F 08000000 -005B790F 00000A13 -$19 of each Miscellaneous Item -05A07583 08000000 -005B7792 00000213 -$19 of each type of Pellet -05A04113 08000000 -005B7970 00000313 -$Full Unison Attack Gauge -05A07223 08000000 -005B8710 000000C8 -$Over Limits Status For ALL Characters -05A008B3 08000000 -005B6BCE 00000064 -005B6CE6 00000064 -005B6DFE 00000064 -005B6F16 00000064 -005B702E 00000064 -005B7146 00000064 -005B725E 00000064 -005B7376 00000064 -005B748E 00000064 -$LLOYD Full HP -05A0DBB7 08000000 -025B6B8A 0000270F -$LLOYD Max HP -05A0DBB8 08000000 -025B6BAE 0000270F -$LLOYD Full TP -05A0DBB9 08000000 -025B6B8C 000003E7 -$LLOYD Max TP -05A0DBBA 08000000 -025B6BB0 000003E7 -$LLOYD Max Stats -05A0DBBB 08000000 -025B6BB2 000707CF -$LLOYD Status Always Normal -05A0DBBC 08000000 -005B6B97 00000000 -$LLOYD Super Quick Level Up -05A0DBBD 08000000 -045B6B90 0098967F -$LLOYD Have All Titles -05A0DBBE 08000000 -045B6B98 FFFFE7FF -$COLETTE Full HP -05A0DBC0 08000000 -025B6CA2 0000270F -$COLETTE Max HP -05A0DBC1 08000000 -025B6CC6 0000270F -$COLETTE Full TP -05A0DBC2 08000000 -025B6CA4 000003E7 -$COLETTE Max TP -05A0DBC3 08000000 -025B6CC8 000003E7 -$COLETTE Max Stats -05A0DBC4 08000000 -025B6CCA 000707CF -$COLETTE Status Always Normal -05A0DBC5 08000000 -005B6CAF 00000000 -$COLETTE Super Quick Level Up -05A0DBC6 08000000 -045B6CA8 0098967F -$COLETTE Have All Titles -05A0DBC7 08000000 -045B6CB0 08000000 -$GENIS Full HP -05A0DBC9 08000000 -025B6DBA 0000270F -$GENIS Max HP -05A0DBCA 08000000 -025B6DDE 0000270F -$GENIS Full TP -05A0DBCB 08000000 -025B6DBC 000003E7 -$GENIS Max TP -05A0DBCC 08000000 -025B6DE0 000003E7 -$GENIS Max Stats -05A0DBCD 08000000 -025B6DE2 000707CF -$GENIS Status Always Normal -05A0DBCE 08000000 -005B6DC7 00000000 -$GENIS Super Quick Level Up -05A0DBCF 08000000 -045B6DC0 0098967F -$GENIS Have All Titles -05A0DBD0 08000000 -045B6DC8 FFFFE7FF -$RAINE Full HP -05A0DBD2 08000000 -025B6ED2 0000270F -$RAINE Max HP -05A0DBD3 08000000 -025B6EF6 0000270F -$RAINE Full TP -05A0DBD4 08000000 -025B6ED4 000003E7 -$RAINE Max TP -05A0DBD5 08000000 -025B6EF8 000003E7 -$RAINE Max Stats -05A0DBD6 08000000 -025B6EFA 000707CF -$RAINE Status Always Normal -05A0DBD7 08000000 -005B6EDF 00000000 -$RAINE Super Quick Level Up -05A0DBD8 08000000 -045B6ED8 0098967F -$RAINE Have All Titles -05A0DBD9 08000000 -045B6EE0 08000000 -$KRATOS Full HP -05A0DBDB 08000000 -025B744A 0000270F -$KRATOS Max HP -05A0DBDC 08000000 -025B746E 0000270F -$KRATOS Full TP -05A0DBDD 08000000 -025B744C 000003E7 -$KRATOS Max TP -05A0DBDE 08000000 -025B7470 000003E7 -$KRATOS Max Stats -05A0DBDF 08000000 -025B7472 000707CF -$KRATOS Status Always Normal -05A0DBE0 08000000 -005B7457 00000000 -$KRATOS Super Quick Level Up -05A0DBE1 08000000 -045B7450 0098967F -$KRATOS Have All Titles -05A0DBE2 08000000 -045B7458 000003FF -$SHEENA Full HP -05A0DC11 08000000 -025B6FEA 0000270F -$SHEENA Max HP -05A0DC12 08000000 -025B700E 0000270F -$SHEENA Full TP -05A0DC13 08000000 -025B6FEC 000003E7 -$SHEENA Max TP -05A0DC14 08000000 -025B7010 000003E7 -$SHEENA Max Stats -05A0DC15 08000000 -025B7012 000707CF -$SHEENA Status Always Normal -05A0DC16 08000000 -005B6FF7 00000001 -$SHEENA Super Quick Level Up -05A0DC17 08000000 -045B6FF0 0098967F -$SHEENA Have All Titles -05A0DC18 08000000 -045B6FF8 08000000 -$ZELOS Full HP -05A0DC1A 08000000 -025B7102 0000270F -$ZELOS Max HP -05A0DC1B 08000000 -025B7126 0000270F -$ZELOS Full TP -05A0DC1C 08000000 -025B7104 000003E7 -$ZELOS Max TP -05A0DC1D 08000000 -025B7128 000003E7 -$ZELOS Max Stats -05A0DC1E 08000000 -025B712A 000707CF -$ZELOS Status Always Normal -05A0DC1F 08000000 -005B710F 00000000 -$ZELOS Super Quick Level Up -05A0DC20 08000000 -045B7108 0098967F -$ZELOS Have All Titles -05A0DC21 08000000 -045B7110 08000000 -$PRESEA Full HP -05A0DC23 08000000 -025B721A 0000270F -$PRESEA Max HP -05A0DC24 08000000 -025B723E 0000270F -$PRESEA Full TP -05A0DC25 08000000 -025B721C 000003E7 -$PRESEA Max TP -05A0DC26 08000000 -025B7240 000003E7 -$PRESEA Max Stats -05A0DC27 08000000 -025B7242 000707CF -$PRESEA Status Always Normal -05A0DC28 08000000 -005B7227 00000000 -$PRESEA Super Quick Level Up -05A0DC29 08000000 -045B7220 0098967F -$PRESEA Have All Titles -05A0DC2A 08000000 -045B7228 08000000 -$Equipment Modifier-Lloyd - READ INSTRUCTIONS -025B6BC2 0000009B -045B6BC4 0122014A -045B6BC8 017701BD -025B6BCC 00000189 -$Equipment Modifier-Colette - READ INSTRUCTIONS -025B6CDA 00000000 -045B6CDC 00000000 -045B6CE0 00000000 -025B6CE4 00000000 -$Equipment Modifier-Genis - READ INSTRUCTIONS -025B6DF2 00000000 -045B6DF4 00000000 -045B6DF8 00000000 -025B6DFC 00000000 -$Equipment Modifier - -025B6F0A 00000000 -045B6F0C 00000000 -045B6F10 00000000 -045B6F14 00000000 -$Equipment Modifier-Raine - READ INSTRUCTIONS -025B6F0A 00000000 -045B6F0C 00000000 -045B6F10 00000000 -045B6F14 00000000 -$Equipment Modifier-Sheena - READ INSTRUCTIONS -025B7022 00000000 -045B7024 00000000 -045B7028 00000000 -045B702C 00000000 -$Equipment Modifier-Zelos - READ INSTRUCTIONS -025B713A 00000000 -045B713C 00000000 -045B7140 00000000 -025B7144 00000000 -$Equipment Modifier-Presea - READ INSTRUCTIONS -025B7252 00000000 -045B7254 00000000 -045B7258 00000000 -025B725C 00000000 -$Equipment Modifier-Regal - READ INSTRUCTIONS -025B736A 00000000 -045B736C 00000000 -045B7370 00000000 -025B7374 00000000 -$Colette Affection to Lloyd - max is 0000270F -05A02376 08000000 -025B6CEA 0000270F -$Genis Affection to Lloyd - max is 0000270F -05A055DC 08000000 -025B6E02 0000270F -$Raine Affection to Lloyd - max is 0000270F -05A03466 08000000 -025B6F1A 0000270F -$Sheena Affection to Lloyd - max is 0000270F -05A01152 08000000 -025B7032 0000270F -$Zelos Affection to Lloyd - max is 0000270F -05A01C97 08000000 -025B714A 0000270F -$Presea Affection to Lloyd - max is 0000270F -05A038CC 08000000 -025B7262 0000270F -$Regal Affection to Lloyd - max is 0000270F -05A0483C 08000000 -025B737A 0000270F -$REGAL Super Quick Level Up -05A0DC32 08000000 -045B7338 0098967F -$Kratos Affection to Lloyd - max is 0000270F -05A040B8 08000000 -025B7492 0000270F -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = 0.5 -PH_ZFar = 1 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# GQSEAF - TALES OF SYMPHONIA 1 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +# Action Replay Notes + +# * * * * * NOTES ON EQUIPMENT MODIFIERS BEFORE USING THOSE CODES * * * * + +# You can mess with other items all you want, but Weapons can only go to their respective characters #or the game will freeze. Empty Slots will also make the game freeze if used on Weapons. You can +# put Accessories on other slots, like Persian Boots on Body Armor, Head Armor, Arm Armor, and +# Accessory 1 %amp; 2. You need 4 Persian Boots to make characters Absorb Elements! +# The format of the codes for these sections is: +#
0000XXXX +#
YYYYZZZZ +#
AAAABBBB +#
0000CCCC +# where each 4 digit letter represents +# XXXX = Weapon +# YYYY = Body Armor +# ZZZZ = Head Armor +# AAAA = Arm Armor +# BBBB = Accessory 1 +# CCCC = Accessory 2 +# 0000 - Empty Slot + +# You must manually set the intended item for each char's equipment BEFORE USING THESE CODES + +# Lloyd +# 0087 - Wooden Blade +# 0088 - Rapier +# 0089 - Mumei +# 008A - Knight's Saber +# 008B - Masamune +# 008C - Osafune +# 008D - Sinclaire +# 008E - Nimble Rapier +# 008F - Ogre Sword +# 0090 - Kotetsu +# 0091 - Shiden +# 0092 - Saint Rapier +# 0093 - Dragon Tooth +# 0094 - Defenser +# 0095 - Elemental Brand +# 0096 - Muramasa +# 0097 - Wasier Rapier +# 0098 - Angel's Tear +# 0099 - Ninja Sword +# 009A - Material Blade +# 009B - Kusanagi Blade +# 009C - Valkyrie Saber +# 009D - Paper Fan +# 009E - Nebilim + +# Colette +# 009F - Chakram +# 00A0 - Flying Disk +# 00A1 - Duel Ring +# 00A2 - Slicer Ring +# 00A3 - Mystic Ring +# 00A4 - Stinger Ring +# 00A5 - Ray Thrust +# 00A6 - Mythril Ring +# 00A7 - Shuriken +# 00A8 - Solar Spinner +# 00A9 - Lunar Ring +# 00AA - Toroid +# 00AB - Stardust +# 00AC - Angel's Halo +# 00AD - Tambourine +# 00AE - Evil Eye + +# Genis +# 00AF - Nova +# 00B0 - Fine Star +# 00B1 - Duel Star +# 00B2 - Falling Star +# 00B3 - Cool Orbit +# 00B4 - Thunderbolt +# 00B5 - Shining Star +# 00B6 - Shadow Dancer +# 00B7 - Cor Leonis +# 00B8 - Northern Lights +# 00B9 - Southern Cross +# 00BA - Final Player +# 00BB - One World +# 00BC - Phantasmagoria +# 00BD - Disaster + +# Raine +# 00BE - Rod +# 00BF - Battle Staff +# 00C0 - Gem Rod +# 00C1 - Earth Rod +# 00C2 - Ruby Wand +# 00C3 - Rune Staff +# 00C4 - Gale Staff +# 00C5 - Phoenix Rod +# 00C6 - Holy Staff +# 00C7 - Thunder Scepter +# 00C8 - Ancient Rod +# 00C9 - Hanuman's Staff +# 00CA - Crystal Rod +# 00CB - Deck Brush +# 00CC - Heart Of Chaos + +# Sheena +# 00CD - Spell Card +# 00CE - Card of Water +# 00CF - Card of Earth +# 00D0 - Card of Fire +# 00D1 - Card of Lightning +# 00D2 - Card of Wind +# 00D3 - Card of Ice +# 00D4 - Vajra +# 00D5 - Yaska +# 00D6 - Asura +# 00D7 - Acalanatha +# 00D8 - Divine Judgement +# 00D9 - Money Bag +# 00DA - Gates of Hell + +# Zelos/Kratos +# 00DB - Stiletto +# 00DC - Earth Dagger +# 00DD - Hydra Dagger +# 00DE - Assault dagger +# 00DF - Flame Dagger +# 00E0 - Gladius +# 00E1 - Crystal Dagger +# 00E2 - Toy Dagger +# 00E3 - Fafnir +# 00E4 - Long Sword +# 00E5 - Steel Sword +# 00E6 - Silver Sword +# 00E7 - Aqua Brand +# 00E8 - Sand Saber +# 00E9 - Lightning Sword +# 00EA - Ice Coffin +# 00EB - Ether Sword +# 00EC - Flamberge +# 00ED - Laser Blade +# 00EE - Excalibur +# 00EF - Last Fencer +# 00F0 - Baseball Bat +# 00F1 - Soul Eater + +# Presea +# 00F2 - Francesca +# 00F3 - Battle Ax +# 00F4 - Great Ax +# 00F5 - Crescent Ax +# 00F6 - Tomahawk Lance +# 00F7 - Halberd +# 00F8 - Bardiche +# 00F9 - Myrthril Ax +# 00FA - War Hammer +# 00FB - Battle Pick +# 00FC - Strike Ax +# 00FD - Ogre Ax +# 00FE - Bahumut's Tear +# 00FF - Gaia Cleaver +# 0100 - Pow Hammer DX +# 0101 - Diablos + +# Regal +# 0102 - Leather Greaves +# 0103 - Iron Greaves +# 0104 - Power Greaves +# 0105 - Venom +# 0106 - Bear Claw +# 0107 - Ghost Shell +# 0108 - Mythril Greaves +# 0109 - Aqua Greaves +# 010A - Crystal Shell +# 010B - Flare Greaves +# 010C - Dragon Fang +# 010D - Diamond Shell +# 010E - Kaiser Greaves +# 010F - Dynast +# 0110 - Glory Arts +# 0111 - Apocalypse + +# Armors +# 0112 - Soft Leather +# 0113 - Chain Mail +# 0114 - Ring Mail +# 0115 - Iron Mail +# 0116 - Splint Mail +# 0117 - Breastplate +# 0118 - Battle Suit +# 0119 - Silver Mail +# 011A - Mythril Armor +# 011C - Brunnhilde +# 011D - Reflect +# 011E - Rare Plate +# 011F - Dragon Mail +# 0120 - Golden Armor +# 0121 - Star Mail +# 0122 - Mumbane + +# Guards +# 0123 - Leather Guard +# 0124 - Fine Guard +# 0125 - Iron Guard +# 0126 - Elven Protector +# 0127 - Lunar Guard +# 0128 - Rune Guard +# 0129 - Star Guard +# 012A - Prism Guard +# 012B - Mana Protector +# 012C - Elemental Guard + +# Cloaks +# 012D - Cloak +# 012E - White Cloak +# 012F - Amber Cloak +# 0130 - Silk Cloak +# 0131 - Rune Cloak +# 0132 - Holy Cloak +# 0133 - Mythril Mesh +# 0134 - Star Cloak +# 0135 - Phoenix Cloak +# 0136 - Mortality Cloak + +# Robes +# 0137 - Robe +# 0138 - Feather Robe +# 013B - Silk Robe +# 013C - Rune Robe +# 013D - Holy Robe +# 013E - Spirit Robe +# 013F - Shaman Dress +# 0140 - Kannazuki + +# Helmets +# 0141 - Leather Helm +# 0142 - Iron Helm +# 0143 - Armet Helm +# 0144 - Cross Helm +# 0145 - Duel Helm +# 0146 - Rune Helm +# 0147 - Sigurd +# 0148 - Rare Helm +# 0149 - Star Helm +# 014A - Golden Helm + +# Ribbons +# 014C - Ribbon +# 014D - Blue Ribbon +# 014E - Striped Ribbon +# 014F - Tartan Ribbon +# 0150 - Pretty Ribbon +# 0151 - Hairpin +# 0152 - Maid's Hairband +# 0153 - Magical Ribbon + +# Hats +# 0154 - Beret +# 0155 - Cleric's Hat +# 0156 - Straw Hat +# 0157 - Pointed Hat +# 0158 - Rune Hat +# 0159 - Headband +# 015A - Star Cap +# 015B - Aifread's Hat + +# Circlets +# 015C - Circlet +# 015D - Silver Circlet +# 015E - Gold Circlet +# 015F - Mythril Circlet +# 0160 - Rune Circlet +# 0161 - Holy Circlet +# 0162 - Star Circlet +# 0163 - Elemental Circlet + +# Shields +# 0164 - Lid Shield +# 0165 - Wooden Shield +# 0166 - Omega Shield +# 0167 - Mythril Shield +# 0168 - Rune Shield +# 0169 - Red Shield +# 016A - Rare Shield +# 016B - Arredoval +# 016C - Star Shield +# 016D - Beam Shield +# 016E - Blue Shield + +# Gauntlets/Gloves +# 016F - Leather Glove +# 0170 - Iron Gauntlet +# 0171 - Claw Gauntlet +# 0172 - Mythril Gauntlet +# 0173 - Rune Gauntlet +# 0174 - Penguinist Gloves +# 0175 - Rare Gauntlet +# 0176 - Star Gauntlet +# 0177 - Hyper Gauntlet + +# Bracelets +# 0178 - Bracelet +# 0179 - Iron Bracelet +# 017A - Mythril Bracelet +# 017B - Lapis Bracelet +# 017C - Star Bracelet +# 017D - Angel Bracelet +# 017E - Draupnir +# 017F - Shield Ring + +# Gloves +# 0180 - Gloves +# 0181 - Kitchen Mittens +# 0182 - Pretty Mittens +# 0183 - Bridal Gloves +# 0184 - Silk Gloves +# 0185 - Cute Mittens +# 0186 - Lovely Mittens +# 0187 - Katz Mittens + +# Charms +# 0188 - Poison Charm +# 0189 - Drain Charm +# 018A - Stone Charm +# 018B - Paralysis Charm +# 018C - Stun Charm +# 018D - Amulet +# 018B - Talisman +# 018E - Blue Talisman +# 018F - Manji Seal +# 0190 - Stun Bracelet +# 0191 - Heal Bracelet +# 0192 - Spirit Bangle +# 0193 - Yasakani Jewel +# 0194 - Yata Mirror + +# Rings +# 0195 - Emerald Ring +# 0196 - Faerie Ring +# 0197 - Protect Ring +# 0198 - Force Ring +# 0199 - Resist Ring +# 019A - Reflect Ring +# 019B - Holy Ring +# 019C - Spirit Ring +# 019D - Revive Ring +# 019E - Attack Ring +# 019F - Defense Ring +# 01A0 - Magic Ring + +# Symbols +# 01A1 - Warrior Symbol +# 01A2 - Guardian Symbol +# 01A3 - Rabbit's Foot +# 01A4 - Holy Symbol +# 01A5 - Spirit Symbol +# 01A6 - Dark Seal +# 01A7 - Demon's Seal +# 01A8 - Extreme Symbol +# 01A9 - Mystic Symbol +# 01AA - Krona Symbol + +# Capes +# 01AC - Cape +# 01AD - Leather Cape +# 01AE - Thief's Cape +# 01AF - Elven Cape +# 01B0 - Aqua Cape +# 01B1 - Flare Cape +# 01B2 - Thunder Cape +# 01B3 - Rune Cape + +# Boots +# 01B4 - Boots +# 01B5 - Leather Boots +# 01B6 - Elven Boots +# 01B7 - Water Spider +# 01B8 - Heavy Boots +# 01B9 - Rune Boots +# 01BA - Persian Boots +# 01BB - Jet Boots + +# Jewels +# 01BC - Aquamarine +# 01BD - Amethyst +# 01BE - Opal +# 01BF - Garnet +# 01C0 - Sapphire +# 01C1 - Diamond +# 01C2 - Topaz +# 01C3 - Ruby +# 01C4 - Sardonyx +# 01C5 - Black Onyx +# 01C6 - Moon Stone +# 01C7 - Magic Mist +# 01C8 - Reverse Doll +# 01C9 - Sephira +# 01CA - Blue Sephira +# 01CB - Hard Leather +# 01CC - Lamellar Leather +# 01CD - Silver Guard +# 01CE - Rare Guard +# 01CF - Mage Cloak +# 01D0 - Druid Cloak +# 01D1 - Warlock Garb +# 01D2 - Battle Cloak +# 01D3 - White Robe +# 01D4 - Yayoi +# 01D5 - Minazuki +# 01D6 - Nagazuki +# 01DB - Strike Ring +# 01DC - Technical Ring +# 01E0 - Snow Hare +# 01E4 - Mythril Guard +# 01E5 - Solar Guard +# 01E6 - Elder Cloak +# 01E7 - Moon Robe +# 01E8 - Ancient Robe +# 0157 - Heavenly Robe +# 01FC - Penguinist Quill +# 0203 - Turquoise + +# Max Affection codes +# use only one of these codes at a time for your +# favorite character to have max affection. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Infinite Gald +05A0DBAD 08000000 +045B68C0 05F5E0FF +$Infinite Grade +05A0DBAE 08000000 +045B87E8 000F41DC +$Save Anywhere +05A0DBAF 08000000 +0035A73D 00000001 +$Max Encounters +05A0DBB0 08000000 +025B68C4 0000FFFF +$Max Combo +05A0DBB1 08000000 +025B68C6 0000FFFF +$Low Game Time +05A0DBB2 08000000 +0435AA1C 00002197 +045B68C8 00000001 +$Less Random Encounters +05A0DBB3 08000000 +005B86E3 00000001 +$More Random Encounters +05A0DBB4 08000000 +005B86E3 00000002 +$Have Tons of Items and Weapons +05A0DC0E 08000000 +005B776E 00003209 +005B77B8 0000C609 +$All Recipes +05A0DC0F 08000000 +045B86D8 00FFFFFF +$100% Collectors Book +05A01F54 08000000 +005B79E4 000043FF +$Full Monsters List +05A03E16 08000000 +005B68D0 0000FAFF +$19 of each Energy/Healing/Revive/Monster Items +05A05563 08000000 +005B7774 00000213 +005B7778 00000113 +005B7784 00000113 +$19 of all Customizing Items +05A03AAA 08000000 +005B77B8 00000913 +$19 of all Food Ingredients +05A02C74 08000000 +005B77C2 00003113 +$19 of each EX Gems +05A0276B 08000000 +005B7795 00000313 +005B795D 00000013 +$19 of each Red Herb +05A00388 08000000 +005B778C 00000513 +$19 of each Quartz Item +05A046A9 08000000 +005B7799 00000713 +$19 of each Symbol +05A0705F 08000000 +005B790F 00000A13 +$19 of each Miscellaneous Item +05A07583 08000000 +005B7792 00000213 +$19 of each type of Pellet +05A04113 08000000 +005B7970 00000313 +$Full Unison Attack Gauge +05A07223 08000000 +005B8710 000000C8 +$Over Limits Status For ALL Characters +05A008B3 08000000 +005B6BCE 00000064 +005B6CE6 00000064 +005B6DFE 00000064 +005B6F16 00000064 +005B702E 00000064 +005B7146 00000064 +005B725E 00000064 +005B7376 00000064 +005B748E 00000064 +$LLOYD Full HP +05A0DBB7 08000000 +025B6B8A 0000270F +$LLOYD Max HP +05A0DBB8 08000000 +025B6BAE 0000270F +$LLOYD Full TP +05A0DBB9 08000000 +025B6B8C 000003E7 +$LLOYD Max TP +05A0DBBA 08000000 +025B6BB0 000003E7 +$LLOYD Max Stats +05A0DBBB 08000000 +025B6BB2 000707CF +$LLOYD Status Always Normal +05A0DBBC 08000000 +005B6B97 00000000 +$LLOYD Super Quick Level Up +05A0DBBD 08000000 +045B6B90 0098967F +$LLOYD Have All Titles +05A0DBBE 08000000 +045B6B98 FFFFE7FF +$COLETTE Full HP +05A0DBC0 08000000 +025B6CA2 0000270F +$COLETTE Max HP +05A0DBC1 08000000 +025B6CC6 0000270F +$COLETTE Full TP +05A0DBC2 08000000 +025B6CA4 000003E7 +$COLETTE Max TP +05A0DBC3 08000000 +025B6CC8 000003E7 +$COLETTE Max Stats +05A0DBC4 08000000 +025B6CCA 000707CF +$COLETTE Status Always Normal +05A0DBC5 08000000 +005B6CAF 00000000 +$COLETTE Super Quick Level Up +05A0DBC6 08000000 +045B6CA8 0098967F +$COLETTE Have All Titles +05A0DBC7 08000000 +045B6CB0 08000000 +$GENIS Full HP +05A0DBC9 08000000 +025B6DBA 0000270F +$GENIS Max HP +05A0DBCA 08000000 +025B6DDE 0000270F +$GENIS Full TP +05A0DBCB 08000000 +025B6DBC 000003E7 +$GENIS Max TP +05A0DBCC 08000000 +025B6DE0 000003E7 +$GENIS Max Stats +05A0DBCD 08000000 +025B6DE2 000707CF +$GENIS Status Always Normal +05A0DBCE 08000000 +005B6DC7 00000000 +$GENIS Super Quick Level Up +05A0DBCF 08000000 +045B6DC0 0098967F +$GENIS Have All Titles +05A0DBD0 08000000 +045B6DC8 FFFFE7FF +$RAINE Full HP +05A0DBD2 08000000 +025B6ED2 0000270F +$RAINE Max HP +05A0DBD3 08000000 +025B6EF6 0000270F +$RAINE Full TP +05A0DBD4 08000000 +025B6ED4 000003E7 +$RAINE Max TP +05A0DBD5 08000000 +025B6EF8 000003E7 +$RAINE Max Stats +05A0DBD6 08000000 +025B6EFA 000707CF +$RAINE Status Always Normal +05A0DBD7 08000000 +005B6EDF 00000000 +$RAINE Super Quick Level Up +05A0DBD8 08000000 +045B6ED8 0098967F +$RAINE Have All Titles +05A0DBD9 08000000 +045B6EE0 08000000 +$KRATOS Full HP +05A0DBDB 08000000 +025B744A 0000270F +$KRATOS Max HP +05A0DBDC 08000000 +025B746E 0000270F +$KRATOS Full TP +05A0DBDD 08000000 +025B744C 000003E7 +$KRATOS Max TP +05A0DBDE 08000000 +025B7470 000003E7 +$KRATOS Max Stats +05A0DBDF 08000000 +025B7472 000707CF +$KRATOS Status Always Normal +05A0DBE0 08000000 +005B7457 00000000 +$KRATOS Super Quick Level Up +05A0DBE1 08000000 +045B7450 0098967F +$KRATOS Have All Titles +05A0DBE2 08000000 +045B7458 000003FF +$SHEENA Full HP +05A0DC11 08000000 +025B6FEA 0000270F +$SHEENA Max HP +05A0DC12 08000000 +025B700E 0000270F +$SHEENA Full TP +05A0DC13 08000000 +025B6FEC 000003E7 +$SHEENA Max TP +05A0DC14 08000000 +025B7010 000003E7 +$SHEENA Max Stats +05A0DC15 08000000 +025B7012 000707CF +$SHEENA Status Always Normal +05A0DC16 08000000 +005B6FF7 00000001 +$SHEENA Super Quick Level Up +05A0DC17 08000000 +045B6FF0 0098967F +$SHEENA Have All Titles +05A0DC18 08000000 +045B6FF8 08000000 +$ZELOS Full HP +05A0DC1A 08000000 +025B7102 0000270F +$ZELOS Max HP +05A0DC1B 08000000 +025B7126 0000270F +$ZELOS Full TP +05A0DC1C 08000000 +025B7104 000003E7 +$ZELOS Max TP +05A0DC1D 08000000 +025B7128 000003E7 +$ZELOS Max Stats +05A0DC1E 08000000 +025B712A 000707CF +$ZELOS Status Always Normal +05A0DC1F 08000000 +005B710F 00000000 +$ZELOS Super Quick Level Up +05A0DC20 08000000 +045B7108 0098967F +$ZELOS Have All Titles +05A0DC21 08000000 +045B7110 08000000 +$PRESEA Full HP +05A0DC23 08000000 +025B721A 0000270F +$PRESEA Max HP +05A0DC24 08000000 +025B723E 0000270F +$PRESEA Full TP +05A0DC25 08000000 +025B721C 000003E7 +$PRESEA Max TP +05A0DC26 08000000 +025B7240 000003E7 +$PRESEA Max Stats +05A0DC27 08000000 +025B7242 000707CF +$PRESEA Status Always Normal +05A0DC28 08000000 +005B7227 00000000 +$PRESEA Super Quick Level Up +05A0DC29 08000000 +045B7220 0098967F +$PRESEA Have All Titles +05A0DC2A 08000000 +045B7228 08000000 +$Equipment Modifier-Lloyd - READ INSTRUCTIONS +025B6BC2 0000009B +045B6BC4 0122014A +045B6BC8 017701BD +025B6BCC 00000189 +$Equipment Modifier-Colette - READ INSTRUCTIONS +025B6CDA 00000000 +045B6CDC 00000000 +045B6CE0 00000000 +025B6CE4 00000000 +$Equipment Modifier-Genis - READ INSTRUCTIONS +025B6DF2 00000000 +045B6DF4 00000000 +045B6DF8 00000000 +025B6DFC 00000000 +$Equipment Modifier - +025B6F0A 00000000 +045B6F0C 00000000 +045B6F10 00000000 +045B6F14 00000000 +$Equipment Modifier-Raine - READ INSTRUCTIONS +025B6F0A 00000000 +045B6F0C 00000000 +045B6F10 00000000 +045B6F14 00000000 +$Equipment Modifier-Sheena - READ INSTRUCTIONS +025B7022 00000000 +045B7024 00000000 +045B7028 00000000 +045B702C 00000000 +$Equipment Modifier-Zelos - READ INSTRUCTIONS +025B713A 00000000 +045B713C 00000000 +045B7140 00000000 +025B7144 00000000 +$Equipment Modifier-Presea - READ INSTRUCTIONS +025B7252 00000000 +045B7254 00000000 +045B7258 00000000 +025B725C 00000000 +$Equipment Modifier-Regal - READ INSTRUCTIONS +025B736A 00000000 +045B736C 00000000 +045B7370 00000000 +025B7374 00000000 +$Colette Affection to Lloyd - max is 0000270F +05A02376 08000000 +025B6CEA 0000270F +$Genis Affection to Lloyd - max is 0000270F +05A055DC 08000000 +025B6E02 0000270F +$Raine Affection to Lloyd - max is 0000270F +05A03466 08000000 +025B6F1A 0000270F +$Sheena Affection to Lloyd - max is 0000270F +05A01152 08000000 +025B7032 0000270F +$Zelos Affection to Lloyd - max is 0000270F +05A01C97 08000000 +025B714A 0000270F +$Presea Affection to Lloyd - max is 0000270F +05A038CC 08000000 +025B7262 0000270F +$Regal Affection to Lloyd - max is 0000270F +05A0483C 08000000 +025B737A 0000270F +$REGAL Super Quick Level Up +05A0DC32 08000000 +045B7338 0098967F +$Kratos Affection to Lloyd - max is 0000270F +05A040B8 08000000 +025B7492 0000270F + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = 0.5 +PH_ZFar = 1 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GQSFAF.ini b/Data/User/GameConfig/GQSFAF.ini index 8eb054e980..211493d604 100644 --- a/Data/User/GameConfig/GQSFAF.ini +++ b/Data/User/GameConfig/GQSFAF.ini @@ -1,22 +1,33 @@ -# GQSFAF - TALES OF SYMPHONIA -[Core] -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -#Emulation state validated on r1648 -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = 0.5 -PH_ZFar = 1 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# GQSFAF - TALES OF SYMPHONIA + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = 0.5 +PH_ZFar = 1 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GQSPAF.ini b/Data/User/GameConfig/GQSPAF.ini index b7b70f5476..a7e8da41e6 100644 --- a/Data/User/GameConfig/GQSPAF.ini +++ b/Data/User/GameConfig/GQSPAF.ini @@ -1,22 +1,33 @@ -# GQSPAF - TALES OF SYMPHONIA -[Core] -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -#Emulation state validated on r1648 -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = 0.5 -PH_ZFar = 1 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# GQSPAF - TALES OF SYMPHONIA + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = 0.5 +PH_ZFar = 1 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GQTE4Q.ini b/Data/User/GameConfig/GQTE4Q.ini index 79ec455449..e749242e28 100644 --- a/Data/User/GameConfig/GQTE4Q.ini +++ b/Data/User/GameConfig/GQTE4Q.ini @@ -1,16 +1,28 @@ # GQTE4Q - Meet the Robinsons -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GQWE69.ini b/Data/User/GameConfig/GQWE69.ini index 6fe5409d4f..3bc4400802 100644 --- a/Data/User/GameConfig/GQWE69.ini +++ b/Data/User/GameConfig/GQWE69.ini @@ -1,16 +1,28 @@ # GQWE69 - Quidditch World Cup -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GQWJ69.ini b/Data/User/GameConfig/GQWJ69.ini index 5ab51bb3b7..cd705100a2 100644 --- a/Data/User/GameConfig/GQWJ69.ini +++ b/Data/User/GameConfig/GQWJ69.ini @@ -1,16 +1,28 @@ # GQWJ69 - Quidditch World Cup -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GQWP69.ini b/Data/User/GameConfig/GQWP69.ini index b380c45e79..66db264771 100644 --- a/Data/User/GameConfig/GQWP69.ini +++ b/Data/User/GameConfig/GQWP69.ini @@ -1,16 +1,28 @@ # GQWP69 - Quidditch World Cup -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GQWX69.ini b/Data/User/GameConfig/GQWX69.ini index 64692b9bc1..d4d0ce53b0 100644 --- a/Data/User/GameConfig/GQWX69.ini +++ b/Data/User/GameConfig/GQWX69.ini @@ -1,16 +1,28 @@ # GQWX69 - Quidditch World Cup -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GQXE69.ini b/Data/User/GameConfig/GQXE69.ini index 9316f20e57..ec70686492 100644 --- a/Data/User/GameConfig/GQXE69.ini +++ b/Data/User/GameConfig/GQXE69.ini @@ -1,8 +1,20 @@ # GQXE69 - Madden NFL 2004 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Music is broken menu gfx glitches EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GR2E52.ini b/Data/User/GameConfig/GR2E52.ini index 6a2c749a61..2fda9a331c 100644 --- a/Data/User/GameConfig/GR2E52.ini +++ b/Data/User/GameConfig/GR2E52.ini @@ -1,6 +1,18 @@ # GR2E52 - LOST KINGDOMS II -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GR6E78.ini b/Data/User/GameConfig/GR6E78.ini index 24f5bd7b93..0f337f2610 100644 --- a/Data/User/GameConfig/GR6E78.ini +++ b/Data/User/GameConfig/GR6E78.ini @@ -1,7 +1,19 @@ # GR6E78 - Bratz: Rock Angelz -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GR8E69.ini b/Data/User/GameConfig/GR8E69.ini index 6fa58ba2ee..714ece5468 100644 --- a/Data/User/GameConfig/GR8E69.ini +++ b/Data/User/GameConfig/GR8E69.ini @@ -1,6 +1,18 @@ # GR8E69 - Medal of Honor Rising Sun -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GRAE5Z.ini b/Data/User/GameConfig/GRAE5Z.ini index 0430934288..2573594c7a 100644 --- a/Data/User/GameConfig/GRAE5Z.ini +++ b/Data/User/GameConfig/GRAE5Z.ini @@ -1,6 +1,18 @@ # GRAE5Z - Rally Championship -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GRBE6S.ini b/Data/User/GameConfig/GRBE6S.ini index 326d454a1e..047f42a1e9 100644 --- a/Data/User/GameConfig/GRBE6S.ini +++ b/Data/User/GameConfig/GRBE6S.ini @@ -1,18 +1,31 @@ # GRBE6S - Robotech: Battlecry -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GRBP6S.ini b/Data/User/GameConfig/GRBP6S.ini index 6b7401f4f4..aa2904c6e5 100644 --- a/Data/User/GameConfig/GRBP6S.ini +++ b/Data/User/GameConfig/GRBP6S.ini @@ -1,18 +1,31 @@ # GRBP6S - Robotech: Battlecry -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GREE08.ini b/Data/User/GameConfig/GREE08.ini index e37e3275be..ce8f2cabe2 100644 --- a/Data/User/GameConfig/GREE08.ini +++ b/Data/User/GameConfig/GREE08.ini @@ -1,12 +1,21 @@ # GREE08 - Mega Man Network Transmission + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Infinite Health 0358272F 08000000 424FFC30 0008270F @@ -45,3 +54,4 @@ $Max Rapid $Max Charge 03582790 08000000 404FFC30 0000B404 + diff --git a/Data/User/GameConfig/GREP08.ini b/Data/User/GameConfig/GREP08.ini index b6e872e945..83f669465e 100644 --- a/Data/User/GameConfig/GREP08.ini +++ b/Data/User/GameConfig/GREP08.ini @@ -1,10 +1,22 @@ # GREP08 - MEGAMAN NETWORK TRANSMISSION -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GRFE78.ini b/Data/User/GameConfig/GRFE78.ini index 99b0da06c5..8bf1905e11 100644 --- a/Data/User/GameConfig/GRFE78.ini +++ b/Data/User/GameConfig/GRFE78.ini @@ -1,8 +1,20 @@ # GRFE78 - Red Faction II -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Graphics Errors" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GRHE41.ini b/Data/User/GameConfig/GRHE41.ini index bebee6e504..12a276a16b 100644 --- a/Data/User/GameConfig/GRHE41.ini +++ b/Data/User/GameConfig/GRHE41.ini @@ -1,18 +1,30 @@ # GRHE41 - RAYMAN 3 HOODLUM HAVOC -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False diff --git a/Data/User/GameConfig/GRHP41.ini b/Data/User/GameConfig/GRHP41.ini index 1b9f317e83..238f5b95f6 100644 --- a/Data/User/GameConfig/GRHP41.ini +++ b/Data/User/GameConfig/GRHP41.ini @@ -1,21 +1,30 @@ # GRHP41 - RAYMAN 3 HOODLUM HAVOC +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] -#Add memory patches here. +# Add memory patches to be applied every frame here. [ActionReplay] -#Add decrypted action replay cheats here. +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + diff --git a/Data/User/GameConfig/GRJEAF.ini b/Data/User/GameConfig/GRJEAF.ini index 7853e8e6fb..40fbae18b9 100644 --- a/Data/User/GameConfig/GRJEAF.ini +++ b/Data/User/GameConfig/GRJEAF.ini @@ -1,10 +1,23 @@ # GRJEAF - R:RACING EVOLUTION -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] Hack = 4 ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GRKE41.ini b/Data/User/GameConfig/GRKE41.ini index 8a151be00a..8bd0cc95a3 100644 --- a/Data/User/GameConfig/GRKE41.ini +++ b/Data/User/GameConfig/GRKE41.ini @@ -1,20 +1,33 @@ -# GRKE41 - Rocky -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use Directx11 plugin (r6651) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 512 - +# GRKE41 - Rocky + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use Directx11 plugin (r6651) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True + +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GRKP7G.ini b/Data/User/GameConfig/GRKP7G.ini index ad972d8b90..512f479e37 100644 --- a/Data/User/GameConfig/GRKP7G.ini +++ b/Data/User/GameConfig/GRKP7G.ini @@ -1,20 +1,33 @@ -# GRKP7G - Rocky -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use Directx11 plugin (r6651) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 512 - +# GRKP7G - Rocky + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use Directx11 plugin (r6651) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True + +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GRLE41.ini b/Data/User/GameConfig/GRLE41.ini index aad336a830..6d42391d0e 100644 --- a/Data/User/GameConfig/GRLE41.ini +++ b/Data/User/GameConfig/GRLE41.ini @@ -1,6 +1,18 @@ # GRLE41 - Pro Rally -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GRNE52.ini b/Data/User/GameConfig/GRNE52.ini index d5aadc11dc..5bde17c822 100644 --- a/Data/User/GameConfig/GRNE52.ini +++ b/Data/User/GameConfig/GRNE52.ini @@ -1,10 +1,21 @@ # GRNE52 - LOST KINGDOMS + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State (as of r1048) +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Infinite health 0026005B 08000000 0218777E 00000063 @@ -14,3 +25,4 @@ $Always 10 magic stones $Have lots of cash 0026005D 08000000 04139804 0000270F + diff --git a/Data/User/GameConfig/GROP7J.ini b/Data/User/GameConfig/GROP7J.ini index 59fab38a61..a9a9de37d9 100644 --- a/Data/User/GameConfig/GROP7J.ini +++ b/Data/User/GameConfig/GROP7J.ini @@ -1,7 +1,19 @@ # GROP7J - Gadget Racers -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Needs Projection Before R945, crappy sound" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GRQE41.ini b/Data/User/GameConfig/GRQE41.ini index a077944376..1c535c2c1f 100644 --- a/Data/User/GameConfig/GRQE41.ini +++ b/Data/User/GameConfig/GRQE41.ini @@ -1,18 +1,31 @@ # GRQE41 - CITY RACER -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 EmulationIssues = Needs real XFB for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GRSEAF.ini b/Data/User/GameConfig/GRSEAF.ini index 6b4775e6ac..9a6829aebe 100644 --- a/Data/User/GameConfig/GRSEAF.ini +++ b/Data/User/GameConfig/GRSEAF.ini @@ -1,20 +1,33 @@ -# GRSEAF - SOULCALIBUR2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 512 - +# GRSEAF - SOULCALIBUR2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True + +UseRealXFB = False +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GRSPAF.ini b/Data/User/GameConfig/GRSPAF.ini index 43154ce375..3015ce1ae9 100644 --- a/Data/User/GameConfig/GRSPAF.ini +++ b/Data/User/GameConfig/GRSPAF.ini @@ -1,559 +1,572 @@ -# GRSPAF - SOULCALIBUR2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] -$Infinite Time -03EC2BE3 18000000 -043A3694 00000063 -$Player 2 Codes -03ECD256 15008000 -$Health Codes -03ECD257 14692B28 -0C000000 00000000 -$Player 2: Infinite Health -03EC2C02 14692BC0 -04383A5C 43700000 -$Player 2: One Hit Kill Handicap -03EC2C03 14692BC0 -0A383A5C 00004370 -04383A5C 33D601CE -$Player 2: 75% Health -03EC2C04 14692BC0 -34383A5C 43340000 -04383A5C 43340000 -$Player 2: 50% Health -03EC2C05 14692BC0 -34383A5C 42F00000 -04383A5C 42F00000 -$Player 2: 25% Health -03EC2C06 14692BC0 -34383A5C 42700000 -04383A5C 42700000 -$Player 1 Codes -03ECD258 15008000 -$Player 1 Moves -03ECD259 14692C28 -0C000000 00000000 -$Player 1: Uses Seung Mina Moves -03EC2BEC 14692CC0 -0236149A 00000002 -$Player 1: Uses Mitsurugi Moves -03EC2BEB 14692CC0 -0236149A 00000001 -$Player 1: Uses Taki Moves -03EC2BED 14692CC0 -0236149A 00000003 -$Player 1: Uses Maxi Moves -03EC2BEE 14692CC0 -0236149A 00000004 -$Player 1: Uses Voldo Moves -03EC2BEF 14692CC0 -0236149A 00000005 -$Player 1: Uses Sophita Moves -03EC2BF0 14692CC0 -0236149A 00000006 -$Player 1: Uses Ivy Moves -03EC2BF1 14692CC0 -0236149A 0000000B -$Player 1: Uses Kilik Moves -03EC2BF2 14692CC0 -0236149A 0000000C -$Player 1: Uses Xianghua Moves -03EC2BF3 14692CC0 -0236149A 0000000D -$Player 1: Uses Yoshimitsu Moves -03EC2BF4 14692CC0 -0236149A 0000000F -$Player 1: Uses Nightmare Moves -03EC2BF5 14692CC0 -0236149A 00000011 -$Player 1: Uses Astaroth Moves -03EC2BF6 14692CC0 -0236149A 00000012 -$Player 1: Uses Cervantes Moves -03EC2BF7 14692CC0 -0236149A 00000014 -$Player 1: Uses Raphael Moves -03EC2BF8 14692CC0 -0236149A 00000015 -$Player 1: Uses Talim Moves -03EC2BF9 14692CC0 -0236149A 00000016 -$Player 1: Uses Cassandra Moves -03EC2BFA 14692CC0 -0236149A 00000017 -$Player 1: Uses Charade Moves -03EC2BFB 14692CC0 -0236149A 00000018 -$Player 1: Uses Necrid Moves -03EC2BFC 14692CC0 -0236149A 00000019 -$Player 1: Uses Yunsung Moves -03EC2BFD 14692CC0 -0236149A 0000001A -$Player 1: Uses Link Moves -03EC2BFE 14692CC0 -0236149A 0000001B -$Player 1: Uses Lizardman Moves -03EC2BFF 14692CC0 -0236149A 0000001E -$Player 1: Uses Assassin Moves -03EC2C00 14692CC0 -0236149A 0000001F -$Player 1: Uses Beserker Moves -03EC2C01 14692CC0 -0236149A 00000020 -$Health Codes -03ECD25A 14692C28 -0C000000 00000000 -$Player 1: One Hit Kill Handicap -03EC2BE5 14692D40 -0A36299C 00004370 -0436299C 33D601CE -$Player 1: 75% Health -03EC2BE6 14692D40 -3436299C 43340000 -0436299C 43340000 -$Player 1: Infinite Health -03EC2BE4 14692D40 -0436299C 43700000 -$Player 1: 50% Health -03EC2BE7 14692D40 -3436299C 42F00000 -0436299C 42F00000 -$Player 1: 25% Health -03EC2BE8 14692D40 -3436299C 42700000 -0436299C 42700000 -$Player 1: Hypermode (Press L+R+B) -03EC2BE9 14692C40 -0A2E91D8 00000260 -043617D8 40000000 -$Player 1: SlowMo (Press L+R+A) -03EC2BEA 14692C40 -0A2E91D8 00000160 -043617D8 3E000000 -$Play as Assassin -03ECE2A5 14692C40 -02361498 0000001F -$Play as Beserker -03ECE2A6 14692C40 -02361498 00000020 -$Play as Lizardman -03ECE2A7 14692C40 -02361498 0000001E -$Play as Inferno -03ECE2A8 14692C40 -02361498 00000013 -$Time Attack Timer Is Zero -03EC2CA2 18000000 -02375CE0 00030000 -$Unlock Everything -03EC2C07 18000000 -004161E0 00011303 -$Unlock Sophita -03EC2C08 18000000 -004161E0 00000003 -$Unlock Seung Mina -03EC2C09 18000000 -004161E1 00000003 -$Unlock Yoshimitsu -03EC2C0A 18000000 -004161E2 00000003 -$Unlock Charade -03EC2C0B 18000000 -004161E3 00000003 -$Unlock Cervantes -03EC2C0C 18000000 -004161E4 00000003 -$Unlock Lizardman -03EC2C0D 18000000 -004161E5 00000003 -$Unlock Assassin -03EC2C0E 18000000 -004161E6 00000003 -$Unlock Beserker -03EC2C0F 18000000 -004161E7 00000003 -$Unlock Raphael Profile -03EC2C10 18000000 -004161E8 00000003 -$Unlock Raphael Weapon Demonstration -03EC2C11 18000000 -004161E9 00000003 -$Unlock Raphael's New Costume -03EC2C12 18000000 -004161EA 00000003 -$Unlock Talim Profile -03EC2C13 18000000 -004161EB 00000003 -$Unlock Talim Weapon Demonstration -03EC2C14 18000000 -004161EC 00000003 -$Unlock Talim's New Costume -03EC2C15 18000000 -004161ED 00000003 -$Unlock Yunsung Profile -03EC2C16 18000000 -004161EE 00000003 -$Unlock Yunsung Weapon Demonstration -03EC2C17 18000000 -004161EF 00000003 -$Unlock Cassandra Profile -03EC2C18 18000000 -004161F0 00000003 -$Unlock Cassandra Weapon Demonstration -03EC2C19 18000000 -004161F1 00000003 -$Unlock Cassandra's New Costume -03EC2C1A 18000000 -004161F2 00000003 -$Unlock Mitsurugi Profile -03EC2C1B 18000000 -004161F3 00000003 -$Unlock Mitsurugi Weapon Demonstration -03EC2C1C 18000000 -004161F4 00000003 -$Unlock Mitsurugi's New Costume -03EC2C1D 18000000 -004161F5 00000003 -$Unlock Taki Profile -03EC2C1E 18000000 -004161F6 00000003 -$Unlock Taki Weapon Demonstration -03EC2C1F 18000000 -004161F7 00000003 -$Unlock Taki's New Costume -03EC2C20 18000000 -004161F8 00000003 -$Unlock Voldo Profile -03EC2C21 18000000 -004161F9 00000003 -$Unlock Voldo Weapon Demonstration -03EC2C22 18000000 -004161FA 00000003 -$Unlock Voldo's New Costume -03EC2C23 18000000 -004161FB 00000003 -$Unlock Nightmare Profile -03EC2C24 18000000 -004161FC 00000003 -$Unlock Nightmare Weapon Demonstration -03EC2C25 18000000 -004161FD 00000003 -$Unlock Nightmare New Costume -03EC2C26 18000000 -004161FE 00000003 -$Unlock Astaroth Profile -03EC2C27 18000000 -004161FF 00000003 -$Unlock Astaroth Weapon Demonstration -03EC2C28 18000000 -00416200 00000003 -$Unlock Astaroth's New Costume -03EC2C29 18000000 -00416201 00000003 -$Unlock Ivy Profile -03EC2C2A 18000000 -00416202 00000003 -$Unlock Ivy Weapon Demonstration -03EC2C2B 18000000 -00416203 00000003 -$Unlock Ivy's New Costume -03EC2C2C 18000000 -00416204 00000003 -$Unlock Kilik Profile -03EC2C2D 18000000 -00416205 00000003 -$Unlock Kilik Weapon Demonstration -03EC2C2E 18000000 -00416206 00000003 -$Unlock Xianghau Profile -03EC2C2F 18000000 -00416207 00000003 -$Unlock Xianghau Weapon Demonstration -03EC2C30 18000000 -00416208 00000003 -$Unlock Xianghau's New Costume -03EC2C31 18000000 -00416209 00000003 -$Unlock Maxi Profile -03EC2C32 18000000 -0041620A 00000003 -$Unlock Taki Weapon Demonstration -03EC2C33 18000000 -0041620B 00000003 -$Unlock Necrid Profile -03EC2C34 18000000 -0041620C 00000003 -$Unlock Necrid Weapon Demonstration -03EC2C35 18000000 -0041620D 00000003 -$Unlock Link Profile -03EC2C36 18000000 -0041620E 00000003 -$Unlock Link Weapon Demonstration -03EC2C37 18000000 -0041620F 00000003 -$Unlock Link's New Costume -03EC2C38 18000000 -00416210 00000003 -$Unlock Link's New Costume 2 -03EC2C39 18000000 -00416211 00000003 -$Unlock Sophitia Profile -03EC2C3A 18000000 -00416212 00000003 -$Unlock Sophitia Weapon Demonstration -03EC2C3B 18000000 -00416213 00000003 -$Unlock Sophitia New Costume -03EC2C3C 18000000 -00416214 00000003 -$Unlock Seung Mina Profile -03EC2C3D 18000000 -00416215 00000003 -$Unlock Seung Mina Weapon Demonstration -03EC2C3E 18000000 -00416216 00000003 -$Unlock Seung Mina New Costume -03EC2C3F 18000000 -00416217 00000003 -$Unlock Yoshimitsu Profile -03EC2C40 18000000 -00416218 00000003 -$Unlock Yoshimitsu Weapon Demonstration -03EC2C41 18000000 -00416219 00000003 -$Unlock Charade Profile -03EC2C42 18000000 -0041621A 00000003 -$Unlock Charade Weapon Demonstration -03EC2C43 18000000 -0041621B 00000003 -$Unlock Cervante Profile -03EC2C44 18000000 -0041621C 00000003 -$Unlock Cervante Weapon Demonstration -03EC2C45 18000000 -0041621D 00000003 -$Unlock Extra Arcade Mode -03EC2C46 18000000 -0041621E 00000003 -$Unlock Extra Vs Battle Mode -03EC2C47 18000000 -0041621F 00000003 -$Unlock Extra Time Attack (Standard) Mode -03EC2C48 18000000 -00416220 00000003 -$Unlock Extra Time Attack (Alternative) Mode -03EC2C49 18000000 -00416221 00000003 -$Unlock Extra Time Attack (Extreme) Mode -03EC2C4A 18000000 -00416222 00000003 -$Unlock Extra Survival (Standard) Mode -03EC2C4B 18000000 -00416223 00000003 -$Unlock Extra Survival (Death Match) Mode -03EC2C4C 18000000 -00416224 00000003 -$Unlock Extra Survival (No Recovery) Mode -03EC2C4D 18000000 -00416225 00000003 -$Unlock Extra Team Battle Mode -03EC2C4E 18000000 -00416226 00000003 -$Unlock Extra VS Team Battle Mode -03EC2C4F 18000000 -00416227 00000003 -$Unlock Extra Practice Mode -03EC2C50 18000000 -00416228 00000003 -$Unlock Art Gallery (Hi-Res) -03EC2C51 18000000 -00416229 00000003 -$Unlock Art Gallery (Illustrations) -03EC2C52 18000000 -0041622A 00000003 -$Unlock Art Gallery (Special) -03EC2C53 18000000 -0041622B 00000003 -$Unlock Battle Theatre -03EC2C54 18000000 -0041622C 00000003 -$Unlock Weapon Gallery -03EC2C55 18000000 -0041622D 00000003 -$Unlock Weapons Master Opening -03EC2C56 18000000 -0041622E 00000003 -$Unlock Weapons Master Ending -03EC2C57 18000000 -0041622F 00000003 -$Unlock Opening (Home Ver.) -03EC2C58 18000000 -00416230 00000003 -$Unlock Opening (Arcade Ver.) -03EC2C59 18000000 -00416231 00000003 -$Unlock Ending (Arcade Ver.) -03EC2C5A 18000000 -00416232 00000003 -$Unlock Hwangseo Palace/Phoenix Court -03EC2C5B 18000000 -00416233 00000003 -$Unlock Lakeside Coliseum -03EC2C5C 18000000 -00416234 00000003 -$Unlock Money Pit/Top Tier -03EC2C5D 18000000 -00416235 00000003 -$Unlock Egyptian Crypt -03EC2C5E 18000000 -00416236 00000003 -$Unlock Labyrinth -03EC2C5F 18000000 -00416237 00000003 -$Unlock Epee (Raphael) -03EC2C60 18000000 -00416238 00000003 -$Unlock Stiletto (Raphael) -03EC2C61 18000000 -00416239 00000003 -$Unlock Reiterpallasch (Raphael) -03EC2C62 18000000 -0041623A 00000003 -$Unlock Wo Dao (Raphael) -03EC2C63 18000000 -0041623B 00000003 -$Unlock Schweizer (Raphael) -03EC2C64 18000000 -0041623C 00000003 -$Unlock Holy Antler (Raphael) -03EC2C65 18000000 -0041623D 00000003 -$Unlock Estoc (Raphael) -03EC2C66 18000000 -0041623E 00000003 -$Unlock Soul Edge (Complete) -03EC2C67 18000000 -0041623F 00000003 -$Unlock Queen's Guard (Raphael) -03EC2C68 18000000 -00416240 00000003 -$Unlock Cane (Raphael) -03EC2C69 18000000 -00416241 00000003 -$Unlock Wind Guide (Talim) -03EC2C6A 18000000 -00416242 00000003 -$Unlock Tonfa (Talim) -03EC2C6B 18000000 -00416243 00000003 -$Unlock Side Harpe (Talim) -03EC2C6C 18000000 -00416244 00000003 -$Unlock Double Crescent Blade (Talim) -03EC2C6D 18000000 -00416245 00000003 -$Unlock Chaqu (Talim) -03EC2C6E 18000000 -00416246 00000003 -$Unlock Cao Ankana (Talim) -03EC2C6F 18000000 -00416247 00000003 -$Unlock Maila Kari (Talim) -03EC2C70 18000000 -00416248 00000003 -$Unlock Soul Edge (Complete) -03EC2C71 18000000 -00416249 00000003 -$Unlock Soul Calibur (Talim) -03EC2C72 18000000 -0041624A 00000003 -$Unlock Weight (Talim) -03EC2C73 18000000 -0041624B 00000003 -$Unlock Machete (Yunsung) -03EC2C74 18000000 -0041624C 00000003 -$Unlock Khanjar (Yunsung) -03EC2C75 18000000 -0041624D 00000003 -$Unlock Xiao Lian (Yunsung) -03EC2C76 18000000 -0041624E 00000003 -$Unlock Giant Butcher Knife (Yunsung) -03EC2C77 18000000 -0041624F 00000003 -$Unlock Cheng Ying (Yunsung) -03EC2C78 18000000 -00416250 00000003 -$Unlock Ramdao (Yunsung) -03EC2C79 18000000 -00416251 00000003 -$Unlock Blue Thunder (Yunsung) -03EC2C7A 18000000 -00416252 00000003 -$Unlock Soul Edge (Complete) (Yunsung) -03EC2C7B 18000000 -00416253 00000003 -$Unlock Han Guang (Yunsung) -03EC2C7C 18000000 -00416254 00000003 -$Unlock Child's Sword (Yunsung) -03EC2C7D 18000000 -00416255 00000003 -$Unlock Spiked Shield (Cassandra) -03EC2C7E 18000000 -00416256 00000003 -$Unlock Dark Blade (Cassandra) -03EC2C7F 18000000 -00416257 00000003 -$Unlock Metesashi (Cassandra) -03EC2C80 18000000 -00416258 00000003 -$Unlock Spine Blade (Cassandra) -03EC2C81 18000000 -00416259 00000003 -$Unlock Katzbalger (Cassandra) -03EC2C82 18000000 -0041625A 00000003 -$Unlock Red Crystal Rod (Cassandra) -03EC2C83 18000000 -0041625B 00000003 -$Unlock Ivan The Terrible (Cassandra) -03EC2C84 18000000 -0041625C 00000003 -$Unlock Soul Edge (Complete) (Cassandra) -03EC2C85 18000000 -0041625D 00000003 -$Unlock Valkyrie (Cassandra) -03EC2C86 18000000 -0041625E 00000003 -$Unlock Keepsake (Cassandra) -03EC2C87 18000000 -0041625F 00000003 -$Unlock Korefuji (Mitsurugi) -03EC2C88 18000000 -00416260 00000003 -$Unlock Two-Handed Sword (Mitsurugi) -03EC2C89 18000000 -00416261 00000003 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 512 - +# GRSPAF - SOULCALIBUR2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Infinite Time +03EC2BE3 18000000 +043A3694 00000063 +$Player 2 Codes +03ECD256 15008000 +$Health Codes +03ECD257 14692B28 +0C000000 00000000 +$Player 2: Infinite Health +03EC2C02 14692BC0 +04383A5C 43700000 +$Player 2: One Hit Kill Handicap +03EC2C03 14692BC0 +0A383A5C 00004370 +04383A5C 33D601CE +$Player 2: 75% Health +03EC2C04 14692BC0 +34383A5C 43340000 +04383A5C 43340000 +$Player 2: 50% Health +03EC2C05 14692BC0 +34383A5C 42F00000 +04383A5C 42F00000 +$Player 2: 25% Health +03EC2C06 14692BC0 +34383A5C 42700000 +04383A5C 42700000 +$Player 1 Codes +03ECD258 15008000 +$Player 1 Moves +03ECD259 14692C28 +0C000000 00000000 +$Player 1: Uses Seung Mina Moves +03EC2BEC 14692CC0 +0236149A 00000002 +$Player 1: Uses Mitsurugi Moves +03EC2BEB 14692CC0 +0236149A 00000001 +$Player 1: Uses Taki Moves +03EC2BED 14692CC0 +0236149A 00000003 +$Player 1: Uses Maxi Moves +03EC2BEE 14692CC0 +0236149A 00000004 +$Player 1: Uses Voldo Moves +03EC2BEF 14692CC0 +0236149A 00000005 +$Player 1: Uses Sophita Moves +03EC2BF0 14692CC0 +0236149A 00000006 +$Player 1: Uses Ivy Moves +03EC2BF1 14692CC0 +0236149A 0000000B +$Player 1: Uses Kilik Moves +03EC2BF2 14692CC0 +0236149A 0000000C +$Player 1: Uses Xianghua Moves +03EC2BF3 14692CC0 +0236149A 0000000D +$Player 1: Uses Yoshimitsu Moves +03EC2BF4 14692CC0 +0236149A 0000000F +$Player 1: Uses Nightmare Moves +03EC2BF5 14692CC0 +0236149A 00000011 +$Player 1: Uses Astaroth Moves +03EC2BF6 14692CC0 +0236149A 00000012 +$Player 1: Uses Cervantes Moves +03EC2BF7 14692CC0 +0236149A 00000014 +$Player 1: Uses Raphael Moves +03EC2BF8 14692CC0 +0236149A 00000015 +$Player 1: Uses Talim Moves +03EC2BF9 14692CC0 +0236149A 00000016 +$Player 1: Uses Cassandra Moves +03EC2BFA 14692CC0 +0236149A 00000017 +$Player 1: Uses Charade Moves +03EC2BFB 14692CC0 +0236149A 00000018 +$Player 1: Uses Necrid Moves +03EC2BFC 14692CC0 +0236149A 00000019 +$Player 1: Uses Yunsung Moves +03EC2BFD 14692CC0 +0236149A 0000001A +$Player 1: Uses Link Moves +03EC2BFE 14692CC0 +0236149A 0000001B +$Player 1: Uses Lizardman Moves +03EC2BFF 14692CC0 +0236149A 0000001E +$Player 1: Uses Assassin Moves +03EC2C00 14692CC0 +0236149A 0000001F +$Player 1: Uses Beserker Moves +03EC2C01 14692CC0 +0236149A 00000020 +$Health Codes +03ECD25A 14692C28 +0C000000 00000000 +$Player 1: One Hit Kill Handicap +03EC2BE5 14692D40 +0A36299C 00004370 +0436299C 33D601CE +$Player 1: 75% Health +03EC2BE6 14692D40 +3436299C 43340000 +0436299C 43340000 +$Player 1: Infinite Health +03EC2BE4 14692D40 +0436299C 43700000 +$Player 1: 50% Health +03EC2BE7 14692D40 +3436299C 42F00000 +0436299C 42F00000 +$Player 1: 25% Health +03EC2BE8 14692D40 +3436299C 42700000 +0436299C 42700000 +$Player 1: Hypermode (Press L+R+B) +03EC2BE9 14692C40 +0A2E91D8 00000260 +043617D8 40000000 +$Player 1: SlowMo (Press L+R+A) +03EC2BEA 14692C40 +0A2E91D8 00000160 +043617D8 3E000000 +$Play as Assassin +03ECE2A5 14692C40 +02361498 0000001F +$Play as Beserker +03ECE2A6 14692C40 +02361498 00000020 +$Play as Lizardman +03ECE2A7 14692C40 +02361498 0000001E +$Play as Inferno +03ECE2A8 14692C40 +02361498 00000013 +$Time Attack Timer Is Zero +03EC2CA2 18000000 +02375CE0 00030000 +$Unlock Everything +03EC2C07 18000000 +004161E0 00011303 +$Unlock Sophita +03EC2C08 18000000 +004161E0 00000003 +$Unlock Seung Mina +03EC2C09 18000000 +004161E1 00000003 +$Unlock Yoshimitsu +03EC2C0A 18000000 +004161E2 00000003 +$Unlock Charade +03EC2C0B 18000000 +004161E3 00000003 +$Unlock Cervantes +03EC2C0C 18000000 +004161E4 00000003 +$Unlock Lizardman +03EC2C0D 18000000 +004161E5 00000003 +$Unlock Assassin +03EC2C0E 18000000 +004161E6 00000003 +$Unlock Beserker +03EC2C0F 18000000 +004161E7 00000003 +$Unlock Raphael Profile +03EC2C10 18000000 +004161E8 00000003 +$Unlock Raphael Weapon Demonstration +03EC2C11 18000000 +004161E9 00000003 +$Unlock Raphael's New Costume +03EC2C12 18000000 +004161EA 00000003 +$Unlock Talim Profile +03EC2C13 18000000 +004161EB 00000003 +$Unlock Talim Weapon Demonstration +03EC2C14 18000000 +004161EC 00000003 +$Unlock Talim's New Costume +03EC2C15 18000000 +004161ED 00000003 +$Unlock Yunsung Profile +03EC2C16 18000000 +004161EE 00000003 +$Unlock Yunsung Weapon Demonstration +03EC2C17 18000000 +004161EF 00000003 +$Unlock Cassandra Profile +03EC2C18 18000000 +004161F0 00000003 +$Unlock Cassandra Weapon Demonstration +03EC2C19 18000000 +004161F1 00000003 +$Unlock Cassandra's New Costume +03EC2C1A 18000000 +004161F2 00000003 +$Unlock Mitsurugi Profile +03EC2C1B 18000000 +004161F3 00000003 +$Unlock Mitsurugi Weapon Demonstration +03EC2C1C 18000000 +004161F4 00000003 +$Unlock Mitsurugi's New Costume +03EC2C1D 18000000 +004161F5 00000003 +$Unlock Taki Profile +03EC2C1E 18000000 +004161F6 00000003 +$Unlock Taki Weapon Demonstration +03EC2C1F 18000000 +004161F7 00000003 +$Unlock Taki's New Costume +03EC2C20 18000000 +004161F8 00000003 +$Unlock Voldo Profile +03EC2C21 18000000 +004161F9 00000003 +$Unlock Voldo Weapon Demonstration +03EC2C22 18000000 +004161FA 00000003 +$Unlock Voldo's New Costume +03EC2C23 18000000 +004161FB 00000003 +$Unlock Nightmare Profile +03EC2C24 18000000 +004161FC 00000003 +$Unlock Nightmare Weapon Demonstration +03EC2C25 18000000 +004161FD 00000003 +$Unlock Nightmare New Costume +03EC2C26 18000000 +004161FE 00000003 +$Unlock Astaroth Profile +03EC2C27 18000000 +004161FF 00000003 +$Unlock Astaroth Weapon Demonstration +03EC2C28 18000000 +00416200 00000003 +$Unlock Astaroth's New Costume +03EC2C29 18000000 +00416201 00000003 +$Unlock Ivy Profile +03EC2C2A 18000000 +00416202 00000003 +$Unlock Ivy Weapon Demonstration +03EC2C2B 18000000 +00416203 00000003 +$Unlock Ivy's New Costume +03EC2C2C 18000000 +00416204 00000003 +$Unlock Kilik Profile +03EC2C2D 18000000 +00416205 00000003 +$Unlock Kilik Weapon Demonstration +03EC2C2E 18000000 +00416206 00000003 +$Unlock Xianghau Profile +03EC2C2F 18000000 +00416207 00000003 +$Unlock Xianghau Weapon Demonstration +03EC2C30 18000000 +00416208 00000003 +$Unlock Xianghau's New Costume +03EC2C31 18000000 +00416209 00000003 +$Unlock Maxi Profile +03EC2C32 18000000 +0041620A 00000003 +$Unlock Taki Weapon Demonstration +03EC2C33 18000000 +0041620B 00000003 +$Unlock Necrid Profile +03EC2C34 18000000 +0041620C 00000003 +$Unlock Necrid Weapon Demonstration +03EC2C35 18000000 +0041620D 00000003 +$Unlock Link Profile +03EC2C36 18000000 +0041620E 00000003 +$Unlock Link Weapon Demonstration +03EC2C37 18000000 +0041620F 00000003 +$Unlock Link's New Costume +03EC2C38 18000000 +00416210 00000003 +$Unlock Link's New Costume 2 +03EC2C39 18000000 +00416211 00000003 +$Unlock Sophitia Profile +03EC2C3A 18000000 +00416212 00000003 +$Unlock Sophitia Weapon Demonstration +03EC2C3B 18000000 +00416213 00000003 +$Unlock Sophitia New Costume +03EC2C3C 18000000 +00416214 00000003 +$Unlock Seung Mina Profile +03EC2C3D 18000000 +00416215 00000003 +$Unlock Seung Mina Weapon Demonstration +03EC2C3E 18000000 +00416216 00000003 +$Unlock Seung Mina New Costume +03EC2C3F 18000000 +00416217 00000003 +$Unlock Yoshimitsu Profile +03EC2C40 18000000 +00416218 00000003 +$Unlock Yoshimitsu Weapon Demonstration +03EC2C41 18000000 +00416219 00000003 +$Unlock Charade Profile +03EC2C42 18000000 +0041621A 00000003 +$Unlock Charade Weapon Demonstration +03EC2C43 18000000 +0041621B 00000003 +$Unlock Cervante Profile +03EC2C44 18000000 +0041621C 00000003 +$Unlock Cervante Weapon Demonstration +03EC2C45 18000000 +0041621D 00000003 +$Unlock Extra Arcade Mode +03EC2C46 18000000 +0041621E 00000003 +$Unlock Extra Vs Battle Mode +03EC2C47 18000000 +0041621F 00000003 +$Unlock Extra Time Attack (Standard) Mode +03EC2C48 18000000 +00416220 00000003 +$Unlock Extra Time Attack (Alternative) Mode +03EC2C49 18000000 +00416221 00000003 +$Unlock Extra Time Attack (Extreme) Mode +03EC2C4A 18000000 +00416222 00000003 +$Unlock Extra Survival (Standard) Mode +03EC2C4B 18000000 +00416223 00000003 +$Unlock Extra Survival (Death Match) Mode +03EC2C4C 18000000 +00416224 00000003 +$Unlock Extra Survival (No Recovery) Mode +03EC2C4D 18000000 +00416225 00000003 +$Unlock Extra Team Battle Mode +03EC2C4E 18000000 +00416226 00000003 +$Unlock Extra VS Team Battle Mode +03EC2C4F 18000000 +00416227 00000003 +$Unlock Extra Practice Mode +03EC2C50 18000000 +00416228 00000003 +$Unlock Art Gallery (Hi-Res) +03EC2C51 18000000 +00416229 00000003 +$Unlock Art Gallery (Illustrations) +03EC2C52 18000000 +0041622A 00000003 +$Unlock Art Gallery (Special) +03EC2C53 18000000 +0041622B 00000003 +$Unlock Battle Theatre +03EC2C54 18000000 +0041622C 00000003 +$Unlock Weapon Gallery +03EC2C55 18000000 +0041622D 00000003 +$Unlock Weapons Master Opening +03EC2C56 18000000 +0041622E 00000003 +$Unlock Weapons Master Ending +03EC2C57 18000000 +0041622F 00000003 +$Unlock Opening (Home Ver.) +03EC2C58 18000000 +00416230 00000003 +$Unlock Opening (Arcade Ver.) +03EC2C59 18000000 +00416231 00000003 +$Unlock Ending (Arcade Ver.) +03EC2C5A 18000000 +00416232 00000003 +$Unlock Hwangseo Palace/Phoenix Court +03EC2C5B 18000000 +00416233 00000003 +$Unlock Lakeside Coliseum +03EC2C5C 18000000 +00416234 00000003 +$Unlock Money Pit/Top Tier +03EC2C5D 18000000 +00416235 00000003 +$Unlock Egyptian Crypt +03EC2C5E 18000000 +00416236 00000003 +$Unlock Labyrinth +03EC2C5F 18000000 +00416237 00000003 +$Unlock Epee (Raphael) +03EC2C60 18000000 +00416238 00000003 +$Unlock Stiletto (Raphael) +03EC2C61 18000000 +00416239 00000003 +$Unlock Reiterpallasch (Raphael) +03EC2C62 18000000 +0041623A 00000003 +$Unlock Wo Dao (Raphael) +03EC2C63 18000000 +0041623B 00000003 +$Unlock Schweizer (Raphael) +03EC2C64 18000000 +0041623C 00000003 +$Unlock Holy Antler (Raphael) +03EC2C65 18000000 +0041623D 00000003 +$Unlock Estoc (Raphael) +03EC2C66 18000000 +0041623E 00000003 +$Unlock Soul Edge (Complete) +03EC2C67 18000000 +0041623F 00000003 +$Unlock Queen's Guard (Raphael) +03EC2C68 18000000 +00416240 00000003 +$Unlock Cane (Raphael) +03EC2C69 18000000 +00416241 00000003 +$Unlock Wind Guide (Talim) +03EC2C6A 18000000 +00416242 00000003 +$Unlock Tonfa (Talim) +03EC2C6B 18000000 +00416243 00000003 +$Unlock Side Harpe (Talim) +03EC2C6C 18000000 +00416244 00000003 +$Unlock Double Crescent Blade (Talim) +03EC2C6D 18000000 +00416245 00000003 +$Unlock Chaqu (Talim) +03EC2C6E 18000000 +00416246 00000003 +$Unlock Cao Ankana (Talim) +03EC2C6F 18000000 +00416247 00000003 +$Unlock Maila Kari (Talim) +03EC2C70 18000000 +00416248 00000003 +$Unlock Soul Edge (Complete) +03EC2C71 18000000 +00416249 00000003 +$Unlock Soul Calibur (Talim) +03EC2C72 18000000 +0041624A 00000003 +$Unlock Weight (Talim) +03EC2C73 18000000 +0041624B 00000003 +$Unlock Machete (Yunsung) +03EC2C74 18000000 +0041624C 00000003 +$Unlock Khanjar (Yunsung) +03EC2C75 18000000 +0041624D 00000003 +$Unlock Xiao Lian (Yunsung) +03EC2C76 18000000 +0041624E 00000003 +$Unlock Giant Butcher Knife (Yunsung) +03EC2C77 18000000 +0041624F 00000003 +$Unlock Cheng Ying (Yunsung) +03EC2C78 18000000 +00416250 00000003 +$Unlock Ramdao (Yunsung) +03EC2C79 18000000 +00416251 00000003 +$Unlock Blue Thunder (Yunsung) +03EC2C7A 18000000 +00416252 00000003 +$Unlock Soul Edge (Complete) (Yunsung) +03EC2C7B 18000000 +00416253 00000003 +$Unlock Han Guang (Yunsung) +03EC2C7C 18000000 +00416254 00000003 +$Unlock Child's Sword (Yunsung) +03EC2C7D 18000000 +00416255 00000003 +$Unlock Spiked Shield (Cassandra) +03EC2C7E 18000000 +00416256 00000003 +$Unlock Dark Blade (Cassandra) +03EC2C7F 18000000 +00416257 00000003 +$Unlock Metesashi (Cassandra) +03EC2C80 18000000 +00416258 00000003 +$Unlock Spine Blade (Cassandra) +03EC2C81 18000000 +00416259 00000003 +$Unlock Katzbalger (Cassandra) +03EC2C82 18000000 +0041625A 00000003 +$Unlock Red Crystal Rod (Cassandra) +03EC2C83 18000000 +0041625B 00000003 +$Unlock Ivan The Terrible (Cassandra) +03EC2C84 18000000 +0041625C 00000003 +$Unlock Soul Edge (Complete) (Cassandra) +03EC2C85 18000000 +0041625D 00000003 +$Unlock Valkyrie (Cassandra) +03EC2C86 18000000 +0041625E 00000003 +$Unlock Keepsake (Cassandra) +03EC2C87 18000000 +0041625F 00000003 +$Unlock Korefuji (Mitsurugi) +03EC2C88 18000000 +00416260 00000003 +$Unlock Two-Handed Sword (Mitsurugi) +03EC2C89 18000000 +00416261 00000003 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GRUE78.ini b/Data/User/GameConfig/GRUE78.ini index dc46e16e61..4a0fe20877 100644 --- a/Data/User/GameConfig/GRUE78.ini +++ b/Data/User/GameConfig/GRUE78.ini @@ -1,10 +1,21 @@ # GRUE78 - Power Rangers Dino Thunder -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs Real XFB to display videos. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 04069830 38000004 $Quick Dino Bolts @@ -15,14 +26,16 @@ $Max Turbo Charges 00318047 00000063 $Infinite Health 04069830 38000004 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GRVEA4.ini b/Data/User/GameConfig/GRVEA4.ini index ed74514f7b..fe8a448e49 100644 --- a/Data/User/GameConfig/GRVEA4.ini +++ b/Data/User/GameConfig/GRVEA4.ini @@ -1,6 +1,18 @@ # GRVEA4 - RAVE MASTER -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GRYE41.ini b/Data/User/GameConfig/GRYE41.ini index 02d48539b1..233d69a3de 100644 --- a/Data/User/GameConfig/GRYE41.ini +++ b/Data/User/GameConfig/GRYE41.ini @@ -1,18 +1,31 @@ # GRYE41 - RAYMAN ARENA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GS2D78.ini b/Data/User/GameConfig/GS2D78.ini index 85bcce0ad9..fc70c6860a 100644 --- a/Data/User/GameConfig/GS2D78.ini +++ b/Data/User/GameConfig/GS2D78.ini @@ -1,18 +1,31 @@ # GS2D78 - Summoner 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GS2E78.ini b/Data/User/GameConfig/GS2E78.ini index ed66cb0da2..d512d1f004 100644 --- a/Data/User/GameConfig/GS2E78.ini +++ b/Data/User/GameConfig/GS2E78.ini @@ -1,18 +1,31 @@ # GS2E78 - Summoner 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GS2F78.ini b/Data/User/GameConfig/GS2F78.ini index baa39b549c..a49ad496fa 100644 --- a/Data/User/GameConfig/GS2F78.ini +++ b/Data/User/GameConfig/GS2F78.ini @@ -1,18 +1,31 @@ # GS2F78 - Summoner 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GS2P78.ini b/Data/User/GameConfig/GS2P78.ini index 79fdc07d89..a4e148b8dc 100644 --- a/Data/User/GameConfig/GS2P78.ini +++ b/Data/User/GameConfig/GS2P78.ini @@ -1,18 +1,31 @@ # GS2P78 - Summoner 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GS8P7D.ini b/Data/User/GameConfig/GS8P7D.ini index 8d1770d4ac..bea158ac55 100644 --- a/Data/User/GameConfig/GS8P7D.ini +++ b/Data/User/GameConfig/GS8P7D.ini @@ -1,6 +1,18 @@ # GS8P7D - Spyro: Enter the Dragonfly -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GSAE01.ini b/Data/User/GameConfig/GSAE01.ini index a3bda3d4bc..03e40f9c66 100644 --- a/Data/User/GameConfig/GSAE01.ini +++ b/Data/User/GameConfig/GSAE01.ini @@ -1,15 +1,27 @@ # GSAE01 - Star Fox Adventures -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Use dx11 plugin(r6477) EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GSAP01.ini b/Data/User/GameConfig/GSAP01.ini index 53f97d11be..0b3fdad39f 100644 --- a/Data/User/GameConfig/GSAP01.ini +++ b/Data/User/GameConfig/GSAP01.ini @@ -1,10 +1,21 @@ # GSAP01 - Star Fox Adventures -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Fox: Infinite Health 017E1099 18000000 023A4A54 00001C1C @@ -48,5 +59,7 @@ $Moon Jump (Hold B) 017E10A1 18000000 0A33B052 00000200 423A5ABC 00143FFF + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GSCE51.ini b/Data/User/GameConfig/GSCE51.ini index 401de87c2d..3e6af74646 100644 --- a/Data/User/GameConfig/GSCE51.ini +++ b/Data/User/GameConfig/GSCE51.ini @@ -1,7 +1,19 @@ # GSCE51 - Jeremy McGrath SuperCross World -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Slow -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GSEJB2.ini b/Data/User/GameConfig/GSEJB2.ini index 311f397f45..e2d87932f3 100644 --- a/Data/User/GameConfig/GSEJB2.ini +++ b/Data/User/GameConfig/GSEJB2.ini @@ -1,6 +1,18 @@ # GSEJB2 - ShamanKing SoulFight -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GSMP52.ini b/Data/User/GameConfig/GSMP52.ini index b23c457026..0547bdf66e 100644 --- a/Data/User/GameConfig/GSMP52.ini +++ b/Data/User/GameConfig/GSMP52.ini @@ -1,7 +1,19 @@ # GSMP52 - Spider-Man (TM) -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GSNE8P.ini b/Data/User/GameConfig/GSNE8P.ini index 4d44751f69..8ddaeba8ef 100644 --- a/Data/User/GameConfig/GSNE8P.ini +++ b/Data/User/GameConfig/GSNE8P.ini @@ -1,10 +1,21 @@ # GSNE8P - Sonic Adventure 2 Battle -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Rings 001B3DCF 000003E7 001CC1D1 000003E7 @@ -13,5 +24,4 @@ $Infinite Lives 001B3DEF 00000063 001CC1CD 00000063 001E5319 00000063 -[Video] -[Gecko] + diff --git a/Data/User/GameConfig/GSNP8P.ini b/Data/User/GameConfig/GSNP8P.ini index c03466cdff..c83a83889c 100644 --- a/Data/User/GameConfig/GSNP8P.ini +++ b/Data/User/GameConfig/GSNP8P.ini @@ -1,10 +1,21 @@ -# GSNP8P - SONIC ADVENTURE 2 BATTLE +# GSNP8P - SONIC ADVENTURE 2 BATTLE + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $999 Rings 021CC430 000003E7 $Freeze Time @@ -113,5 +124,7 @@ $Route 101 $Route 280 041F54EC 05050505 041F54F0 05050505 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GSOE8P.ini b/Data/User/GameConfig/GSOE8P.ini index 82a4d6ad50..bbcfd76fbf 100644 --- a/Data/User/GameConfig/GSOE8P.ini +++ b/Data/User/GameConfig/GSOE8P.ini @@ -1,19 +1,32 @@ # GSOE8P - Sonic Mega Collection (US) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GSOP8P.ini b/Data/User/GameConfig/GSOP8P.ini index 92dad7a5f0..92aa4c0e02 100644 --- a/Data/User/GameConfig/GSOP8P.ini +++ b/Data/User/GameConfig/GSOP8P.ini @@ -1,19 +1,32 @@ # GSOP8P - Sonic Mega Collection (EU) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GSPE69.ini b/Data/User/GameConfig/GSPE69.ini index a93622d246..b9e7fba3ed 100644 --- a/Data/User/GameConfig/GSPE69.ini +++ b/Data/User/GameConfig/GSPE69.ini @@ -1,6 +1,18 @@ # GSPE69 - The Simpsons Road Rage -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GSSE8P.ini b/Data/User/GameConfig/GSSE8P.ini index 47f67fbf00..5e3916416b 100644 --- a/Data/User/GameConfig/GSSE8P.ini +++ b/Data/User/GameConfig/GSSE8P.ini @@ -1,10 +1,21 @@ # GSSE8P - Sega Soccer Slam -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs real xfb for the videos to display. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $El Fuego Have Tons Of Cash 04238F74 05F5E0FF $Spirit Have Tons Of Cash @@ -17,14 +28,16 @@ $SubZero Have Tons Of Cash 0423C204 05F5E0FF $Volta Have Tons Of Cash 0423CEA8 05F5E0FF + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GSSJ8P.ini b/Data/User/GameConfig/GSSJ8P.ini index 4a335940ce..e158f25353 100644 --- a/Data/User/GameConfig/GSSJ8P.ini +++ b/Data/User/GameConfig/GSSJ8P.ini @@ -1,18 +1,31 @@ # GSSJ8P - Sega Soccer Slam -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs real xfb for the videos to display. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GSSP70.ini b/Data/User/GameConfig/GSSP70.ini index 80830290cf..1417bd5a2e 100644 --- a/Data/User/GameConfig/GSSP70.ini +++ b/Data/User/GameConfig/GSSP70.ini @@ -1,18 +1,31 @@ # GSSP70 - Sega Soccer Slam -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs real xfb for the videos to display. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GSSP8P.ini b/Data/User/GameConfig/GSSP8P.ini index 233ab70ade..7e78866cdc 100644 --- a/Data/User/GameConfig/GSSP8P.ini +++ b/Data/User/GameConfig/GSSP8P.ini @@ -1,18 +1,31 @@ # GSSP8P - Sega Soccer Slam -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs real xfb for the videos to display. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GSTE69.ini b/Data/User/GameConfig/GSTE69.ini index 0556ae67aa..dfdb7d9a6f 100644 --- a/Data/User/GameConfig/GSTE69.ini +++ b/Data/User/GameConfig/GSTE69.ini @@ -1,6 +1,18 @@ # GSTE69 - SSX Tricky -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GSTP69.ini b/Data/User/GameConfig/GSTP69.ini index 9b2aea98b6..89aeccf77c 100644 --- a/Data/User/GameConfig/GSTP69.ini +++ b/Data/User/GameConfig/GSTP69.ini @@ -1,9 +1,22 @@ # GSTP69 - SSX Tricky -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GSWE64.ini b/Data/User/GameConfig/GSWE64.ini index 95246f3c8f..8a3d604694 100644 --- a/Data/User/GameConfig/GSWE64.ini +++ b/Data/User/GameConfig/GSWE64.ini @@ -1,23 +1,37 @@ # GSWE64 - Star Wars: Rogue Leader -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 BAT = 1 FastDiscSpeed = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/GSWP64.ini b/Data/User/GameConfig/GSWP64.ini index 3083317042..3f864e2d5d 100644 --- a/Data/User/GameConfig/GSWP64.ini +++ b/Data/User/GameConfig/GSWP64.ini @@ -1,23 +1,37 @@ # GSWP64 - Star Wars: Rogue Leader -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 BAT = 1 FastDiscSpeed = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/GSWS64.ini b/Data/User/GameConfig/GSWS64.ini index 5f3512743a..98617ef317 100644 --- a/Data/User/GameConfig/GSWS64.ini +++ b/Data/User/GameConfig/GSWS64.ini @@ -1,23 +1,37 @@ # GSWS64 - Star Wars: Rogue Leader -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 BAT = 1 FastDiscSpeed = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/GSZP41.ini b/Data/User/GameConfig/GSZP41.ini index e60e164899..c6e746bafa 100644 --- a/Data/User/GameConfig/GSZP41.ini +++ b/Data/User/GameConfig/GSZP41.ini @@ -1,17 +1,29 @@ # GSZP41 - SPEED CHALLENGE - Jacques Villeneuve's Racing Vision -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +PH_ZNear = +PH_ZFar = UseBBox = 1 -[Gecko] + diff --git a/Data/User/GameConfig/GT3D52.ini b/Data/User/GameConfig/GT3D52.ini index 6376dff37e..906554193b 100644 --- a/Data/User/GameConfig/GT3D52.ini +++ b/Data/User/GameConfig/GT3D52.ini @@ -1,18 +1,31 @@ # GT3D52 - Tony Hawk's Pro Skater 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Needs real xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = Needs real xfb for videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GT3E52.ini b/Data/User/GameConfig/GT3E52.ini index ed7e72cbc0..c002087035 100644 --- a/Data/User/GameConfig/GT3E52.ini +++ b/Data/User/GameConfig/GT3E52.ini @@ -1,18 +1,31 @@ # GT3E52 - Tony Hawk's Pro Skater 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Needs real xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = Needs real xfb for videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GT3F52.ini b/Data/User/GameConfig/GT3F52.ini index 61649a10c9..7ea73148e6 100644 --- a/Data/User/GameConfig/GT3F52.ini +++ b/Data/User/GameConfig/GT3F52.ini @@ -1,18 +1,31 @@ # GT3F52 - Tony Hawk's Pro Skater 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Needs real xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = Needs real xfb for videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GT3P52.ini b/Data/User/GameConfig/GT3P52.ini index e96eb96699..c2d4525c27 100644 --- a/Data/User/GameConfig/GT3P52.ini +++ b/Data/User/GameConfig/GT3P52.ini @@ -1,18 +1,31 @@ # GT3P52 - Tony Hawk's Pro Skater 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Needs real xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = Needs real xfb for videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GT6E70.ini b/Data/User/GameConfig/GT6E70.ini index 6794440dca..4a491424c8 100644 --- a/Data/User/GameConfig/GT6E70.ini +++ b/Data/User/GameConfig/GT6E70.ini @@ -1,11 +1,22 @@ # GT6E70 - Terminator 3: The Redemption -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 04197798 60000000 041977A4 D01F016C @@ -38,18 +49,21 @@ $Death Stare 00445DB8 00000001 $Permavision 00445DD0 00000001 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBCopyEnable = True EFBToTextureEnable = False EFBAccessEnable = False + diff --git a/Data/User/GameConfig/GT7E41.ini b/Data/User/GameConfig/GT7E41.ini index 5c1651e27c..50c3c9161c 100644 --- a/Data/User/GameConfig/GT7E41.ini +++ b/Data/User/GameConfig/GT7E41.ini @@ -1,20 +1,34 @@ -# GT7E41 - TOM CLANCY'S SPLINTER CELL PANDORA TOMORROW -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Videos need real XFB to show up and loading screens show garbage. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = True -SafeTextureCacheColorSamples = 512 +# GT7E41 - TOM CLANCY'S SPLINTER CELL PANDORA TOMORROW + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Videos need real XFB to show up and loading screens show garbage. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GT7P41.ini b/Data/User/GameConfig/GT7P41.ini index 22caca43a4..ff5e550b5b 100644 --- a/Data/User/GameConfig/GT7P41.ini +++ b/Data/User/GameConfig/GT7P41.ini @@ -1,20 +1,34 @@ -# GT7P41 - TOM CLANCY'S SPLINTER CELL PANDORA TOMORROW -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Videos need real XFB to show up and loading screens show garbage. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = True -SafeTextureCacheColorSamples = 512 +# GT7P41 - TOM CLANCY'S SPLINTER CELL PANDORA TOMORROW + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Videos need real XFB to show up and loading screens show garbage. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GT7X41.ini b/Data/User/GameConfig/GT7X41.ini index 43ab6280d6..b06b4b1544 100644 --- a/Data/User/GameConfig/GT7X41.ini +++ b/Data/User/GameConfig/GT7X41.ini @@ -1,20 +1,34 @@ -# GT7X41 - TOM CLANCY'S SPLINTER CELL PANDORA TOMORROW -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Videos need real XFB to show up and loading screens show garbage. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = True -SafeTextureCacheColorSamples = 512 +# GT7X41 - TOM CLANCY'S SPLINTER CELL PANDORA TOMORROW + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Videos need real XFB to show up and loading screens show garbage. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GT8E78.ini b/Data/User/GameConfig/GT8E78.ini index 7bf286419d..18ec9d24b0 100644 --- a/Data/User/GameConfig/GT8E78.ini +++ b/Data/User/GameConfig/GT8E78.ini @@ -1,7 +1,19 @@ # GT8E78 - Big Mutha Truckers -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GTCJBL.ini b/Data/User/GameConfig/GTCJBL.ini index c90bd7af5d..99fb78d8ba 100644 --- a/Data/User/GameConfig/GTCJBL.ini +++ b/Data/User/GameConfig/GTCJBL.ini @@ -1,6 +1,18 @@ # GTCJBL - GTCUBE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GTEE01.ini b/Data/User/GameConfig/GTEE01.ini index 6434e1fb94..1216ed5187 100644 --- a/Data/User/GameConfig/GTEE01.ini +++ b/Data/User/GameConfig/GTEE01.ini @@ -1,10 +1,21 @@ # GTEE01 - 1080: Avalanche -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Health 04272F18 0000003C $Max Power @@ -45,13 +56,15 @@ $All Time Trials Complete $Moon Jump (Press Z) 3A2342E8 00000010 042723E4 43000000 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GTEP01.ini b/Data/User/GameConfig/GTEP01.ini index 31bf519769..c83d02503e 100644 --- a/Data/User/GameConfig/GTEP01.ini +++ b/Data/User/GameConfig/GTEP01.ini @@ -1,26 +1,38 @@ # GTEP01 - 1080: Avalanche -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -$Everything Unlocked +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Everything Unlocked ZFVY-V6QH-WDK53 1Y7V-Q40K-0JAVX 9HD2-H7BE-YK0JV -$Infinite Lives +$Infinite Lives KUNW-0DJU-5DXHD FYMV-W1XM-GQQ2R -$Downhill Boost (Press X) +$Downhill Boost (Press X) V1KG-NGP8-D224P XCV7-0RNZ-8ZPV6 0T0F-RWWB-R8K2D -$Time Trial: Found 5 Coin Pieces +$Time Trial: Found 5 Coin Pieces GZ5T-HADH-NGPBM BAF8-QT5K-5N9WC + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/GTFEA4.ini b/Data/User/GameConfig/GTFEA4.ini index 898a9e1d07..b221f73fd6 100644 --- a/Data/User/GameConfig/GTFEA4.ini +++ b/Data/User/GameConfig/GTFEA4.ini @@ -1,16 +1,28 @@ # GTFEA4 - Teenage Mutant Ninja Turtles -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GTKE51.ini b/Data/User/GameConfig/GTKE51.ini index b95faa9a4e..b35efe44a6 100644 --- a/Data/User/GameConfig/GTKE51.ini +++ b/Data/User/GameConfig/GTKE51.ini @@ -1,19 +1,31 @@ -# GTKE51 - Turok: Evolution -[Core] Values set here will override the main dolphin settings. -MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] +# GTKE51 - Turok: Evolution + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GTKP51.ini b/Data/User/GameConfig/GTKP51.ini index fd0990115d..a2291c01b7 100644 --- a/Data/User/GameConfig/GTKP51.ini +++ b/Data/User/GameConfig/GTKP51.ini @@ -1,19 +1,31 @@ -# GTKP51 - Turok: Evolution -[Core] Values set here will override the main dolphin settings. -MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] +# GTKP51 - Turok: Evolution + +[Core] +# Values set here will override the main dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GTLE52.ini b/Data/User/GameConfig/GTLE52.ini index 4c8042c5c8..5b8060066d 100644 --- a/Data/User/GameConfig/GTLE52.ini +++ b/Data/User/GameConfig/GTLE52.ini @@ -1,11 +1,23 @@ # GTLE52 - True Crime -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Menus require projection hack, minor glitches ingame -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 @@ -13,4 +25,4 @@ PH_SZFar = 1 PH_ExtraParam = 0 PH_ZNear = 20 PH_ZFar = 1.99998 -[Gecko] + diff --git a/Data/User/GameConfig/GTLP52.ini b/Data/User/GameConfig/GTLP52.ini index f518df287f..cc8c40c526 100644 --- a/Data/User/GameConfig/GTLP52.ini +++ b/Data/User/GameConfig/GTLP52.ini @@ -1,11 +1,23 @@ # GTLP52 - True Crime -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Menus require projection hack, minor glitches ingame -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 @@ -13,4 +25,4 @@ PH_SZFar = 1 PH_ExtraParam = 0 PH_ZNear = 20 PH_ZFar = 1.99998 -[Gecko] + diff --git a/Data/User/GameConfig/GTLX52.ini b/Data/User/GameConfig/GTLX52.ini index 752ca950f5..797e1988b6 100644 --- a/Data/User/GameConfig/GTLX52.ini +++ b/Data/User/GameConfig/GTLX52.ini @@ -1,11 +1,23 @@ # GTLX52 - True Crime -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Menus require projection hack, minor glitches ingame -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 @@ -13,4 +25,4 @@ PH_SZFar = 1 PH_ExtraParam = 0 PH_ZNear = 20 PH_ZFar = 1.99998 -[Gecko] + diff --git a/Data/User/GameConfig/GTSE4F.ini b/Data/User/GameConfig/GTSE4F.ini index 781f52218c..fcb033813e 100644 --- a/Data/User/GameConfig/GTSE4F.ini +++ b/Data/User/GameConfig/GTSE4F.ini @@ -1,14 +1,21 @@ # GTSE4F - TimeSplitters 2 NTSC + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = can crash on some systems(unknown) + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Inf Ammo/No Reloads 04122D9C 60000000 04122D70 60000000 @@ -224,7 +231,7 @@ $13th Loaded Player Size Modifier (Twilight Spectre) $14th Loaded Player Size Modifier (Twilight Spectre) 404013FC 00129F10 424013FC 0000099C + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GTSP4F.ini b/Data/User/GameConfig/GTSP4F.ini index 6a6f1c2e9e..0d63a62de2 100644 --- a/Data/User/GameConfig/GTSP4F.ini +++ b/Data/User/GameConfig/GTSP4F.ini @@ -1,15 +1,27 @@ # GTSP4F - TimeSplitters 2 + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 EmulationIssues = Can Crash on some systems (unknown) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GTUE8G.ini b/Data/User/GameConfig/GTUE8G.ini index b5b18d88c9..777d97f681 100644 --- a/Data/User/GameConfig/GTUE8G.ini +++ b/Data/User/GameConfig/GTUE8G.ini @@ -1,6 +1,18 @@ # GTUE8G - TUBE SLIDER -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GTWE70.ini b/Data/User/GameConfig/GTWE70.ini index fdcb7a46b2..30f0b4503d 100644 --- a/Data/User/GameConfig/GTWE70.ini +++ b/Data/User/GameConfig/GTWE70.ini @@ -1,20 +1,31 @@ # GTWE70 - Taz Wanted -[Video_Settings] -UseXFB = True -UseRealXFB = True + [Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real xfb for videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Needs real xfb for videos to display. -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -[Video_Hardware] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + diff --git a/Data/User/GameConfig/GTWP70.ini b/Data/User/GameConfig/GTWP70.ini index 08b60f8989..df15619aad 100644 --- a/Data/User/GameConfig/GTWP70.ini +++ b/Data/User/GameConfig/GTWP70.ini @@ -1,20 +1,31 @@ # GTWP70 - Taz Wanted -[Video_Settings] -UseXFB = True -UseRealXFB = True + [Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real xfb for videos to display. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Needs real xfb for videos to display. -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -[Video_Hardware] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + diff --git a/Data/User/GameConfig/GTYE69.ini b/Data/User/GameConfig/GTYE69.ini index 268b84cb93..ec3e2e3155 100644 --- a/Data/User/GameConfig/GTYE69.ini +++ b/Data/User/GameConfig/GTYE69.ini @@ -1,15 +1,27 @@ # GTYE69 - TY the Tasmanian Tiger -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GTYP69.ini b/Data/User/GameConfig/GTYP69.ini index 91ee039579..641b5a47d9 100644 --- a/Data/User/GameConfig/GTYP69.ini +++ b/Data/User/GameConfig/GTYP69.ini @@ -1,15 +1,27 @@ # GTYP69 - TY the Tasmanian Tiger -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GTZE41.ini b/Data/User/GameConfig/GTZE41.ini index a6ee052467..27c823c9eb 100644 --- a/Data/User/GameConfig/GTZE41.ini +++ b/Data/User/GameConfig/GTZE41.ini @@ -1,18 +1,31 @@ # GTZE41 - DISNEY'S TARZAN -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real Xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GTZP41.ini b/Data/User/GameConfig/GTZP41.ini index 64aa83e7d5..f4076e1607 100644 --- a/Data/User/GameConfig/GTZP41.ini +++ b/Data/User/GameConfig/GTZP41.ini @@ -1,18 +1,31 @@ # GTZP41 - DISNEY'S TARZAN -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real Xfb for videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GUBE69.ini b/Data/User/GameConfig/GUBE69.ini index aa9a2e5cda..8bb501b2d4 100644 --- a/Data/User/GameConfig/GUBE69.ini +++ b/Data/User/GameConfig/GUBE69.ini @@ -1,18 +1,31 @@ -# GUBE69 - The Urbz GameCube -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GUBE69 - The Urbz GameCube + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GUBP69.ini b/Data/User/GameConfig/GUBP69.ini index 44239942f8..b2ac9f7af8 100644 --- a/Data/User/GameConfig/GUBP69.ini +++ b/Data/User/GameConfig/GUBP69.ini @@ -1,18 +1,31 @@ -# GUBP69 - The Urbz GameCube -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# GUBP69 - The Urbz GameCube + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GUCP69.ini b/Data/User/GameConfig/GUCP69.ini index 4f71c4e061..7fb5e0a9ec 100644 --- a/Data/User/GameConfig/GUCP69.ini +++ b/Data/User/GameConfig/GUCP69.ini @@ -1,7 +1,19 @@ # GUCP69 - UEFA Champions League 2004 - 2005 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GUFE4Z.ini b/Data/User/GameConfig/GUFE4Z.ini index 46209ccdf9..aa3ed248f1 100644 --- a/Data/User/GameConfig/GUFE4Z.ini +++ b/Data/User/GameConfig/GUFE4Z.ini @@ -1,6 +1,18 @@ # GUFE4Z - UFC Throwdown -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GUGE69.ini b/Data/User/GameConfig/GUGE69.ini index 1d7a9c4d9a..18b31e6c98 100644 --- a/Data/User/GameConfig/GUGE69.ini +++ b/Data/User/GameConfig/GUGE69.ini @@ -1,6 +1,18 @@ # GUGE69 - Need for Speed(TM) Underground 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GUME52.ini b/Data/User/GameConfig/GUME52.ini index f53bfb3282..f9dbe11bb5 100644 --- a/Data/User/GameConfig/GUME52.ini +++ b/Data/User/GameConfig/GUME52.ini @@ -1,16 +1,28 @@ # GUME52 - Gun -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs MMU to run, and it runs slow. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GUMP52.ini b/Data/User/GameConfig/GUMP52.ini index fc0867e23f..a2fdb14946 100644 --- a/Data/User/GameConfig/GUMP52.ini +++ b/Data/User/GameConfig/GUMP52.ini @@ -1,16 +1,28 @@ # GUMP52 - Gun -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs MMU to run, and it runs slow. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GUNE5D.ini b/Data/User/GameConfig/GUNE5D.ini index 306890609b..78fdd3ea26 100644 --- a/Data/User/GameConfig/GUNE5D.ini +++ b/Data/User/GameConfig/GUNE5D.ini @@ -1,12 +1,21 @@ # GUNE5D - Gauntlet - Dark Legacy + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. Last validated on ver. r1697. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Player 1 health 9999 0020004A 08000000 04277374 461C3C00 @@ -40,6 +49,7 @@ $Player 4 health 9999 $Player 4 infinite keys 00200054 08000000 04280D8C 00000063 + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GUPE8P.ini b/Data/User/GameConfig/GUPE8P.ini index f70dc352ba..2158c181d7 100644 --- a/Data/User/GameConfig/GUPE8P.ini +++ b/Data/User/GameConfig/GUPE8P.ini @@ -1,11 +1,22 @@ # GUPE8P - SHADOW THE HEDGEHOG -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GUPP8P.ini b/Data/User/GameConfig/GUPP8P.ini index 4835d31cb1..681d40341c 100644 --- a/Data/User/GameConfig/GUPP8P.ini +++ b/Data/User/GameConfig/GUPP8P.ini @@ -1,6 +1,18 @@ # GUPP8P - SHADOW THE HEDGEHOG -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GUTE52.ini b/Data/User/GameConfig/GUTE52.ini index 97c60a774e..ca2ca2acfb 100644 --- a/Data/User/GameConfig/GUTE52.ini +++ b/Data/User/GameConfig/GUTE52.ini @@ -1,19 +1,32 @@ # GUTE52 - Ultimate Spider-Man -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. MMU = 1 BAT = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True + diff --git a/Data/User/GameConfig/GUVE51.ini b/Data/User/GameConfig/GUVE51.ini index 5150fe4817..60660b4822 100644 --- a/Data/User/GameConfig/GUVE51.ini +++ b/Data/User/GameConfig/GUVE51.ini @@ -1,7 +1,19 @@ # GUVE51 - Freestyle Street Soccer -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Corrupt Graphics" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GUZE41.ini b/Data/User/GameConfig/GUZE41.ini index 9fb0cbbf66..4157609518 100644 --- a/Data/User/GameConfig/GUZE41.ini +++ b/Data/User/GameConfig/GUZE41.ini @@ -1,20 +1,32 @@ # GUZE41 - Batman: Rise of Sin Tzu -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="TLB Error" EmulationIssues = Needs real XFB for videos to show up.(r6898) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseRealXFB = True UseXFB = True diff --git a/Data/User/GameConfig/GUZP41.ini b/Data/User/GameConfig/GUZP41.ini index 8aaca9f8d1..29c3a1cad9 100644 --- a/Data/User/GameConfig/GUZP41.ini +++ b/Data/User/GameConfig/GUZP41.ini @@ -1,20 +1,33 @@ # GUZP41 - Batman: Rise of Sin Tzu -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="TLB Error" EmulationIssues = Needs real XFB for videos to show up.(r6898) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseRealXFB = True UseXFB = True + diff --git a/Data/User/GameConfig/GV3E70.ini b/Data/User/GameConfig/GV3E70.ini index d083721bca..6b66b560a5 100644 --- a/Data/User/GameConfig/GV3E70.ini +++ b/Data/User/GameConfig/GV3E70.ini @@ -1,7 +1,19 @@ # GV3E70 - V-Rally 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GV3P70.ini b/Data/User/GameConfig/GV3P70.ini index 727bfd2de6..3fccc0f304 100644 --- a/Data/User/GameConfig/GV3P70.ini +++ b/Data/User/GameConfig/GV3P70.ini @@ -1,7 +1,19 @@ # GV3P70 - V-Rally 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = slow -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GVCE08.ini b/Data/User/GameConfig/GVCE08.ini index 4f7ece130f..9c3d05e574 100644 --- a/Data/User/GameConfig/GVCE08.ini +++ b/Data/User/GameConfig/GVCE08.ini @@ -1,18 +1,31 @@ # GVCE08 - Viewtiful Joe Red Hot Rumble -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GVCP08.ini b/Data/User/GameConfig/GVCP08.ini index 3b98757de5..a19c671f61 100644 --- a/Data/User/GameConfig/GVCP08.ini +++ b/Data/User/GameConfig/GVCP08.ini @@ -1,18 +1,31 @@ # GVCP08 - Viewtiful Joe Red Hot Rumble -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GVDE78.ini b/Data/User/GameConfig/GVDE78.ini index b723c21a4c..22da0ec285 100644 --- a/Data/User/GameConfig/GVDE78.ini +++ b/Data/User/GameConfig/GVDE78.ini @@ -1,7 +1,19 @@ # GVDE78 - Bratz: Forever Diamondz -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GVHE4F.ini b/Data/User/GameConfig/GVHE4F.ini index 62b9ba5273..6a2cc402bf 100644 --- a/Data/User/GameConfig/GVHE4F.ini +++ b/Data/User/GameConfig/GVHE4F.ini @@ -1,7 +1,19 @@ # GVHE4F - BIONICLE Heroes -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GVJE08.ini b/Data/User/GameConfig/GVJE08.ini index 58c49806bc..b89ac5f959 100644 --- a/Data/User/GameConfig/GVJE08.ini +++ b/Data/User/GameConfig/GVJE08.ini @@ -1,17 +1,31 @@ # GVJE08 - VIEWTIFUL JOE + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] -[Gecko] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GVJJ08.ini b/Data/User/GameConfig/GVJJ08.ini index da0a34a4bd..983f0009ba 100644 --- a/Data/User/GameConfig/GVJJ08.ini +++ b/Data/User/GameConfig/GVJJ08.ini @@ -1,17 +1,31 @@ # GVJJ08 - VIEWTIFUL JOE + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] -[Gecko] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GVJP08.ini b/Data/User/GameConfig/GVJP08.ini index c159fac154..8d7898fe90 100644 --- a/Data/User/GameConfig/GVJP08.ini +++ b/Data/User/GameConfig/GVJP08.ini @@ -1,17 +1,31 @@ # GVJP08 - VIEWTIFUL JOE + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for videos to show up. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] -[Gecko] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GVKE52.ini b/Data/User/GameConfig/GVKE52.ini index 379960a872..0748b3e6fa 100644 --- a/Data/User/GameConfig/GVKE52.ini +++ b/Data/User/GameConfig/GVKE52.ini @@ -1,16 +1,28 @@ # GVKE52 - Cabela's Dangerous Hunts 2 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GVLD69.ini b/Data/User/GameConfig/GVLD69.ini index 59306d751d..ac167ef750 100644 --- a/Data/User/GameConfig/GVLD69.ini +++ b/Data/User/GameConfig/GVLD69.ini @@ -1,17 +1,29 @@ # GVLD69 - Marvel Nemesis: Rise of the Imperfects -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 SkipIdle = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. Idleskipping if enabled will cause speed issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GVLE69.ini b/Data/User/GameConfig/GVLE69.ini index b7a55cecaf..8b876dcafd 100644 --- a/Data/User/GameConfig/GVLE69.ini +++ b/Data/User/GameConfig/GVLE69.ini @@ -1,17 +1,29 @@ # GVLE69 - Marvel Nemesis: Rise of the Imperfects -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 SkipIdle = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. Idleskipping if enabled will cause speed issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GVLF69.ini b/Data/User/GameConfig/GVLF69.ini index 1f5785f150..39803ad819 100644 --- a/Data/User/GameConfig/GVLF69.ini +++ b/Data/User/GameConfig/GVLF69.ini @@ -1,17 +1,29 @@ # GVLF69 - Marvel Nemesis: Rise of the Imperfects -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 SkipIdle = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. Idleskipping if enabled will cause speed issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GVLP69.ini b/Data/User/GameConfig/GVLP69.ini index b7a55cecaf..8b876dcafd 100644 --- a/Data/User/GameConfig/GVLP69.ini +++ b/Data/User/GameConfig/GVLP69.ini @@ -1,17 +1,29 @@ # GVLE69 - Marvel Nemesis: Rise of the Imperfects -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 SkipIdle = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. Idleskipping if enabled will cause speed issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GVRE7H.ini b/Data/User/GameConfig/GVRE7H.ini index 9e316e5b92..dc1d428399 100644 --- a/Data/User/GameConfig/GVRE7H.ini +++ b/Data/User/GameConfig/GVRE7H.ini @@ -1,7 +1,19 @@ # GVRE7H - GrooveRider -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GVSE8P.ini b/Data/User/GameConfig/GVSE8P.ini index 201b61d730..d21cb22d02 100644 --- a/Data/User/GameConfig/GVSE8P.ini +++ b/Data/User/GameConfig/GVSE8P.ini @@ -1,12 +1,23 @@ # GVSE8P - Virtua Striker 2002 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF=True -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Ocassional Fifo crashes (r6477) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GVSP8P.ini b/Data/User/GameConfig/GVSP8P.ini index 27c2cf07bf..a3c7f7a794 100644 --- a/Data/User/GameConfig/GVSP8P.ini +++ b/Data/User/GameConfig/GVSP8P.ini @@ -1,8 +1,20 @@ # GVSP8P - Virtua Striker 3 ver.2002 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF=True TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GW2E78.ini b/Data/User/GameConfig/GW2E78.ini index 9137f3bd0b..69950343ad 100644 --- a/Data/User/GameConfig/GW2E78.ini +++ b/Data/User/GameConfig/GW2E78.ini @@ -1,18 +1,31 @@ # GW2E78 - WWE Day of Reckoning 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for created fighters. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GW2P78.ini b/Data/User/GameConfig/GW2P78.ini index b3783f9a2a..4face38d65 100644 --- a/Data/User/GameConfig/GW2P78.ini +++ b/Data/User/GameConfig/GW2P78.ini @@ -1,18 +1,31 @@ # GW2P78 - WWE Day of Reckoning 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for created fighters. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GW3E78.ini b/Data/User/GameConfig/GW3E78.ini index ca3809e3b5..26a355a201 100644 --- a/Data/User/GameConfig/GW3E78.ini +++ b/Data/User/GameConfig/GW3E78.ini @@ -1,7 +1,19 @@ # GW3E78 - WRESTLE MANIA X8 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GW3P78.ini b/Data/User/GameConfig/GW3P78.ini index 4be9f0c3d2..c273f4a88d 100644 --- a/Data/User/GameConfig/GW3P78.ini +++ b/Data/User/GameConfig/GW3P78.ini @@ -1,7 +1,19 @@ # GW3P78 - WRESTLE MANIA X8 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GW5E69.ini b/Data/User/GameConfig/GW5E69.ini index 19a3250cd5..c341dae7ed 100644 --- a/Data/User/GameConfig/GW5E69.ini +++ b/Data/User/GameConfig/GW5E69.ini @@ -1,7 +1,19 @@ # GW5E69 - Need For Speed Carbon -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GW7E69.ini b/Data/User/GameConfig/GW7E69.ini index b159ec14a8..ef7ab7ca7c 100644 --- a/Data/User/GameConfig/GW7E69.ini +++ b/Data/User/GameConfig/GW7E69.ini @@ -1,10 +1,22 @@ # GW7E69 - 007: Agent Under Fire (tm) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Intro videos are messed up, skip them (r6651) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GW7P69.ini b/Data/User/GameConfig/GW7P69.ini index bd993b087e..d062875728 100644 --- a/Data/User/GameConfig/GW7P69.ini +++ b/Data/User/GameConfig/GW7P69.ini @@ -1,6 +1,18 @@ # GW7P69 - one inch punch -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GW8E52.ini b/Data/User/GameConfig/GW8E52.ini index b170bb118a..0eae5aedf7 100644 --- a/Data/User/GameConfig/GW8E52.ini +++ b/Data/User/GameConfig/GW8E52.ini @@ -1,16 +1,28 @@ # GW8E52 - World Series of Poker -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GW9E78.ini b/Data/User/GameConfig/GW9E78.ini index 27212d2a33..b681ad74bb 100644 --- a/Data/User/GameConfig/GW9E78.ini +++ b/Data/User/GameConfig/GW9E78.ini @@ -1,7 +1,19 @@ # GW9E78 - WRESTLEMANIA XIX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWAE8P.ini b/Data/User/GameConfig/GWAE8P.ini index 3163bd601a..5011e0d705 100644 --- a/Data/User/GameConfig/GWAE8P.ini +++ b/Data/User/GameConfig/GWAE8P.ini @@ -1,16 +1,27 @@ # GWAE8P - Spartan: Total Warrior -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GWAF8P.ini b/Data/User/GameConfig/GWAF8P.ini index 53c4baf506..ef474580e7 100644 --- a/Data/User/GameConfig/GWAF8P.ini +++ b/Data/User/GameConfig/GWAF8P.ini @@ -1,16 +1,27 @@ # GWAF8P - Spartan: Total Warrior -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GWAP8P.ini b/Data/User/GameConfig/GWAP8P.ini index 5a1bcd81b1..1040818288 100644 --- a/Data/User/GameConfig/GWAP8P.ini +++ b/Data/User/GameConfig/GWAP8P.ini @@ -1,16 +1,27 @@ # GWAP8P - Spartan : Total Warrior (TM) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GWBP41.ini b/Data/User/GameConfig/GWBP41.ini index 2e75d4cf3b..8f3dba3749 100644 --- a/Data/User/GameConfig/GWBP41.ini +++ b/Data/User/GameConfig/GWBP41.ini @@ -1,9 +1,22 @@ # GWBP41 - Worms Blast + +[Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GWEE51.ini b/Data/User/GameConfig/GWEE51.ini index 50d9f89705..718d310be3 100644 --- a/Data/User/GameConfig/GWEE51.ini +++ b/Data/User/GameConfig/GWEE51.ini @@ -1,7 +1,19 @@ # GWEE51 - 18 Wheeler -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad sound -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWEJB0.ini b/Data/User/GameConfig/GWEJB0.ini index 62b92af1d7..b0e1804572 100644 --- a/Data/User/GameConfig/GWEJB0.ini +++ b/Data/User/GameConfig/GWEJB0.ini @@ -1,7 +1,19 @@ # GWEJB0 - 18 Wheeler -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad sound -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWEP8P.ini b/Data/User/GameConfig/GWEP8P.ini index fdc78e19be..4a1ad80595 100644 --- a/Data/User/GameConfig/GWEP8P.ini +++ b/Data/User/GameConfig/GWEP8P.ini @@ -1,6 +1,18 @@ # GWEP8P - 18 Wheeler -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWGP4F.ini b/Data/User/GameConfig/GWGP4F.ini index 9ded9b1faf..f66a69f5c9 100644 --- a/Data/User/GameConfig/GWGP4F.ini +++ b/Data/User/GameConfig/GWGP4F.ini @@ -1,6 +1,18 @@ # GWGP4F - Ace Golf -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWJE52.ini b/Data/User/GameConfig/GWJE52.ini index eb9bb03ffa..aa62030a65 100644 --- a/Data/User/GameConfig/GWJE52.ini +++ b/Data/User/GameConfig/GWJE52.ini @@ -1,8 +1,20 @@ # GWJE52 - Tony Hawk's American Wasteland -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 Issues="Error to compile...DC error?" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWKE41.ini b/Data/User/GameConfig/GWKE41.ini index 6f6033160e..42bdb5ed38 100644 --- a/Data/User/GameConfig/GWKE41.ini +++ b/Data/User/GameConfig/GWKE41.ini @@ -1,16 +1,28 @@ # GWKE41 - King Kong -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GWKP41.ini b/Data/User/GameConfig/GWKP41.ini index bf76783d3b..79e1a972d1 100644 --- a/Data/User/GameConfig/GWKP41.ini +++ b/Data/User/GameConfig/GWKP41.ini @@ -1,8 +1,20 @@ # GWKP41 - King Kong -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack=1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Very Very Darkening" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWLE6L.ini b/Data/User/GameConfig/GWLE6L.ini index 51895b9427..9b7610a605 100644 --- a/Data/User/GameConfig/GWLE6L.ini +++ b/Data/User/GameConfig/GWLE6L.ini @@ -1,18 +1,30 @@ # GWLE6L - Project Zoo -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. +$Bypass FIFO reset 0x8028EF00:dword:0x48000638 -[ActionReplay] Add action replay cheats here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GWLX6L.ini b/Data/User/GameConfig/GWLX6L.ini index cd4408b3e5..835182b36f 100644 --- a/Data/User/GameConfig/GWLX6L.ini +++ b/Data/User/GameConfig/GWLX6L.ini @@ -1,10 +1,22 @@ # GWLX6L - Project Zoo -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. +$Bypass FIFO reset 0x8028EE80:dword:0x48000638 -[ActionReplay] Add action replay cheats here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWME51.ini b/Data/User/GameConfig/GWME51.ini index 1fba29f870..0e82f99adc 100644 --- a/Data/User/GameConfig/GWME51.ini +++ b/Data/User/GameConfig/GWME51.ini @@ -1,6 +1,18 @@ # GWME51 - Worms 3D -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWOE5G.ini b/Data/User/GameConfig/GWOE5G.ini index 5b634129a8..e20b4bd1a5 100644 --- a/Data/User/GameConfig/GWOE5G.ini +++ b/Data/User/GameConfig/GWOE5G.ini @@ -1,17 +1,30 @@ # GWOE5G - Blowout -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] EFBScale = 1 + diff --git a/Data/User/GameConfig/GWPE78.ini b/Data/User/GameConfig/GWPE78.ini index 0f23b70145..97fcb54d0f 100644 --- a/Data/User/GameConfig/GWPE78.ini +++ b/Data/User/GameConfig/GWPE78.ini @@ -1,18 +1,31 @@ # GWPE78 - WWE Day of Reckoning -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for created fighters. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GWPJG2.ini b/Data/User/GameConfig/GWPJG2.ini index c4ee3c6b1c..766630e610 100644 --- a/Data/User/GameConfig/GWPJG2.ini +++ b/Data/User/GameConfig/GWPJG2.ini @@ -1,18 +1,31 @@ # GWPJG2 - WWE Day of Reckoning -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for created fighters. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GWPP78.ini b/Data/User/GameConfig/GWPP78.ini index e5582f167e..9e437ee488 100644 --- a/Data/User/GameConfig/GWPP78.ini +++ b/Data/User/GameConfig/GWPP78.ini @@ -1,18 +1,31 @@ # GWPP78 - WWE Day of Reckoning -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for created fighters. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GWQE52.ini b/Data/User/GameConfig/GWQE52.ini index 16b388f2a1..7f419c7409 100644 --- a/Data/User/GameConfig/GWQE52.ini +++ b/Data/User/GameConfig/GWQE52.ini @@ -1,10 +1,21 @@ # GWQE52 - WRECKLESS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite Missiles 0028D803 0000000F $Infinite Adrenaline @@ -199,5 +210,7 @@ $B6 Hard Unlocked (Spy Story) 000F5753 00000000 $B6 Bonus Unlocked (Spy Story) 000F5773 00000000 + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GWRE01.ini b/Data/User/GameConfig/GWRE01.ini index 73de1f2ea0..2b62d176db 100644 --- a/Data/User/GameConfig/GWRE01.ini +++ b/Data/User/GameConfig/GWRE01.ini @@ -1,10 +1,21 @@ # GWRE01 - WAVE RACE / BLUE STORM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Always 0 missed Buoys 046199F4 00000000 $Always turbo @@ -17,11 +28,12 @@ $Stunt mode: Freeze timer at 65"00 002A0063 08000000 $Have 99 Points (1P Mode) 00632B43 00000063 + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GWRP01.ini b/Data/User/GameConfig/GWRP01.ini index 74347b2c20..919ae3036b 100644 --- a/Data/User/GameConfig/GWRP01.ini +++ b/Data/User/GameConfig/GWRP01.ini @@ -1,12 +1,21 @@ # GWRP01 - WAVE RACE / BLUE STORM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 0 -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Always First Place 0061C57B 00000000 $Never Out of Bounds @@ -29,3 +38,7 @@ $All Championships/Tracks Open $All Weather Options Available 040AA930 38000001 040A5FE8 38000001 + +[Video] +ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GWSEA4.ini b/Data/User/GameConfig/GWSEA4.ini index c0515e96ae..5553b1641c 100644 --- a/Data/User/GameConfig/GWSEA4.ini +++ b/Data/User/GameConfig/GWSEA4.ini @@ -1,7 +1,19 @@ # GWSEA4 - ESPN International Winter Sports 2002 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 EmulationIssues = can't see anything in menus or in-game -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWTEA4.ini b/Data/User/GameConfig/GWTEA4.ini index 2a36d99faf..725a067fca 100644 --- a/Data/User/GameConfig/GWTEA4.ini +++ b/Data/User/GameConfig/GWTEA4.ini @@ -1,6 +1,18 @@ # GWTEA4 - WTA Tour Tennis -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWVE52.ini b/Data/User/GameConfig/GWVE52.ini index b408819750..b18a7db753 100644 --- a/Data/User/GameConfig/GWVE52.ini +++ b/Data/User/GameConfig/GWVE52.ini @@ -1,11 +1,22 @@ # GWVE52 - X2 Wolverine's Revenge -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GWWE01.ini b/Data/User/GameConfig/GWWE01.ini index 73a5023961..7452028914 100644 --- a/Data/User/GameConfig/GWWE01.ini +++ b/Data/User/GameConfig/GWWE01.ini @@ -1,15 +1,27 @@ # GWWE01 - WARIO WORLD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GWWP01.ini b/Data/User/GameConfig/GWWP01.ini index 2d5feff27e..bbf5db6cea 100644 --- a/Data/User/GameConfig/GWWP01.ini +++ b/Data/User/GameConfig/GWWP01.ini @@ -1,10 +1,21 @@ # GWWP01 - WARIO WORLD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $Infinite/max health 04114244 3800000E $Lots of coins diff --git a/Data/User/GameConfig/GWYE41.ini b/Data/User/GameConfig/GWYE41.ini index 3c3154acba..5675f973b4 100644 --- a/Data/User/GameConfig/GWYE41.ini +++ b/Data/User/GameConfig/GWYE41.ini @@ -1,20 +1,34 @@ -# GWYE41 - Tom Clancy's Splinter Cell Double Agent -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Requires MMUSH and ATC. Videos require real XFB. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = True -SafeTextureCacheColorSamples = 512 +# GWYE41 - Tom Clancy's Splinter Cell Double Agent + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Requires MMUSH and ATC. Videos require real XFB. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = True + +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GWZE01.ini b/Data/User/GameConfig/GWZE01.ini index 176e5dfa27..336bd80bd0 100644 --- a/Data/User/GameConfig/GWZE01.ini +++ b/Data/User/GameConfig/GWZE01.ini @@ -1,7 +1,19 @@ # GWZE01 - Dance Dance Revolution: Mario Mix for US -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. \ No newline at end of file +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GWZP01.ini b/Data/User/GameConfig/GWZP01.ini index 02ee4d1e33..5cc2060f8f 100644 --- a/Data/User/GameConfig/GWZP01.ini +++ b/Data/User/GameConfig/GWZP01.ini @@ -1,6 +1,18 @@ # GWZP01 - Dancing Stage: Mario Mix for EU -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GX2E52.ini b/Data/User/GameConfig/GX2E52.ini index bb10b57ede..f8a2b44ce3 100644 --- a/Data/User/GameConfig/GX2E52.ini +++ b/Data/User/GameConfig/GX2E52.ini @@ -1,18 +1,28 @@ # GX2E52 - X-Men Legends 2: Rise of Apocalypse -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/GX2P52.ini b/Data/User/GameConfig/GX2P52.ini index d57566d6f6..732d3004f1 100644 --- a/Data/User/GameConfig/GX2P52.ini +++ b/Data/User/GameConfig/GX2P52.ini @@ -1,18 +1,28 @@ # GX2P52 - X-Men Legends 2: Rise of Apocalypse -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/GX3E41.ini b/Data/User/GameConfig/GX3E41.ini index 8d9378701f..edec7753c9 100644 --- a/Data/User/GameConfig/GX3E41.ini +++ b/Data/User/GameConfig/GX3E41.ini @@ -1,20 +1,32 @@ # GX3E41 - XIII -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to show up (r6906) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True diff --git a/Data/User/GameConfig/GX3P41.ini b/Data/User/GameConfig/GX3P41.ini index ed40ef469a..12823f16d9 100644 --- a/Data/User/GameConfig/GX3P41.ini +++ b/Data/User/GameConfig/GX3P41.ini @@ -1,20 +1,33 @@ # GX3P41 - XIII -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GX3X41.ini b/Data/User/GameConfig/GX3X41.ini index 377ada9d50..0c0c1abb41 100644 --- a/Data/User/GameConfig/GX3X41.ini +++ b/Data/User/GameConfig/GX3X41.ini @@ -1,20 +1,32 @@ # GX3X41 - XIII -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 MMU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True diff --git a/Data/User/GameConfig/GXBE69.ini b/Data/User/GameConfig/GXBE69.ini index d7bdd11a66..1a13241edc 100644 --- a/Data/User/GameConfig/GXBE69.ini +++ b/Data/User/GameConfig/GXBE69.ini @@ -1,18 +1,30 @@ # GXBE69 - SSX3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Has problematic intro videos(skip them). EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = False diff --git a/Data/User/GameConfig/GXBP69.ini b/Data/User/GameConfig/GXBP69.ini index 480834b7ef..d14ca0a178 100644 --- a/Data/User/GameConfig/GXBP69.ini +++ b/Data/User/GameConfig/GXBP69.ini @@ -1,17 +1,30 @@ # GXBP69 - SSX3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Has problematic intro videos(skip them). EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = False + diff --git a/Data/User/GameConfig/GXCE01.ini b/Data/User/GameConfig/GXCE01.ini index a5c9b88862..f2e7de7645 100644 --- a/Data/User/GameConfig/GXCE01.ini +++ b/Data/User/GameConfig/GXCE01.ini @@ -1,17 +1,27 @@ # GXCE01 - CustomRobo + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. Last validated using ver. r1697 +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use direct 3d 11 for less glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GXEE8P.ini b/Data/User/GameConfig/GXEE8P.ini index e261be829b..1a81827a11 100644 --- a/Data/User/GameConfig/GXEE8P.ini +++ b/Data/User/GameConfig/GXEE8P.ini @@ -1,9 +1,22 @@ # GXEE8P - SonicRiders -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] -ProjectionHack = 0 \ No newline at end of file +ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GXEP8P.ini b/Data/User/GameConfig/GXEP8P.ini index 724028e809..f7cd7b2174 100644 --- a/Data/User/GameConfig/GXEP8P.ini +++ b/Data/User/GameConfig/GXEP8P.ini @@ -1,6 +1,18 @@ # GXEP8P - SonicRiders -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GXFE69.ini b/Data/User/GameConfig/GXFE69.ini index 5a188fea53..5133631855 100644 --- a/Data/User/GameConfig/GXFE69.ini +++ b/Data/User/GameConfig/GXFE69.ini @@ -1,16 +1,28 @@ # GXFE69 - FIFA Soccer 2004 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GXFF69.ini b/Data/User/GameConfig/GXFF69.ini index f02b269863..9147ce7a81 100644 --- a/Data/User/GameConfig/GXFF69.ini +++ b/Data/User/GameConfig/GXFF69.ini @@ -1,16 +1,28 @@ # GXFF69 - FIFA Soccer 2004 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GXFP69.ini b/Data/User/GameConfig/GXFP69.ini index fc7a74e739..295d5a8154 100644 --- a/Data/User/GameConfig/GXFP69.ini +++ b/Data/User/GameConfig/GXFP69.ini @@ -1,16 +1,28 @@ # GXFP69 - FIFA Soccer 2004 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GXGE08.ini b/Data/User/GameConfig/GXGE08.ini index 7a60603146..c743638c03 100644 --- a/Data/User/GameConfig/GXGE08.ini +++ b/Data/User/GameConfig/GXGE08.ini @@ -1,7 +1,19 @@ # GXGE08 - MEGAMAN X COLLECTION -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GXLE52.ini b/Data/User/GameConfig/GXLE52.ini index 7d7638c944..2f9bbf3380 100644 --- a/Data/User/GameConfig/GXLE52.ini +++ b/Data/User/GameConfig/GXLE52.ini @@ -1,16 +1,28 @@ # GXLE52 - X-Men: Legends -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GXLP52.ini b/Data/User/GameConfig/GXLP52.ini index 325e47cf0d..74ca8b3e22 100644 --- a/Data/User/GameConfig/GXLP52.ini +++ b/Data/User/GameConfig/GXLP52.ini @@ -1,10 +1,22 @@ # GXLP52 - X-Men: Legends -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GXME52.ini b/Data/User/GameConfig/GXME52.ini index 94369001a1..0410a9f1cd 100644 --- a/Data/User/GameConfig/GXME52.ini +++ b/Data/User/GameConfig/GXME52.ini @@ -1,7 +1,19 @@ # GXME52 - X-Men3 V6 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GXNE5D.ini b/Data/User/GameConfig/GXNE5D.ini index ba576d98af..b0c9ea290f 100644 --- a/Data/User/GameConfig/GXNE5D.ini +++ b/Data/User/GameConfig/GXNE5D.ini @@ -1,14 +1,26 @@ -# GXNE5D - Rampage: Total Destruction -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# GXNE5D - Rampage: Total Destruction + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GXOE69.ini b/Data/User/GameConfig/GXOE69.ini index 1772f72f2b..a9a1fee2f6 100644 --- a/Data/User/GameConfig/GXOE69.ini +++ b/Data/User/GameConfig/GXOE69.ini @@ -1,16 +1,28 @@ # GXOE69 - SSX On Tour -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Has problematic intro videos (skip them). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GXOX69.ini b/Data/User/GameConfig/GXOX69.ini index a92484bacc..1593adb0e5 100644 --- a/Data/User/GameConfig/GXOX69.ini +++ b/Data/User/GameConfig/GXOX69.ini @@ -1,16 +1,28 @@ # GXOX69 - SSX On Tour -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Has problematic intro videos (skip them). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GXRE08.ini b/Data/User/GameConfig/GXRE08.ini index a2e4635bde..8c80c36261 100644 --- a/Data/User/GameConfig/GXRE08.ini +++ b/Data/User/GameConfig/GXRE08.ini @@ -1,7 +1,19 @@ # GXRE08 - MEGA MAN X COMMAND MISSION -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GXSE8P.ini b/Data/User/GameConfig/GXSE8P.ini index ddd4910bf4..3be2500a01 100644 --- a/Data/User/GameConfig/GXSE8P.ini +++ b/Data/User/GameConfig/GXSE8P.ini @@ -1,9 +1,22 @@ # GXSE8P - SonicAdventureDX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/GXSP8P.ini b/Data/User/GameConfig/GXSP8P.ini index 97bf5797f5..7293efdff4 100644 --- a/Data/User/GameConfig/GXSP8P.ini +++ b/Data/User/GameConfig/GXSP8P.ini @@ -1,9 +1,20 @@ # GXSP8P - SonicAdventureDX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $999 Rings 038C28E5 18000000 027884C8 000003E6 @@ -36,3 +47,4 @@ $Gouraud Shading $All Emblems 038C294C 18000000 043594E8 388000FF + diff --git a/Data/User/GameConfig/GXXE01.ini b/Data/User/GameConfig/GXXE01.ini index f18d342d29..258d114a9b 100644 --- a/Data/User/GameConfig/GXXE01.ini +++ b/Data/User/GameConfig/GXXE01.ini @@ -1,19 +1,33 @@ -# GXXE01 - POKeMON XD -[Core] Values set here will override the main dolphin settings. -BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = HLE music fades in and out. If EFB scale is not integral, 1x, 2x or 3x serious texture glitches occur -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 +# GXXE01 - POKeMON XD + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = HLE music fades in and out. If EFB scale is not integral, 1x, 2x or 3x serious texture glitches occur + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/GXXP01.ini b/Data/User/GameConfig/GXXP01.ini index 96db3fdd6a..047d81dca2 100644 --- a/Data/User/GameConfig/GXXP01.ini +++ b/Data/User/GameConfig/GXXP01.ini @@ -1,19 +1,33 @@ -# GXXP01 - POKeMON XD -[Core] Values set here will override the main dolphin settings. -BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = HLE music fades in and out. If EFB scale is not integral, 1x, 2x or 3x serious texture glitches occur -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 +# GXXP01 - POKeMON XD + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = HLE music fades in and out. If EFB scale is not integral, 1x, 2x or 3x serious texture glitches occur + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/GY2E01.ini b/Data/User/GameConfig/GY2E01.ini index eeb24bbc7e..81a717b142 100644 --- a/Data/User/GameConfig/GY2E01.ini +++ b/Data/User/GameConfig/GY2E01.ini @@ -1,7 +1,19 @@ # GY2E01 - Donkey Konga 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GYAE78.ini b/Data/User/GameConfig/GYAE78.ini index 8164369d47..7b0f6e2eb6 100644 --- a/Data/User/GameConfig/GYAE78.ini +++ b/Data/User/GameConfig/GYAE78.ini @@ -1,8 +1,20 @@ # GYAE78 - Barnyard -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad texture problem, not playable! -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GYBP01.ini b/Data/User/GameConfig/GYBP01.ini index 269c0e6d06..0d1a4660ba 100644 --- a/Data/User/GameConfig/GYBP01.ini +++ b/Data/User/GameConfig/GYBP01.ini @@ -1,6 +1,18 @@ # GYBP01 - DONKEY KONG JUNGLE BEAT -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GYFEA4.ini b/Data/User/GameConfig/GYFEA4.ini index 7748686aec..4a53107b4a 100644 --- a/Data/User/GameConfig/GYFEA4.ini +++ b/Data/User/GameConfig/GYFEA4.ini @@ -1,10 +1,22 @@ # GYFEA4 - Yu-Gi-Oh! The Falsebound Kingdom -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/GYKEB2.ini b/Data/User/GameConfig/GYKEB2.ini index ecd4f90fde..e43e81d83a 100644 --- a/Data/User/GameConfig/GYKEB2.ini +++ b/Data/User/GameConfig/GYKEB2.ini @@ -1,11 +1,22 @@ # GYKEB2 - Zatch Bell! Mamodo Battles -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/GYQP01.ini b/Data/User/GameConfig/GYQP01.ini index eda9fa99d9..da29f3c066 100644 --- a/Data/User/GameConfig/GYQP01.ini +++ b/Data/User/GameConfig/GYQP01.ini @@ -1,6 +1,18 @@ # GYQP01 - MARIO SUPERSTAR BASEBALL -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GYRE41.ini b/Data/User/GameConfig/GYRE41.ini index 64092504aa..23227a05e6 100644 --- a/Data/User/GameConfig/GYRE41.ini +++ b/Data/User/GameConfig/GYRE41.ini @@ -1,8 +1,20 @@ # GYRE41 - TMNT -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Need Projection Before R945 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GYWD41.ini b/Data/User/GameConfig/GYWD41.ini index 97437f947d..b6d17de522 100644 --- a/Data/User/GameConfig/GYWD41.ini +++ b/Data/User/GameConfig/GYWD41.ini @@ -1,15 +1,27 @@ # GYWD41 - Harvest Moon: A Wonderful Life -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GYWEE9.ini b/Data/User/GameConfig/GYWEE9.ini index c42f850e64..7c1b84e345 100644 --- a/Data/User/GameConfig/GYWEE9.ini +++ b/Data/User/GameConfig/GYWEE9.ini @@ -1,15 +1,27 @@ # GYWEE9 - Harvest Moon: A Wonderful Life -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GYWP41.ini b/Data/User/GameConfig/GYWP41.ini index 49a4ba2f05..f95bd02d48 100644 --- a/Data/User/GameConfig/GYWP41.ini +++ b/Data/User/GameConfig/GYWP41.ini @@ -1,15 +1,27 @@ # GYWP41 - Harvest Moon: A Wonderful Life -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/GZ2E01.ini b/Data/User/GameConfig/GZ2E01.ini index e4de22aad5..7036618cf3 100644 --- a/Data/User/GameConfig/GZ2E01.ini +++ b/Data/User/GameConfig/GZ2E01.ini @@ -1,12 +1,22 @@ # GZ2E01 - The Legend of Zelda: Twilight Princess + [Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="low FPS in big areas" -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Infinite Health 004061C3 00000050 $Max Health @@ -1474,20 +1484,22 @@ $Item Slots 17-20 (Twilight Spectre) 0440626C 00000000 $Item Slots 21-24 (Twilight Spectre) 04406270 00000000 -[Core] + [Video] ZTPSpeedupHack = 1 ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCache = False +SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True -[Video_Settings] -SafeTextureCache = False -SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GZ2J01.ini b/Data/User/GameConfig/GZ2J01.ini index f2f3b3d48f..b7b062efd7 100644 --- a/Data/User/GameConfig/GZ2J01.ini +++ b/Data/User/GameConfig/GZ2J01.ini @@ -1,28 +1,38 @@ # GZ2J01 - The Legend of Zelda: Twilight Princess + [Core] +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="low FPS in big areas" -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] -[Core] +# Add action replay cheats here. + [Video] ZTPSpeedupHack = 1 ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCache = False +SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True -[Video_Settings] -SafeTextureCache = False -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] diff --git a/Data/User/GameConfig/GZ2P01.ini b/Data/User/GameConfig/GZ2P01.ini index 1f717e63c5..6461db4da3 100644 --- a/Data/User/GameConfig/GZ2P01.ini +++ b/Data/User/GameConfig/GZ2P01.ini @@ -1,14 +1,21 @@ # GZ2P01 - The Legend of Zelda Twilight Princess + [Core] -#Values set here will override the main dolphin settings. -[Speedhacks] -0x803420bc=200 +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $Infinite Health 00408163 00000050 $Max Health @@ -72,19 +79,25 @@ $One Tear Fills 3rd Vessel of Light D776EB56 1475A9C0 28408276 0000000F 00408276 0000000F + [Video] ZTPSpeedupHack = 1 ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCache = False +SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True -[Video_Settings] -SafeTextureCache = False -SafeTextureCacheColorSamples = 512 + +[Speedhacks] +0x803420bc=200 + diff --git a/Data/User/GameConfig/GZ3E70.ini b/Data/User/GameConfig/GZ3E70.ini index 8367ab7980..5cf9c3d430 100644 --- a/Data/User/GameConfig/GZ3E70.ini +++ b/Data/User/GameConfig/GZ3E70.ini @@ -1,10 +1,21 @@ # GZ3E70 - Dragon Ball Z 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. $P1 Infinite Health 04304DE0 45DAC000 $P1 Dies With 1 Hit @@ -39,6 +50,4 @@ $Have All Capsules! (Edit A Skill and Save To Activate) 005447E9 00000009 005447F4 00000009 005447FF 00000009 -[Video] -[Gecko] diff --git a/Data/User/GameConfig/GZ3PB2.ini b/Data/User/GameConfig/GZ3PB2.ini index 959ffe7a71..df82fcb61a 100644 --- a/Data/User/GameConfig/GZ3PB2.ini +++ b/Data/User/GameConfig/GZ3PB2.ini @@ -1,7 +1,19 @@ # GZ3PB2 - Dragon Ball Z Budokai 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="FullSpeed ingame But half Screen view...Bug?" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GZEE70.ini b/Data/User/GameConfig/GZEE70.ini index 270e6220c5..e9663b6ed9 100644 --- a/Data/User/GameConfig/GZEE70.ini +++ b/Data/User/GameConfig/GZEE70.ini @@ -1,19 +1,32 @@ -# GZEE70 - Dragon Ball Z Sagas -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -Issues="Playable,but sometimes slowdown FPS maybe is patched" -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +# GZEE70 - Dragon Ball Z Sagas + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +Issues="Playable,but sometimes slowdown FPS maybe is patched" +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GZLE01.ini b/Data/User/GameConfig/GZLE01.ini index 6e4b89ec8b..86edfa67fb 100644 --- a/Data/User/GameConfig/GZLE01.ini +++ b/Data/User/GameConfig/GZLE01.ini @@ -1,10 +1,20 @@ # GZLE01 - The Legend of Zelda The Wind Waker + +[Core] +# Values set here will override the main dolphin settings. +DSPThread = False +DSPHLE = False + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. $Fix item hang 0x802904B4:dword:0x4E800020 $Max health @@ -19,7 +29,9 @@ $Snow test room 0x803C9D44:dword:0x000000FF 0x803C9D48:dword:0x49546573 0x803C9D4C:dword:0x74363200 + [ActionReplay] +# Add action replay cheats here. $Shadow Link 423BCDA0 00BCFFFF 423BCDA0 00BDFF87 @@ -344,17 +356,15 @@ $Test room 14 - Hold (L + R+ B) $Unrestricted Camera 04356D34 45000000 04356D48 42B00000 -[Core] -DSPThread = False -DSPHLE = False + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True EFBToTextureEnable = False diff --git a/Data/User/GameConfig/GZLJ01.ini b/Data/User/GameConfig/GZLJ01.ini index bcd0ecafcc..8da6a1b970 100644 --- a/Data/User/GameConfig/GZLJ01.ini +++ b/Data/User/GameConfig/GZLJ01.ini @@ -1,10 +1,20 @@ # GZLJ01 - The Legend of Zelda The Wind Waker + +[Core] +# Values set here will override the main dolphin settings. +DSPThread = False +DSPHLE = False + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. $Fix item hang 0x802904B4:dword:0x4E800020 $Max health @@ -19,18 +29,18 @@ $Snow test room 0x803C9D44:dword:0x000000FF 0x803C9D48:dword:0x49546573 0x803C9D4C:dword:0x74363200 + [ActionReplay] -[Core] -DSPThread = False -DSPHLE = False +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True EFBToTextureEnable = False diff --git a/Data/User/GameConfig/GZLP01.ini b/Data/User/GameConfig/GZLP01.ini index efafc56492..94401ff272 100644 --- a/Data/User/GameConfig/GZLP01.ini +++ b/Data/User/GameConfig/GZLP01.ini @@ -1,11 +1,20 @@ # GZLP01 - The Legend of Zelda The Wind Waker + +[Core] +# Values set here will override the main dolphin settings. +DSPThread = False +DSPHLE = False + [EmuState] -#The Emulation State. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. $Fix item hang 0x80295654:dword:0x4E800020 $Max health @@ -20,7 +29,9 @@ $Snow test room 0x803C9D44:dword:0x000000FF 0x803C9D48:dword:0x49546573 0x803C9D4C:dword:0x74363200 + [ActionReplay] +# Add action replay cheats here. $Maximum Health 003CC531 00000050 $Infinite Health @@ -224,18 +235,17 @@ $Test Room 14 (Hold L+R+B) 043D166C 000000FF 043D1670 4B5F5465 043D1674 73746500 -[Core] -DSPThread = False -DSPHLE = False + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/GZMP7D.ini b/Data/User/GameConfig/GZMP7D.ini index 6021e59051..0eaeede32a 100644 --- a/Data/User/GameConfig/GZMP7D.ini +++ b/Data/User/GameConfig/GZMP7D.ini @@ -1,7 +1,19 @@ # GZMP7D - Butt Ugly Martians Zoom or Doom -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GZPE70.ini b/Data/User/GameConfig/GZPE70.ini index 4218ea3b89..6ad606417c 100644 --- a/Data/User/GameConfig/GZPE70.ini +++ b/Data/User/GameConfig/GZPE70.ini @@ -1,18 +1,31 @@ # GZPE70 - Zapper -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GZPP70.ini b/Data/User/GameConfig/GZPP70.ini index 08bb058920..f430f558c0 100644 --- a/Data/User/GameConfig/GZPP70.ini +++ b/Data/User/GameConfig/GZPP70.ini @@ -1,18 +1,31 @@ # GZPP70 - Zapper -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/GZSE70.ini b/Data/User/GameConfig/GZSE70.ini index eaa79930b7..3780da4f1b 100644 --- a/Data/User/GameConfig/GZSE70.ini +++ b/Data/User/GameConfig/GZSE70.ini @@ -1,7 +1,19 @@ # GZSE70 - Zoids: Battle Legends -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Bad sound, Repeat constantly" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/GZWE01.ini b/Data/User/GameConfig/GZWE01.ini index 5f6416f088..ebcffa0557 100644 --- a/Data/User/GameConfig/GZWE01.ini +++ b/Data/User/GameConfig/GZWE01.ini @@ -1,19 +1,30 @@ -# GZWE01 - WarioWare, Inc. Mega Party Games -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Need Save texture cache,graphic glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Video_Hacks] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +# GZWE01 - WarioWare, Inc. Mega Party Games + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Need Save texture cache,graphic glitches + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/GZWP01.ini b/Data/User/GameConfig/GZWP01.ini index fb12e91396..fce84240a5 100644 --- a/Data/User/GameConfig/GZWP01.ini +++ b/Data/User/GameConfig/GZWP01.ini @@ -1,19 +1,30 @@ -# GZWP01 - WarioWare, Inc. Mega Party Games -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Need Save texture cache,graphic glitches -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Video_Hacks] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] \ No newline at end of file +# GZWP01 - WarioWare, Inc. Mega Party Games + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 3 +EmulationIssues = Need Save texture cache,graphic glitches + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/HAAA01.ini b/Data/User/GameConfig/HAAA01.ini index d8a010e271..b7636abef8 100644 --- a/Data/User/GameConfig/HAAA01.ini +++ b/Data/User/GameConfig/HAAA01.ini @@ -1,9 +1,22 @@ -# HAAA01 - Photo Channel -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# HAAA01 - Photo Channel + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/HACA01.ini b/Data/User/GameConfig/HACA01.ini index baf23b9b89..8d7201cf8a 100644 --- a/Data/User/GameConfig/HACA01.ini +++ b/Data/User/GameConfig/HACA01.ini @@ -1,11 +1,25 @@ -# HACA01 - Mii Channel -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# HACA01 - Mii Channel + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/HADE01.ini b/Data/User/GameConfig/HADE01.ini index 254f87bac6..07ae1c7654 100644 --- a/Data/User/GameConfig/HADE01.ini +++ b/Data/User/GameConfig/HADE01.ini @@ -1,9 +1,22 @@ -# HADE01 - Internet Channel -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# HADE01 - Internet Channel + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/HAXXHB.ini b/Data/User/GameConfig/HAXXHB.ini index 2f1bfcf5a6..77bacc3a80 100644 --- a/Data/User/GameConfig/HAXXHB.ini +++ b/Data/User/GameConfig/HAXXHB.ini @@ -1,9 +1,22 @@ # HAXXHB - HomeBrew Channel -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/HAYA01.ini b/Data/User/GameConfig/HAYA01.ini index fc494e90b8..21ad9d1c2d 100644 --- a/Data/User/GameConfig/HAYA01.ini +++ b/Data/User/GameConfig/HAYA01.ini @@ -1,10 +1,23 @@ -# HAYA01 - Photo Channel 1.1 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# HAYA01 - Photo Channel 1.1 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] Hack = 0 ProjectionHack = 0 + diff --git a/Data/User/GameConfig/HCFE01.ini b/Data/User/GameConfig/HCFE01.ini index ed686e6086..ea8c6b8194 100644 --- a/Data/User/GameConfig/HCFE01.ini +++ b/Data/User/GameConfig/HCFE01.ini @@ -1,9 +1,22 @@ -# HCFE01 - Wii Speak Channel -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# HCFE01 - Wii Speak Channel + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 EmulationIssues = Not WiiConnect24 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/JAAE01.ini b/Data/User/GameConfig/JAAE01.ini index 96dab75a98..7e77e1c5ea 100644 --- a/Data/User/GameConfig/JAAE01.ini +++ b/Data/User/GameConfig/JAAE01.ini @@ -1,17 +1,30 @@ -# JAAE01 - Super Mario World -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# JAAE01 - Super Mario World + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/JACP01.ini b/Data/User/GameConfig/JACP01.ini index 9400df05d6..a7b52cb5b7 100644 --- a/Data/User/GameConfig/JACP01.ini +++ b/Data/User/GameConfig/JACP01.ini @@ -1,16 +1,28 @@ -# JACP01 - F-Zero -[Core] Values set here will override the main dolphin settings. +# JACP01 - F-Zero + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF=True -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/JADE01.ini b/Data/User/GameConfig/JADE01.ini index ef4996c675..3d6627c176 100644 --- a/Data/User/GameConfig/JADE01.ini +++ b/Data/User/GameConfig/JADE01.ini @@ -1,9 +1,22 @@ -# JADE01 - The Legend of Zelda A Link to the Past -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# JADE01 - The Legend of Zelda A Link to the Past + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/JAEE01.ini b/Data/User/GameConfig/JAEE01.ini index 136ba5f4b8..37fd1a4007 100644 --- a/Data/User/GameConfig/JAEE01.ini +++ b/Data/User/GameConfig/JAEE01.ini @@ -1,9 +1,19 @@ # JAEE01 - Donkey Kong Country -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -[Gecko] +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/JBKP01.ini b/Data/User/GameConfig/JBKP01.ini index 28a848d52d..a2cb04bad0 100644 --- a/Data/User/GameConfig/JBKP01.ini +++ b/Data/User/GameConfig/JBKP01.ini @@ -1,15 +1,27 @@ -# JBKP01 - -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# JBKP01 - + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/JODIHB.ini b/Data/User/GameConfig/JODIHB.ini index c68558dc63..d51796dc13 100644 --- a/Data/User/GameConfig/JODIHB.ini +++ b/Data/User/GameConfig/JODIHB.ini @@ -1,7 +1,19 @@ # JODIHB - Unknown -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/NAAE01.ini b/Data/User/GameConfig/NAAE01.ini index d7b57298f7..430d8850fc 100644 --- a/Data/User/GameConfig/NAAE01.ini +++ b/Data/User/GameConfig/NAAE01.ini @@ -1,9 +1,22 @@ -# NAAE01 - Super Mario 64 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# NAAE01 - Super Mario 64 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/NAAP01.ini b/Data/User/GameConfig/NAAP01.ini index c85d24e7ee..7f80d5e3a9 100644 --- a/Data/User/GameConfig/NAAP01.ini +++ b/Data/User/GameConfig/NAAP01.ini @@ -1,7 +1,19 @@ # NAAP01 - Super Mario 64 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Slow and no sound -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/NABE01.ini b/Data/User/GameConfig/NABE01.ini index 23387445af..46f831fbfd 100644 --- a/Data/User/GameConfig/NABE01.ini +++ b/Data/User/GameConfig/NABE01.ini @@ -1,10 +1,23 @@ -# NABE01 - Mario Kart 64 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# NABE01 - Mario Kart 64 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] Hack = -1 ProjectionHack = 0 + diff --git a/Data/User/GameConfig/NACE01.ini b/Data/User/GameConfig/NACE01.ini index 548fefc9ac..9fcdab774c 100644 --- a/Data/User/GameConfig/NACE01.ini +++ b/Data/User/GameConfig/NACE01.ini @@ -1,9 +1,22 @@ -# NACE01 - Zelda: Ocarina -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# NACE01 - Zelda: Ocarina + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/NAEE01.ini b/Data/User/GameConfig/NAEE01.ini index 1b51261866..75a172b709 100644 --- a/Data/User/GameConfig/NAEE01.ini +++ b/Data/User/GameConfig/NAEE01.ini @@ -1,19 +1,34 @@ # NAEE01 - Paper Mario + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +FastDepthCalc = True + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True -[Video_Settings] -FastDepthCalc = True + diff --git a/Data/User/GameConfig/NAFP01.ini b/Data/User/GameConfig/NAFP01.ini index 405b3b56ba..967d15a315 100644 --- a/Data/User/GameConfig/NAFP01.ini +++ b/Data/User/GameConfig/NAFP01.ini @@ -1,9 +1,22 @@ -# NAFP01 - F-Zero X -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# NAFP01 - F-Zero X + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/NAKP01.ini b/Data/User/GameConfig/NAKP01.ini index 0852a87138..83fea4f599 100644 --- a/Data/User/GameConfig/NAKP01.ini +++ b/Data/User/GameConfig/NAKP01.ini @@ -1,7 +1,19 @@ -# NAKP01 - Pokmon Snap -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# NAKP01 - Pokémon Snap + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 EmulationIssues = Controlls won't work in-game -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/NANE01.ini b/Data/User/GameConfig/NANE01.ini index 6bcc4e62b7..e56182dc67 100644 --- a/Data/User/GameConfig/NANE01.ini +++ b/Data/User/GameConfig/NANE01.ini @@ -1,7 +1,19 @@ -# NANE01 - Pokmon Puzzle -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# NANE01 - Pokémon Puzzle + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Timer bug -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/NARP01.ini b/Data/User/GameConfig/NARP01.ini index cad2aa0c57..1f5b6fdeb0 100644 --- a/Data/User/GameConfig/NARP01.ini +++ b/Data/User/GameConfig/NARP01.ini @@ -1,7 +1,19 @@ # NARP01 - Zelda: Majora's Mask -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Very buggy -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/PC6E01.ini b/Data/User/GameConfig/PC6E01.ini index ea37196cfc..e8de3e375c 100644 --- a/Data/User/GameConfig/PC6E01.ini +++ b/Data/User/GameConfig/PC6E01.ini @@ -1,15 +1,27 @@ # PC6E01 - Pokemon Colosseum Bonus Disc -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 EmulationIssues = Menu works but videos do not play, and GCN/GBA emulation is too slow for Jirachi transfer. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/PM4E01.ini b/Data/User/GameConfig/PM4E01.ini index f2c614dded..06ff31f732 100644 --- a/Data/User/GameConfig/PM4E01.ini +++ b/Data/User/GameConfig/PM4E01.ini @@ -1,15 +1,27 @@ # PM4E01 - Mario Kart: Double Dash!! Bonus Disc -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Everything works with minor glitches, except Star Wars Rogue Squadron III -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/PRJE01.ini b/Data/User/GameConfig/PRJE01.ini index 7b98703105..eee1917300 100644 --- a/Data/User/GameConfig/PRJE01.ini +++ b/Data/User/GameConfig/PRJE01.ini @@ -1,7 +1,19 @@ # PRJE01 - PAC-MAN vs. -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 Issues="Needs GameBoy controller on slot 4" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/PZLE01.ini b/Data/User/GameConfig/PZLE01.ini index 923da71fbc..7c95a2384b 100644 --- a/Data/User/GameConfig/PZLE01.ini +++ b/Data/User/GameConfig/PZLE01.ini @@ -1,17 +1,27 @@ # PZLE01 - The Legend of Zelda: Collector's Edition -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Minor video glitches when pausing -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -[Video_Hacks] \ No newline at end of file +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/PZLJ01.ini b/Data/User/GameConfig/PZLJ01.ini index 7560642e22..385510c155 100644 --- a/Data/User/GameConfig/PZLJ01.ini +++ b/Data/User/GameConfig/PZLJ01.ini @@ -1,17 +1,27 @@ # PZLJ01 - The Legend of Zelda: Collector's Edition -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Minor video glitches when pausing -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -[Video_Hacks] \ No newline at end of file +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/PZLP01.ini b/Data/User/GameConfig/PZLP01.ini index b18dcea7d7..9e00634e8f 100644 --- a/Data/User/GameConfig/PZLP01.ini +++ b/Data/User/GameConfig/PZLP01.ini @@ -1,17 +1,27 @@ # PZLP01 - The Legend of Zelda: Collector's Edition -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Minor video glitches when pausing -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -[Video_Hacks] \ No newline at end of file +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/R22E01.ini b/Data/User/GameConfig/R22E01.ini index c494ee5e12..7fb6869086 100644 --- a/Data/User/GameConfig/R22E01.ini +++ b/Data/User/GameConfig/R22E01.ini @@ -1,20 +1,33 @@ -# R22E01 - FlingSmash -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBEmulateFormatChanges = True -[Wii] +# R22E01 - FlingSmash + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R22J01.ini b/Data/User/GameConfig/R22J01.ini index 94aeac02f3..14463c5666 100644 --- a/Data/User/GameConfig/R22J01.ini +++ b/Data/User/GameConfig/R22J01.ini @@ -1,20 +1,33 @@ -# R22J01 - Tataite Hazumu: Super Smash Ball Plus -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBEmulateFormatChanges = True -[Wii] +# R22J01 - Tataite Hazumu: Super Smash Ball Plus + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R22P01.ini b/Data/User/GameConfig/R22P01.ini index 8fb637216f..5d61aff337 100644 --- a/Data/User/GameConfig/R22P01.ini +++ b/Data/User/GameConfig/R22P01.ini @@ -1,20 +1,33 @@ -# R22P01 - FlingSmash -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBEmulateFormatChanges = True -[Wii] +# R22P01 - FlingSmash + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R29P52.ini b/Data/User/GameConfig/R29P52.ini index 865c4d39b9..6074a49161 100644 --- a/Data/User/GameConfig/R29P52.ini +++ b/Data/User/GameConfig/R29P52.ini @@ -1,6 +1,18 @@ # R29P52 - Millennium Series Championship Paintball 2009 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R2GEXJ.ini b/Data/User/GameConfig/R2GEXJ.ini index 40208d8153..2d04ace8b2 100644 --- a/Data/User/GameConfig/R2GEXJ.ini +++ b/Data/User/GameConfig/R2GEXJ.ini @@ -1,21 +1,35 @@ # R2GEXJ - FRAGILE DREAMS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Minimap needs emulate format changes to work. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] DlistCachingEnable = False EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R2GJAF.ini b/Data/User/GameConfig/R2GJAF.ini index ff4a1885cd..030dce8cfb 100644 --- a/Data/User/GameConfig/R2GJAF.ini +++ b/Data/User/GameConfig/R2GJAF.ini @@ -1,21 +1,35 @@ # R2GJAF - FRAGILE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Minimap needs emulate format changes to work. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] DlistCachingEnable = False EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R2GP99.ini b/Data/User/GameConfig/R2GP99.ini index a35a2d475c..a8163c4389 100644 --- a/Data/User/GameConfig/R2GP99.ini +++ b/Data/User/GameConfig/R2GP99.ini @@ -1,21 +1,35 @@ # R2GP99 - FRAGILE DREAMS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Minimap needs emulate format changes to work. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] DlistCachingEnable = False EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R2JJAF.ini b/Data/User/GameConfig/R2JJAF.ini index feba9023d3..1b06ec0475 100644 --- a/Data/User/GameConfig/R2JJAF.ini +++ b/Data/User/GameConfig/R2JJAF.ini @@ -1,7 +1,19 @@ # R2JJAF - TAIKO Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R2KP54.ini b/Data/User/GameConfig/R2KP54.ini index 4f807e1f7f..e7db763b7f 100644 --- a/Data/User/GameConfig/R2KP54.ini +++ b/Data/User/GameConfig/R2KP54.ini @@ -1,14 +1,27 @@ # R2KP54 - DON KING BOXING -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = +PH_ZNear = PH_ZFar = 0.1 + diff --git a/Data/User/GameConfig/R2TE41.ini b/Data/User/GameConfig/R2TE41.ini index 161fae9adf..2fbc5605d6 100644 --- a/Data/User/GameConfig/R2TE41.ini +++ b/Data/User/GameConfig/R2TE41.ini @@ -1,7 +1,19 @@ # R2TE41 - TMNT: Smash-Up Cowabunga! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. \ No newline at end of file +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R2UE8P.ini b/Data/User/GameConfig/R2UE8P.ini index 7f7792eb6e..98a163bd42 100644 --- a/Data/User/GameConfig/R2UE8P.ini +++ b/Data/User/GameConfig/R2UE8P.ini @@ -1,10 +1,22 @@ # R2UE8P - Let'sTAP -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/R2VJ01.ini b/Data/User/GameConfig/R2VJ01.ini index 33f5202990..702c39e86f 100644 --- a/Data/User/GameConfig/R2VJ01.ini +++ b/Data/User/GameConfig/R2VJ01.ini @@ -1,7 +1,19 @@ # R2VJ01 - Sin and Punishment 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R2VP01.ini b/Data/User/GameConfig/R2VP01.ini index 95863931b3..c708e83d9f 100644 --- a/Data/User/GameConfig/R2VP01.ini +++ b/Data/User/GameConfig/R2VP01.ini @@ -1,10 +1,22 @@ # R2VP01 - Sin and Punishment 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/R3BE8P.ini b/Data/User/GameConfig/R3BE8P.ini index dad75b0880..e1c4357439 100644 --- a/Data/User/GameConfig/R3BE8P.ini +++ b/Data/User/GameConfig/R3BE8P.ini @@ -1,18 +1,30 @@ # R3BE8P - SambaDeAmigo -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use direct x 11 plugin (r6898). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False diff --git a/Data/User/GameConfig/R3BJ8P.ini b/Data/User/GameConfig/R3BJ8P.ini index 7c633df243..25feaf3cc0 100644 --- a/Data/User/GameConfig/R3BJ8P.ini +++ b/Data/User/GameConfig/R3BJ8P.ini @@ -1,18 +1,31 @@ # R3BJ8P - SambaDeAmigo -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use direct x 11 plugin (r6898). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + diff --git a/Data/User/GameConfig/R3BP8P.ini b/Data/User/GameConfig/R3BP8P.ini index cb82fa95bd..462fee827a 100644 --- a/Data/User/GameConfig/R3BP8P.ini +++ b/Data/User/GameConfig/R3BP8P.ini @@ -1,18 +1,30 @@ # R3BP8P - SambaDeAmigo -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use direct x 11 plugin (r6898). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False diff --git a/Data/User/GameConfig/R3CE20.ini b/Data/User/GameConfig/R3CE20.ini index 1f914ba6a1..8d6a9d007a 100644 --- a/Data/User/GameConfig/R3CE20.ini +++ b/Data/User/GameConfig/R3CE20.ini @@ -1,6 +1,18 @@ # R3CE20 - Chrysler Classic Racing -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R3DES5.ini b/Data/User/GameConfig/R3DES5.ini index 6e986ea0f3..7f795a06d8 100644 --- a/Data/User/GameConfig/R3DES5.ini +++ b/Data/User/GameConfig/R3DES5.ini @@ -1,18 +1,31 @@ # R3DES5 - Dream Pinball 3d -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Automatic framelimit is problematic. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/R3DPS5.ini b/Data/User/GameConfig/R3DPS5.ini index f0d2c21b46..f562dd4512 100644 --- a/Data/User/GameConfig/R3DPS5.ini +++ b/Data/User/GameConfig/R3DPS5.ini @@ -1,18 +1,31 @@ # R3DPS5 - Dream Pinball 3d -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Automatic framelimit is problematic. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/R3GXUG.ini b/Data/User/GameConfig/R3GXUG.ini index 2268df83dc..2c4796c10e 100644 --- a/Data/User/GameConfig/R3GXUG.ini +++ b/Data/User/GameConfig/R3GXUG.ini @@ -1,6 +1,18 @@ # R3GXUG - Crazy Mini Golf -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R3ME01.ini b/Data/User/GameConfig/R3ME01.ini index 4c891c14b1..b7e4af0f4d 100644 --- a/Data/User/GameConfig/R3ME01.ini +++ b/Data/User/GameConfig/R3ME01.ini @@ -1,19 +1,31 @@ -# R3ME01 - Metroid Prime Trilogy -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Disable EuRGB60(PAL60) to avoid a black bar appearing. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True -[Wii] +# R3ME01 - Metroid Prime Trilogy + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Disable EuRGB60(PAL60) to avoid a black bar appearing. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R3MP01.ini b/Data/User/GameConfig/R3MP01.ini index 71938b821a..df74eae201 100644 --- a/Data/User/GameConfig/R3MP01.ini +++ b/Data/User/GameConfig/R3MP01.ini @@ -1,19 +1,31 @@ -# R3MP01 - Metroid Prime Trilogy -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Disable EuRGB60(PAL60) to avoid a black bar appearing. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True -[Wii] +# R3MP01 - Metroid Prime Trilogy + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Disable EuRGB60(PAL60) to avoid a black bar appearing. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R3NEXS.ini b/Data/User/GameConfig/R3NEXS.ini index 2741dd6fdb..73752c2338 100644 --- a/Data/User/GameConfig/R3NEXS.ini +++ b/Data/User/GameConfig/R3NEXS.ini @@ -1,13 +1,25 @@ -# R3NEXS - Guilty Gear XX AC Plus -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# R3NEXS - Guilty Gear XX AC Plus + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/R3NPH3.ini b/Data/User/GameConfig/R3NPH3.ini index f2b267311e..969a58dd82 100644 --- a/Data/User/GameConfig/R3NPH3.ini +++ b/Data/User/GameConfig/R3NPH3.ini @@ -1,13 +1,25 @@ -# R3NPH3 - Guilty Gear XX AC Plus -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# R3NPH3 - Guilty Gear XX AC Plus + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/R3OE01.ini b/Data/User/GameConfig/R3OE01.ini index c6261c3fe1..935f38795a 100644 --- a/Data/User/GameConfig/R3OE01.ini +++ b/Data/User/GameConfig/R3OE01.ini @@ -1,19 +1,30 @@ -# R3OE01 - Metroid: Other M -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 1 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Wii] +# R3OE01 - Metroid: Other M + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 1 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/R3OJ01.ini b/Data/User/GameConfig/R3OJ01.ini index 80de07feaf..27e0275b2b 100644 --- a/Data/User/GameConfig/R3OJ01.ini +++ b/Data/User/GameConfig/R3OJ01.ini @@ -1,17 +1,30 @@ -# R3OJ01 - Metroid: Other M -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 1 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# R3OJ01 - Metroid: Other M + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 1 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/R3OP01.ini b/Data/User/GameConfig/R3OP01.ini index 8095acc581..7d2d9995f1 100644 --- a/Data/User/GameConfig/R3OP01.ini +++ b/Data/User/GameConfig/R3OP01.ini @@ -1,17 +1,30 @@ -# R3OP01 - Metroid: Other M -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 1 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# R3OP01 - Metroid: Other M + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 1 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/R3RE8P.ini b/Data/User/GameConfig/R3RE8P.ini index ace666c99e..23959f3e2c 100644 --- a/Data/User/GameConfig/R3RE8P.ini +++ b/Data/User/GameConfig/R3RE8P.ini @@ -1,11 +1,22 @@ # R3RE8P - Sonic & Sega All-Stars Racing -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/R3RP8P.ini b/Data/User/GameConfig/R3RP8P.ini index 6e0f621056..c4d8670718 100644 --- a/Data/User/GameConfig/R3RP8P.ini +++ b/Data/User/GameConfig/R3RP8P.ini @@ -1,7 +1,19 @@ # R3RP8P - Sonic & Sega All-Stars Racing -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R3SP52.ini b/Data/User/GameConfig/R3SP52.ini index b533d15ea5..08855d860a 100644 --- a/Data/User/GameConfig/R3SP52.ini +++ b/Data/User/GameConfig/R3SP52.ini @@ -1,7 +1,19 @@ # R3SP52 - Spider Man: Web Of Shadows -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R3TP54.ini b/Data/User/GameConfig/R3TP54.ini index 9f7c6cb32b..ea70513b36 100644 --- a/Data/User/GameConfig/R3TP54.ini +++ b/Data/User/GameConfig/R3TP54.ini @@ -1,14 +1,27 @@ # R3TP54 - TOPSPIN 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = +PH_ZNear = PH_ZFar = 0.1 + diff --git a/Data/User/GameConfig/R46ENS.ini b/Data/User/GameConfig/R46ENS.ini index 8b7a60fd7c..d631495b0e 100644 --- a/Data/User/GameConfig/R46ENS.ini +++ b/Data/User/GameConfig/R46ENS.ini @@ -1,11 +1,22 @@ # R46ENS - PHANTOM BRAVE Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/R49P01.ini b/Data/User/GameConfig/R49P01.ini index 2014efeef5..e308e6f76b 100644 --- a/Data/User/GameConfig/R49P01.ini +++ b/Data/User/GameConfig/R49P01.ini @@ -1,9 +1,22 @@ # R49P01 - DONKEY KONG JUNGLE BEAT WII -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/R4BPGT.ini b/Data/User/GameConfig/R4BPGT.ini index 9385240c48..df3f5a8c53 100644 --- a/Data/User/GameConfig/R4BPGT.ini +++ b/Data/User/GameConfig/R4BPGT.ini @@ -1,6 +1,18 @@ # R4BPGT - table football -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R4EE01.ini b/Data/User/GameConfig/R4EE01.ini index 68cd650b3b..e570295507 100644 --- a/Data/User/GameConfig/R4EE01.ini +++ b/Data/User/GameConfig/R4EE01.ini @@ -1,20 +1,31 @@ # R4EE01 - Endless Ocean Blue World -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True -[Video_Enhancements] diff --git a/Data/User/GameConfig/R4EJ01.ini b/Data/User/GameConfig/R4EJ01.ini index 422271a286..e4fdcc9855 100644 --- a/Data/User/GameConfig/R4EJ01.ini +++ b/Data/User/GameConfig/R4EJ01.ini @@ -1,20 +1,31 @@ # R4EJ01 - FOREVER BLUE 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True -[Video_Enhancements] diff --git a/Data/User/GameConfig/R4EP01.ini b/Data/User/GameConfig/R4EP01.ini index b08539dade..f2458cf1c8 100644 --- a/Data/User/GameConfig/R4EP01.ini +++ b/Data/User/GameConfig/R4EP01.ini @@ -1,20 +1,31 @@ # R4EP01 - Endless Ocean 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True -[Video_Enhancements] diff --git a/Data/User/GameConfig/R4QE01.ini b/Data/User/GameConfig/R4QE01.ini index e822d53161..fe9e62a6ed 100644 --- a/Data/User/GameConfig/R4QE01.ini +++ b/Data/User/GameConfig/R4QE01.ini @@ -1,19 +1,30 @@ -# R4QE01 - Mario Strikers Charged -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# R4QE01 - Mario Strikers Charged + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R4QJ01.ini b/Data/User/GameConfig/R4QJ01.ini index 14bef2a3e5..6fdfe5aefd 100644 --- a/Data/User/GameConfig/R4QJ01.ini +++ b/Data/User/GameConfig/R4QJ01.ini @@ -1,19 +1,30 @@ -# R4QJ01 - Mario Strikers Charged -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# R4QJ01 - Mario Strikers Charged + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R4QK01.ini b/Data/User/GameConfig/R4QK01.ini index 2fb7675fd4..724fdb6a3d 100644 --- a/Data/User/GameConfig/R4QK01.ini +++ b/Data/User/GameConfig/R4QK01.ini @@ -1,19 +1,30 @@ -# R4QK01 - Mario Power Soccer -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# R4QK01 - Mario Power Soccer + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R4QP01.ini b/Data/User/GameConfig/R4QP01.ini index 54fa2ec234..7989f34c4b 100644 --- a/Data/User/GameConfig/R4QP01.ini +++ b/Data/User/GameConfig/R4QP01.ini @@ -1,19 +1,30 @@ -# R4QP01 - Mario Strikers Charged -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# R4QP01 - Mario Strikers Charged + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R4RP69.ini b/Data/User/GameConfig/R4RP69.ini index 43d27dffb5..a5d3b12916 100644 --- a/Data/User/GameConfig/R4RP69.ini +++ b/Data/User/GameConfig/R4RP69.ini @@ -1,9 +1,22 @@ # R4RP69 - FIFA 10 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/R4ZJ01.ini b/Data/User/GameConfig/R4ZJ01.ini index 40a38c0c7d..78ba97cb8a 100644 --- a/Data/User/GameConfig/R4ZJ01.ini +++ b/Data/User/GameConfig/R4ZJ01.ini @@ -1,18 +1,30 @@ # R4ZJ01 - Zero4 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True diff --git a/Data/User/GameConfig/R5DE5G.ini b/Data/User/GameConfig/R5DE5G.ini index 4d99e04a3c..de6618040c 100644 --- a/Data/User/GameConfig/R5DE5G.ini +++ b/Data/User/GameConfig/R5DE5G.ini @@ -1,19 +1,31 @@ # R5DE5G - Flip's Twisted World -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. SkipIdle = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Idle skipping causes speed issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R5IE4Q.ini b/Data/User/GameConfig/R5IE4Q.ini index 65d857573d..25de5a1c57 100644 --- a/Data/User/GameConfig/R5IE4Q.ini +++ b/Data/User/GameConfig/R5IE4Q.ini @@ -1,19 +1,33 @@ -# R5IE4Q - Toy Story Mania! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -ForceFiltering = False +# R5IE4Q - Toy Story Mania! + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +ForceFiltering = False + diff --git a/Data/User/GameConfig/R5IP4Q.ini b/Data/User/GameConfig/R5IP4Q.ini index 0fb2502410..1821acafbe 100644 --- a/Data/User/GameConfig/R5IP4Q.ini +++ b/Data/User/GameConfig/R5IP4Q.ini @@ -1,19 +1,33 @@ -# R5IP4Q - Toy Story Mania! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -ForceFiltering = False +# R5IP4Q - Toy Story Mania! + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +ForceFiltering = False + diff --git a/Data/User/GameConfig/R5IX4Q.ini b/Data/User/GameConfig/R5IX4Q.ini index 9a2de79663..8258768e23 100644 --- a/Data/User/GameConfig/R5IX4Q.ini +++ b/Data/User/GameConfig/R5IX4Q.ini @@ -1,19 +1,33 @@ -# R5IX4Q - Toy Story Mania! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -ForceFiltering = False +# R5IX4Q - Toy Story Mania! + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +ForceFiltering = False + diff --git a/Data/User/GameConfig/R5VE41.ini b/Data/User/GameConfig/R5VE41.ini index aee51d52b6..ffc33ffbe0 100644 --- a/Data/User/GameConfig/R5VE41.ini +++ b/Data/User/GameConfig/R5VE41.ini @@ -1,17 +1,30 @@ # R5VE41 - James Cameron's AVATAR -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Core] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R5VP41.ini b/Data/User/GameConfig/R5VP41.ini index 417133b83b..1624995a79 100644 --- a/Data/User/GameConfig/R5VP41.ini +++ b/Data/User/GameConfig/R5VP41.ini @@ -1,17 +1,30 @@ # R5VP41 - James Cameron's AVATAR -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Core] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R5VX41.ini b/Data/User/GameConfig/R5VX41.ini index aee51d52b6..ffc33ffbe0 100644 --- a/Data/User/GameConfig/R5VX41.ini +++ b/Data/User/GameConfig/R5VX41.ini @@ -1,17 +1,30 @@ # R5VE41 - James Cameron's AVATAR -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Core] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R5WEA4.ini b/Data/User/GameConfig/R5WEA4.ini index 48b1c5cd12..57979f80ed 100644 --- a/Data/User/GameConfig/R5WEA4.ini +++ b/Data/User/GameConfig/R5WEA4.ini @@ -1,18 +1,30 @@ -# R5WEA4 - Silent Hill: Shattered Memories -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Flashlight glitches (r6521) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Wii] +# R5WEA4 - Silent Hill: Shattered Memories + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Flashlight glitches (r6521) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/R5WJA4.ini b/Data/User/GameConfig/R5WJA4.ini index 25d6076a05..f714736ff6 100644 --- a/Data/User/GameConfig/R5WJA4.ini +++ b/Data/User/GameConfig/R5WJA4.ini @@ -1,18 +1,30 @@ -# R5WJA4 - Silent Hill: Shattered Memories -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Flashlight glitches (r6521) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Wii] +# R5WJA4 - Silent Hill: Shattered Memories + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Flashlight glitches (r6521) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/R64E01.ini b/Data/User/GameConfig/R64E01.ini index d38abcbb03..d9cfe8f54c 100644 --- a/Data/User/GameConfig/R64E01.ini +++ b/Data/User/GameConfig/R64E01.ini @@ -1,17 +1,30 @@ # R64E01 - RVL Wii Music -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R64J01.ini b/Data/User/GameConfig/R64J01.ini index 6b2a66b752..cff783884b 100644 --- a/Data/User/GameConfig/R64J01.ini +++ b/Data/User/GameConfig/R64J01.ini @@ -1,17 +1,30 @@ # R64J01 - RVL Wii Music -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R64K01.ini b/Data/User/GameConfig/R64K01.ini index e59730ce2b..3f913f80ea 100644 --- a/Data/User/GameConfig/R64K01.ini +++ b/Data/User/GameConfig/R64K01.ini @@ -1,17 +1,30 @@ # R64K01 - RVL Wii Music -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R64P01.ini b/Data/User/GameConfig/R64P01.ini index 4ada809cd4..fe5d4f09c4 100644 --- a/Data/User/GameConfig/R64P01.ini +++ b/Data/User/GameConfig/R64P01.ini @@ -1,17 +1,30 @@ # R64P01 - RVL Wii Music -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/R69E36.ini b/Data/User/GameConfig/R69E36.ini index 7a5a72c0eb..a962dd7269 100644 --- a/Data/User/GameConfig/R69E36.ini +++ b/Data/User/GameConfig/R69E36.ini @@ -1,7 +1,19 @@ # R69E36 - Dirt 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R6BE78.ini b/Data/User/GameConfig/R6BE78.ini index 963ed05ebb..93d3ecd1af 100644 --- a/Data/User/GameConfig/R6BE78.ini +++ b/Data/User/GameConfig/R6BE78.ini @@ -1,20 +1,34 @@ # R6BE78 - de Blob -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R6BJ78.ini b/Data/User/GameConfig/R6BJ78.ini index dec4da7dbb..ca9fee658f 100644 --- a/Data/User/GameConfig/R6BJ78.ini +++ b/Data/User/GameConfig/R6BJ78.ini @@ -1,20 +1,34 @@ # R6BJ78 - Blob Colorful Na Kibou -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R6BK78.ini b/Data/User/GameConfig/R6BK78.ini index 1de85fe4c8..daae7f6b76 100644 --- a/Data/User/GameConfig/R6BK78.ini +++ b/Data/User/GameConfig/R6BK78.ini @@ -1,20 +1,34 @@ # R6BK78 - de Blob -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R6BP78.ini b/Data/User/GameConfig/R6BP78.ini index d668b175ba..6e349f9ffa 100644 --- a/Data/User/GameConfig/R6BP78.ini +++ b/Data/User/GameConfig/R6BP78.ini @@ -1,20 +1,34 @@ # R6BP78 - de Blob -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R6BX78.ini b/Data/User/GameConfig/R6BX78.ini index 6448f5d6e0..b9d49a71dd 100644 --- a/Data/User/GameConfig/R6BX78.ini +++ b/Data/User/GameConfig/R6BX78.ini @@ -1,20 +1,34 @@ # R6BX78 - de Blob -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R6NY41.ini b/Data/User/GameConfig/R6NY41.ini index ef2e65ba2d..ce60e0f06d 100644 --- a/Data/User/GameConfig/R6NY41.ini +++ b/Data/User/GameConfig/R6NY41.ini @@ -1,7 +1,19 @@ # R6NY41 - Shaun White Snowboarding: World Stage -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R6TEA4.ini b/Data/User/GameConfig/R6TEA4.ini index e984b1287b..7246ef8437 100644 --- a/Data/User/GameConfig/R6TEA4.ini +++ b/Data/User/GameConfig/R6TEA4.ini @@ -1,9 +1,22 @@ # R6TEA4 - Tornado Outbreak -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/R6YEXS.ini b/Data/User/GameConfig/R6YEXS.ini index 496d3bd058..4f5c7fa17b 100644 --- a/Data/User/GameConfig/R6YEXS.ini +++ b/Data/User/GameConfig/R6YEXS.ini @@ -1,12 +1,25 @@ -# R6YEXS - Squeeballs Party -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# R6YEXS - Squeeballs Party + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/R6YPH3.ini b/Data/User/GameConfig/R6YPH3.ini index 70e7e7c00f..fa5bc550a3 100644 --- a/Data/User/GameConfig/R6YPH3.ini +++ b/Data/User/GameConfig/R6YPH3.ini @@ -1,12 +1,25 @@ -# R6YPH3 - Squeeballs Party -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# R6YPH3 - Squeeballs Party + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/R7EE8P.ini b/Data/User/GameConfig/R7EE8P.ini index dcb93d30a3..5ae00a4425 100644 --- a/Data/User/GameConfig/R7EE8P.ini +++ b/Data/User/GameConfig/R7EE8P.ini @@ -1,18 +1,30 @@ -# R7EE8P - NiGHTS: Journey of Dreams -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.1 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video_Hacks] +# R7EE8P - NiGHTS: Journey of Dreams + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.1 + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/R7EJ8P.ini b/Data/User/GameConfig/R7EJ8P.ini index 0b87ea190a..3c85bf0e0e 100644 --- a/Data/User/GameConfig/R7EJ8P.ini +++ b/Data/User/GameConfig/R7EJ8P.ini @@ -1,19 +1,31 @@ -# R7EJ8P - NiGHTS: Journey of Dreams -[Core] Values set here will override the main dolphin settings. -BAT = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.1 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video_Hacks] +# R7EJ8P - NiGHTS: Journey of Dreams + +[Core] +# Values set here will override the main dolphin settings. +BAT = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.1 + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/R7EP8P.ini b/Data/User/GameConfig/R7EP8P.ini index f8f98c6581..cfc8c3a88e 100644 --- a/Data/User/GameConfig/R7EP8P.ini +++ b/Data/User/GameConfig/R7EP8P.ini @@ -1,19 +1,31 @@ -# R7EP8P - NiGHTS: Journey of Dreams -[Core] Values set here will override the main dolphin settings. -BAT = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.1 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video_Hacks] +# R7EP8P - NiGHTS: Journey of Dreams + +[Core] +# Values set here will override the main dolphin settings. +BAT = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.1 + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/R7FEGD.ini b/Data/User/GameConfig/R7FEGD.ini index 412475526c..051abc228e 100644 --- a/Data/User/GameConfig/R7FEGD.ini +++ b/Data/User/GameConfig/R7FEGD.ini @@ -1,17 +1,30 @@ # R7FEGD - FINAL FANTASY FABLES: Chocobo's Dungeon -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use Direct 3d 11 or OpenGL backend for less issues. Map is a bit broken. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] EnablePerPixelDepth = False + diff --git a/Data/User/GameConfig/R7FJGD.ini b/Data/User/GameConfig/R7FJGD.ini index 427f2f8544..b59657c327 100644 --- a/Data/User/GameConfig/R7FJGD.ini +++ b/Data/User/GameConfig/R7FJGD.ini @@ -1,17 +1,30 @@ # R7FJGD - FINAL FANTASY FABLES: Chocobo's Dungeon -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use Direct 3d 11 or OpenGL backend for less issues. Map is a bit broken. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] EnablePerPixelDepth = False + diff --git a/Data/User/GameConfig/R7FPGD.ini b/Data/User/GameConfig/R7FPGD.ini index c209b265fd..889862ae41 100644 --- a/Data/User/GameConfig/R7FPGD.ini +++ b/Data/User/GameConfig/R7FPGD.ini @@ -1,17 +1,30 @@ # R7FPGD - FINAL FANTASY FABLES: Chocobo's Dungeon -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use Direct 3d 11 or OpenGL backend for less issues. Map is a bit broken. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] EnablePerPixelDepth = False + diff --git a/Data/User/GameConfig/R7GEAF.ini b/Data/User/GameConfig/R7GEAF.ini index 1bd73accd9..78d169b45e 100644 --- a/Data/User/GameConfig/R7GEAF.ini +++ b/Data/User/GameConfig/R7GEAF.ini @@ -1,19 +1,31 @@ # R7GEAF - DragonBall -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = For a real wiimote to work you need to disable the gamecube controller in the settings. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False -[Wii] + diff --git a/Data/User/GameConfig/R7GJAF.ini b/Data/User/GameConfig/R7GJAF.ini index ac975e9d69..500472ac21 100644 --- a/Data/User/GameConfig/R7GJAF.ini +++ b/Data/User/GameConfig/R7GJAF.ini @@ -1,19 +1,31 @@ # R7GJAF - Dragon Ball Tenkaichi Daibouken -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = For a real wiimote to work you need to disable the gamecube controller in the settings. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False -[Wii] + diff --git a/Data/User/GameConfig/R7GPAF.ini b/Data/User/GameConfig/R7GPAF.ini index 037790dfd1..b838ed2d70 100644 --- a/Data/User/GameConfig/R7GPAF.ini +++ b/Data/User/GameConfig/R7GPAF.ini @@ -1,19 +1,31 @@ # R7GPAF - DragonBall -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = For a real wiimote to work you need to disable the gamecube controller in the settings. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False -[Wii] + diff --git a/Data/User/GameConfig/R7PE01.ini b/Data/User/GameConfig/R7PE01.ini index 244ccc1db3..61af3f2c24 100644 --- a/Data/User/GameConfig/R7PE01.ini +++ b/Data/User/GameConfig/R7PE01.ini @@ -1,18 +1,29 @@ -# R7PE01 - Punch Out -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Disable "Use EuRGB60 (PAL60) mode" in the wii configuration tab for the game to run -[OnFrame] Add memory patches to be applied every frame here. -+$Patch -0x8011E0F8:dword:0x4E800020 -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# R7PE01 - Punch Out + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Disable "Use EuRGB60 (PAL60) mode" in the wii configuration tab for the game to run + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. ++$Patch +0x8011E0F8:dword:0x4E800020 + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/R7PP01.ini b/Data/User/GameConfig/R7PP01.ini index a0113b7415..88cedc115f 100644 --- a/Data/User/GameConfig/R7PP01.ini +++ b/Data/User/GameConfig/R7PP01.ini @@ -1,12 +1,24 @@ -# R7PP01 - Punch Out -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -+$Patch -0x8011F1CC:dword:0x4E800020 -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Wii] +# R7PP01 - Punch Out + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. ++$Patch +0x8011F1CC:dword:0x4E800020 + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + diff --git a/Data/User/GameConfig/R7XE69.ini b/Data/User/GameConfig/R7XE69.ini index 709135c321..2716340dc0 100644 --- a/Data/User/GameConfig/R7XE69.ini +++ b/Data/User/GameConfig/R7XE69.ini @@ -1,20 +1,34 @@ -# R7XE69 - Need for Speed: Nitro -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True +# R7XE69 - Need for Speed: Nitro + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Videos are messed up, skip them. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R7XJ13.ini b/Data/User/GameConfig/R7XJ13.ini index 10836026e3..2157886322 100644 --- a/Data/User/GameConfig/R7XJ13.ini +++ b/Data/User/GameConfig/R7XJ13.ini @@ -1,20 +1,34 @@ -# R7XJ13 - Need for Speed: Nitro -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True +# R7XJ13 - Need for Speed: Nitro + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Videos are messed up, skip them. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R7XP69.ini b/Data/User/GameConfig/R7XP69.ini index 4674fe0e5c..87ac033d71 100644 --- a/Data/User/GameConfig/R7XP69.ini +++ b/Data/User/GameConfig/R7XP69.ini @@ -1,20 +1,34 @@ -# R7XP69 - Need for Speed: Nitro -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Videos are messed up, skip them. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True +# R7XP69 - Need for Speed: Nitro + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Videos are messed up, skip them. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R84EE9.ini b/Data/User/GameConfig/R84EE9.ini index 6a8f84dbbe..c5ff7f7e21 100644 --- a/Data/User/GameConfig/R84EE9.ini +++ b/Data/User/GameConfig/R84EE9.ini @@ -1,17 +1,30 @@ -# R84EE9 - Harvest Moon Tree Of Tranquility -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] - +# R84EE9 - Harvest Moon Tree Of Tranquility + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/R84J99.ini b/Data/User/GameConfig/R84J99.ini index 17b1968906..4d8e665d5c 100644 --- a/Data/User/GameConfig/R84J99.ini +++ b/Data/User/GameConfig/R84J99.ini @@ -1,16 +1,30 @@ -# R84J99 - Bokujo for Wii -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# R84J99 - Bokujo for Wii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/R84P99.ini b/Data/User/GameConfig/R84P99.ini index 2c8c399cec..06817cb0c1 100644 --- a/Data/User/GameConfig/R84P99.ini +++ b/Data/User/GameConfig/R84P99.ini @@ -1,16 +1,30 @@ -# R84P99 - Harvest Moon Tree Of Tranquility -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# R84P99 - Harvest Moon Tree Of Tranquility + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/R8AE01.ini b/Data/User/GameConfig/R8AE01.ini index 56e5afe685..0946f768d0 100644 --- a/Data/User/GameConfig/R8AE01.ini +++ b/Data/User/GameConfig/R8AE01.ini @@ -1,20 +1,34 @@ # R8AE01 - Pokepark Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = NPCs sporadically disappear. Needs Efb to Ram for photos. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R8AJ01.ini b/Data/User/GameConfig/R8AJ01.ini index d8bb08f0ba..60e4c61b11 100644 --- a/Data/User/GameConfig/R8AJ01.ini +++ b/Data/User/GameConfig/R8AJ01.ini @@ -1,12 +1,26 @@ # R8AJ01 - Pokepark Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = NPCs sporadically disappear. Needs Efb to Ram for photos. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video_Settings] SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R8AP01.ini b/Data/User/GameConfig/R8AP01.ini index c677497a7b..6f0c34374f 100644 --- a/Data/User/GameConfig/R8AP01.ini +++ b/Data/User/GameConfig/R8AP01.ini @@ -1,20 +1,34 @@ # R8AP01 - PokePark Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = NPCs sporadically disappear. Needs Efb to Ram for photos. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R8DEA4.ini b/Data/User/GameConfig/R8DEA4.ini index b94df680b1..dee7ceb6c8 100644 --- a/Data/User/GameConfig/R8DEA4.ini +++ b/Data/User/GameConfig/R8DEA4.ini @@ -1,15 +1,27 @@ # R8DEA4 - Yu-Gi-Oh! 5D's: Duel Transer -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/R8DJA4.ini b/Data/User/GameConfig/R8DJA4.ini index 1399c6ce77..607a8ad615 100644 --- a/Data/User/GameConfig/R8DJA4.ini +++ b/Data/User/GameConfig/R8DJA4.ini @@ -1,15 +1,27 @@ # R8DJA4 - Yu-Gi-Oh! 5D's: Duel Transer -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/R8DPA4.ini b/Data/User/GameConfig/R8DPA4.ini index 393a8acf6c..e877e7061a 100644 --- a/Data/User/GameConfig/R8DPA4.ini +++ b/Data/User/GameConfig/R8DPA4.ini @@ -1,15 +1,27 @@ # R8DPA4 - Yugioh Sim EU -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/R8JEWR.ini b/Data/User/GameConfig/R8JEWR.ini index b1452f5cc8..6f14829990 100644 --- a/Data/User/GameConfig/R8JEWR.ini +++ b/Data/User/GameConfig/R8JEWR.ini @@ -1,16 +1,30 @@ # R8JEWR - Lord of the Rings: Aragorn's Quest -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R8JPWR.ini b/Data/User/GameConfig/R8JPWR.ini index 0756bde0b8..00798c6147 100644 --- a/Data/User/GameConfig/R8JPWR.ini +++ b/Data/User/GameConfig/R8JPWR.ini @@ -1,16 +1,30 @@ # R8JPWR - Lord of the Rings: Aragorn's Quest -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/R8LE20.ini b/Data/User/GameConfig/R8LE20.ini index 31b9abd642..9a872909ec 100644 --- a/Data/User/GameConfig/R8LE20.ini +++ b/Data/User/GameConfig/R8LE20.ini @@ -1,18 +1,31 @@ # R8LE20 - Chicken Blaster -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real XFB in order to be playable. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/R8LP7J.ini b/Data/User/GameConfig/R8LP7J.ini index 74b67647b1..4ebae4ce08 100644 --- a/Data/User/GameConfig/R8LP7J.ini +++ b/Data/User/GameConfig/R8LP7J.ini @@ -1,18 +1,31 @@ # R8LP7J - Chicken Blaster -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real XFB in order to be playable. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/R8PE01.ini b/Data/User/GameConfig/R8PE01.ini index 80feeb9d2b..f46f4abdab 100644 --- a/Data/User/GameConfig/R8PE01.ini +++ b/Data/User/GameConfig/R8PE01.ini @@ -1,16 +1,29 @@ # R8PE01 - SUPER PAPER MARIO -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. AccurateFCMP = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for BBox (proper graphics). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] UseBBox = True ProjectionHack = 0 + [Video_Hacks] DlistCachingEnable = False EFBToTextureEnable = False EFBCopyEnable = True -[Gecko] + diff --git a/Data/User/GameConfig/R8PJ01.ini b/Data/User/GameConfig/R8PJ01.ini index 86c7f14bec..58ae9a0ce5 100644 --- a/Data/User/GameConfig/R8PJ01.ini +++ b/Data/User/GameConfig/R8PJ01.ini @@ -1,14 +1,28 @@ # R8PJ01 - SUPER PAPER MARIO -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for BBox (proper graphics). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] UseBBox = True ProjectionHack = 0 + [Video_Hacks] DlistCachingEnable = False EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R8PK01.ini b/Data/User/GameConfig/R8PK01.ini index 7e496dea9f..f7747948b7 100644 --- a/Data/User/GameConfig/R8PK01.ini +++ b/Data/User/GameConfig/R8PK01.ini @@ -1,14 +1,28 @@ # R8PK01 - SUPER PAPER MARIO -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for BBox (proper graphics). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] UseBBox = True ProjectionHack = 0 + [Video_Hacks] DlistCachingEnable = False EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R8PP01.ini b/Data/User/GameConfig/R8PP01.ini index 58ec58e6b5..2934055e30 100644 --- a/Data/User/GameConfig/R8PP01.ini +++ b/Data/User/GameConfig/R8PP01.ini @@ -1,14 +1,28 @@ # R8PP01 - SUPER PAPER MARIO -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Efb to Ram for BBox (proper graphics). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] UseBBox = True ProjectionHack = 0 + [Video_Hacks] DlistCachingEnable = False EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/R8XE52.ini b/Data/User/GameConfig/R8XE52.ini index d5bddaa3fb..8ac04740c9 100644 --- a/Data/User/GameConfig/R8XE52.ini +++ b/Data/User/GameConfig/R8XE52.ini @@ -1,15 +1,27 @@ # R8XE52 - Jurassic: The Hunted -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/R96EAF.ini b/Data/User/GameConfig/R96EAF.ini index a3eb941df8..8afd1bab3f 100644 --- a/Data/User/GameConfig/R96EAF.ini +++ b/Data/User/GameConfig/R96EAF.ini @@ -1,17 +1,27 @@ # R96EAF - KLONOA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Disable use EuRGB60 mode in general settings-> wii tab for the game to run (r7446) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -[Video_Hacks] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/R9FP36.ini b/Data/User/GameConfig/R9FP36.ini index d8bac3d6cb..e5f408a36a 100644 --- a/Data/User/GameConfig/R9FP36.ini +++ b/Data/User/GameConfig/R9FP36.ini @@ -1,7 +1,19 @@ # R9FP36 - F1 2009 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/R9IE01.ini b/Data/User/GameConfig/R9IE01.ini index c35e5b3d74..03c296d896 100644 --- a/Data/User/GameConfig/R9IE01.ini +++ b/Data/User/GameConfig/R9IE01.ini @@ -1,15 +1,27 @@ # R9IE01 - PIKMIN1 for Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RB4E08.ini b/Data/User/GameConfig/RB4E08.ini index ac7e3f99f7..d468dff425 100644 --- a/Data/User/GameConfig/RB4E08.ini +++ b/Data/User/GameConfig/RB4E08.ini @@ -1,11 +1,22 @@ # RB4E08 - resident evil 4 Wii edition (E) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = To avoid some texture errors, use the Opengl plugin(r6436) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/RB4P08.ini b/Data/User/GameConfig/RB4P08.ini index f97682667f..94a7b7178b 100644 --- a/Data/User/GameConfig/RB4P08.ini +++ b/Data/User/GameConfig/RB4P08.ini @@ -1,7 +1,19 @@ # RB4P08 - resident evil 4 Wii edition (P) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RBBE18.ini b/Data/User/GameConfig/RBBE18.ini index 68710ec26e..df8293a3a4 100644 --- a/Data/User/GameConfig/RBBE18.ini +++ b/Data/User/GameConfig/RBBE18.ini @@ -1,19 +1,33 @@ -# RBBE18 - Bomberman Land -[Video_Hacks] -EFBEmulateFormatChanges = True -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# RBBE18 - Bomberman Land + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RBBJ18.ini b/Data/User/GameConfig/RBBJ18.ini index 024301ef94..1116862b8a 100644 --- a/Data/User/GameConfig/RBBJ18.ini +++ b/Data/User/GameConfig/RBBJ18.ini @@ -1,19 +1,33 @@ -# RBBJ18 - Bomberman Land -[Video_Hacks] -EFBEmulateFormatChanges = True -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# RBBJ18 - Bomberman Land + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RBBP99.ini b/Data/User/GameConfig/RBBP99.ini index ce6a5da635..147f51ae95 100644 --- a/Data/User/GameConfig/RBBP99.ini +++ b/Data/User/GameConfig/RBBP99.ini @@ -1,19 +1,33 @@ -# RBBP99 - Bomberman Land -[Video_Hacks] -EFBEmulateFormatChanges = True -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# RBBP99 - Bomberman Land + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RBHE08.ini b/Data/User/GameConfig/RBHE08.ini index 2def435787..876123bafc 100644 --- a/Data/User/GameConfig/RBHE08.ini +++ b/Data/User/GameConfig/RBHE08.ini @@ -1,19 +1,33 @@ -# RBHE08 - Resident Evil Archives: Resident Evil Zero -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -DlistCachingEnable = False -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RBHE08 - Resident Evil Archives: Resident Evil Zero + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RBHJ08.ini b/Data/User/GameConfig/RBHJ08.ini index 6ff5f267ba..7d7de17e8e 100644 --- a/Data/User/GameConfig/RBHJ08.ini +++ b/Data/User/GameConfig/RBHJ08.ini @@ -1,20 +1,33 @@ -# RBHJ08 - Biohazard 0 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -DlistCachingEnable = False -[Video_Enhancements] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RBHJ08 - Biohazard 0 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RBHP08.ini b/Data/User/GameConfig/RBHP08.ini index 0703e1fc4f..0da593ad36 100644 --- a/Data/User/GameConfig/RBHP08.ini +++ b/Data/User/GameConfig/RBHP08.ini @@ -1,20 +1,33 @@ -# RBHP08 - Resident Evil Archives: Resident Evil Zero -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -DlistCachingEnable = False -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# RBHP08 - Resident Evil Archives: Resident Evil Zero + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RBIEE9.ini b/Data/User/GameConfig/RBIEE9.ini index 9648c87013..390906e019 100644 --- a/Data/User/GameConfig/RBIEE9.ini +++ b/Data/User/GameConfig/RBIEE9.ini @@ -1,17 +1,30 @@ # RBIEE9 - Harvest Moon: Animal Parade -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False diff --git a/Data/User/GameConfig/RBIJ99.ini b/Data/User/GameConfig/RBIJ99.ini index da6af31b9f..17ac577703 100644 --- a/Data/User/GameConfig/RBIJ99.ini +++ b/Data/User/GameConfig/RBIJ99.ini @@ -1,16 +1,30 @@ # RBIJ99 - Bokujou Monogatari Waku Waku Animal March -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RBIP99.ini b/Data/User/GameConfig/RBIP99.ini index 72fe0cc6b2..ad7b31232b 100644 --- a/Data/User/GameConfig/RBIP99.ini +++ b/Data/User/GameConfig/RBIP99.ini @@ -1,16 +1,30 @@ # RBIP99 - Harvest Moon: Animal Parade -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RBKE69.ini b/Data/User/GameConfig/RBKE69.ini index 3b5dab948a..17fc76b89f 100644 --- a/Data/User/GameConfig/RBKE69.ini +++ b/Data/User/GameConfig/RBKE69.ini @@ -1,10 +1,18 @@ # RBKE69 - Boom Blox + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RBME5G.ini b/Data/User/GameConfig/RBME5G.ini index d19e1189ba..3c510831cf 100644 --- a/Data/User/GameConfig/RBME5G.ini +++ b/Data/User/GameConfig/RBME5G.ini @@ -1,15 +1,27 @@ # RBME5G - Bust-a-Move BASH! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RBQPUG.ini b/Data/User/GameConfig/RBQPUG.ini index 9ceb32f8f7..e76526102b 100644 --- a/Data/User/GameConfig/RBQPUG.ini +++ b/Data/User/GameConfig/RBQPUG.ini @@ -1,6 +1,18 @@ # RBQPUG - Classic British Racing -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RBTP8P.ini b/Data/User/GameConfig/RBTP8P.ini index 24c90e817c..61043f3522 100644 --- a/Data/User/GameConfig/RBTP8P.ini +++ b/Data/User/GameConfig/RBTP8P.ini @@ -1,7 +1,19 @@ # RBTP8P - SEGA BASS FISHING -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 Issues="Works Fine and with sound, but graphics glitches.Does not playable" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RBUE08.ini b/Data/User/GameConfig/RBUE08.ini index f8e554083e..71056bb08f 100644 --- a/Data/User/GameConfig/RBUE08.ini +++ b/Data/User/GameConfig/RBUE08.ini @@ -1,15 +1,27 @@ # RBUE08 - Resident Evil The Umbrella Chronicles -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RBUP08.ini b/Data/User/GameConfig/RBUP08.ini index 54ec963512..99d9507061 100644 --- a/Data/User/GameConfig/RBUP08.ini +++ b/Data/User/GameConfig/RBUP08.ini @@ -1,14 +1,27 @@ # RBUP08 - Resident Evil The Umbrella Chronicles -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = +PH_ZNear = PH_ZFar = 0.1 + diff --git a/Data/User/GameConfig/RBWE01.ini b/Data/User/GameConfig/RBWE01.ini index 8d6362e959..e39aab676c 100644 --- a/Data/User/GameConfig/RBWE01.ini +++ b/Data/User/GameConfig/RBWE01.ini @@ -1,17 +1,27 @@ -# RBWE01 - Battalion Wars 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] -[Wii] +# RBWE01 - Battalion Wars 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RBWJ01.ini b/Data/User/GameConfig/RBWJ01.ini index 7528f71212..6c916e617a 100644 --- a/Data/User/GameConfig/RBWJ01.ini +++ b/Data/User/GameConfig/RBWJ01.ini @@ -1,17 +1,27 @@ -# RBWJ01 - Totsugeki Famicom Wars vs. -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] -[Wii] +# RBWJ01 - Totsugeki Famicom Wars vs. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RBWP01.ini b/Data/User/GameConfig/RBWP01.ini index 896089fd8c..9544d9869d 100644 --- a/Data/User/GameConfig/RBWP01.ini +++ b/Data/User/GameConfig/RBWP01.ini @@ -1,17 +1,27 @@ -# RBWP01 - Battalion Wars 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] -[Wii] +# RBWP01 - Battalion Wars 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RBXJ8P.ini b/Data/User/GameConfig/RBXJ8P.ini index e7bd98cf28..c3b86eec9a 100644 --- a/Data/User/GameConfig/RBXJ8P.ini +++ b/Data/User/GameConfig/RBXJ8P.ini @@ -1,6 +1,18 @@ # RBXJ8P - BLEACH VERSUS CRUSADE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RBZXUG.ini b/Data/User/GameConfig/RBZXUG.ini index c0f32bcc1f..a90c7ac936 100644 --- a/Data/User/GameConfig/RBZXUG.ini +++ b/Data/User/GameConfig/RBZXUG.ini @@ -1,6 +1,18 @@ # RBZXUG - Billy the Wizard -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RCJE8P.ini b/Data/User/GameConfig/RCJE8P.ini index 79280a5609..a3797f1b57 100644 --- a/Data/User/GameConfig/RCJE8P.ini +++ b/Data/User/GameConfig/RCJE8P.ini @@ -1,28 +1,40 @@ # RCJE8P - The Conduit -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Speedhacks] -# Speedhacks by JumperTwo @ http://forums.ngemu.com/dolphin-discussion/123921-conduit-wii-2.html#post1706452 -0x80199d08=700 -0x8038b814=700 -0x80144be0=700 -0x80117934=700 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] -# Bink videos have issues with the Force Filtering setting ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False -[Wii] + [Video_Hacks] DlistCachingEnable = False + +[Speedhacks] +0x80199d08=700 +0x8038b814=700 +0x80144be0=700 +0x80117934=700 + diff --git a/Data/User/GameConfig/RCJP8P.ini b/Data/User/GameConfig/RCJP8P.ini index 5a242b5e4e..6f0db6cc30 100644 --- a/Data/User/GameConfig/RCJP8P.ini +++ b/Data/User/GameConfig/RCJP8P.ini @@ -1,22 +1,34 @@ # RCJP8P - The Conduit -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] -# Bink videos have issues with the Force Filtering setting ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False -[Wii] + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RCKPGN.ini b/Data/User/GameConfig/RCKPGN.ini index e30a797dc7..ac664e308a 100644 --- a/Data/User/GameConfig/RCKPGN.ini +++ b/Data/User/GameConfig/RCKPGN.ini @@ -1,7 +1,19 @@ # RCKPGN - Alan Hansen's Sports Challenge -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RCPE18.ini b/Data/User/GameConfig/RCPE18.ini index 028caa22cd..b416f52a57 100644 --- a/Data/User/GameConfig/RCPE18.ini +++ b/Data/User/GameConfig/RCPE18.ini @@ -1,8 +1,20 @@ # RCPE18 - KORORINPA -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs TLBHack On -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RD2E41.ini b/Data/User/GameConfig/RD2E41.ini index 92ca3f53b5..e013f9e392 100644 --- a/Data/User/GameConfig/RD2E41.ini +++ b/Data/User/GameConfig/RD2E41.ini @@ -1,16 +1,27 @@ -# RD2E41 - Red Steel 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# RD2E41 - Red Steel 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RD2J41.ini b/Data/User/GameConfig/RD2J41.ini index 2042a71430..1186166a01 100644 --- a/Data/User/GameConfig/RD2J41.ini +++ b/Data/User/GameConfig/RD2J41.ini @@ -1,16 +1,27 @@ -# RD2J41 - Red Steel 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# RD2J41 - Red Steel 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RD2K41.ini b/Data/User/GameConfig/RD2K41.ini index 93123fa871..8d0a57ee43 100644 --- a/Data/User/GameConfig/RD2K41.ini +++ b/Data/User/GameConfig/RD2K41.ini @@ -1,16 +1,27 @@ -# RD2K41 - Red Steel 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# RD2K41 - Red Steel 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RD2P41.ini b/Data/User/GameConfig/RD2P41.ini index 8a7e5f7541..aa70cffc82 100644 --- a/Data/User/GameConfig/RD2P41.ini +++ b/Data/User/GameConfig/RD2P41.ini @@ -1,16 +1,27 @@ -# RD2P41 - Red Steel 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# RD2P41 - Red Steel 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RD2X41.ini b/Data/User/GameConfig/RD2X41.ini index 53f0716869..7cdfe1bab7 100644 --- a/Data/User/GameConfig/RD2X41.ini +++ b/Data/User/GameConfig/RD2X41.ini @@ -1,16 +1,27 @@ -# RD2X41 - Red Steel 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# RD2X41 - Red Steel 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RDBPAF.ini b/Data/User/GameConfig/RDBPAF.ini index 9423d27031..ab85616282 100644 --- a/Data/User/GameConfig/RDBPAF.ini +++ b/Data/User/GameConfig/RDBPAF.ini @@ -1,18 +1,30 @@ -# RDBPAF - Dragon Ball Z Budokai Tenkaichi 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# RDBPAF - Dragon Ball Z Budokai Tenkaichi 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RDFP41.ini b/Data/User/GameConfig/RDFP41.ini index e0ae04dbfa..94b21ba568 100644 --- a/Data/User/GameConfig/RDFP41.ini +++ b/Data/User/GameConfig/RDFP41.ini @@ -1,7 +1,19 @@ # RDFP41 - Shaun White Snowboarding: Road Trip -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="It's Playable. But few problems in graphics and control.Full Sound" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RDGPA4.ini b/Data/User/GameConfig/RDGPA4.ini index b72ea41c35..93d24067ca 100644 --- a/Data/User/GameConfig/RDGPA4.ini +++ b/Data/User/GameConfig/RDGPA4.ini @@ -1,9 +1,19 @@ # RDGPA4 - Castlevania Judgment -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. diff --git a/Data/User/GameConfig/RDHP78.ini b/Data/User/GameConfig/RDHP78.ini index 3daa205320..b735123c2a 100644 --- a/Data/User/GameConfig/RDHP78.ini +++ b/Data/User/GameConfig/RDHP78.ini @@ -1,8 +1,20 @@ # RDHP78 - Destroy All Humans: Big Willy Unleashed -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RDIE41.ini b/Data/User/GameConfig/RDIE41.ini index d8395a9fc3..8f5c9b695f 100644 --- a/Data/User/GameConfig/RDIE41.ini +++ b/Data/User/GameConfig/RDIE41.ini @@ -1,9 +1,22 @@ # RDIE41 - THE DOG ISLAND -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RDKE01.ini b/Data/User/GameConfig/RDKE01.ini index 4abd6c6084..965b3d6ce5 100644 --- a/Data/User/GameConfig/RDKE01.ini +++ b/Data/User/GameConfig/RDKE01.ini @@ -1,7 +1,19 @@ # RDKE01 - Donkey Kong: Barrel Blast -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Bad sound -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RDQEGD.ini b/Data/User/GameConfig/RDQEGD.ini index d4c09deacc..1133d5a3a8 100644 --- a/Data/User/GameConfig/RDQEGD.ini +++ b/Data/User/GameConfig/RDQEGD.ini @@ -1,16 +1,27 @@ # RDQEGD - DRAGON QUEST SWORDS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/RDSE70.ini b/Data/User/GameConfig/RDSE70.ini index d5e9d952f0..753702b3a4 100644 --- a/Data/User/GameConfig/RDSE70.ini +++ b/Data/User/GameConfig/RDSE70.ini @@ -1,18 +1,30 @@ -# RDSE70 - Dragon Ball Z Budokai Tenkaichi 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# RDSE70 - Dragon Ball Z Budokai Tenkaichi 3 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RDSJAF.ini b/Data/User/GameConfig/RDSJAF.ini index d4ad2a22a4..4c96fd2539 100644 --- a/Data/User/GameConfig/RDSJAF.ini +++ b/Data/User/GameConfig/RDSJAF.ini @@ -1,12 +1,25 @@ -# RDSJAF - Dragon Ball Z Sparking METEOR -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RDSJAF - Dragon Ball Z Sparking METEOR + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RDSPAF.ini b/Data/User/GameConfig/RDSPAF.ini index 1af174149e..426a3eb15f 100644 --- a/Data/User/GameConfig/RDSPAF.ini +++ b/Data/User/GameConfig/RDSPAF.ini @@ -1,12 +1,25 @@ -# RDSPAF - Dragon Ball Z Budokai Tenkaichi 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RDSPAF - Dragon Ball Z Budokai Tenkaichi 3 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RDVE41.ini b/Data/User/GameConfig/RDVE41.ini index a0cd3e097c..b9147b2664 100644 --- a/Data/User/GameConfig/RDVE41.ini +++ b/Data/User/GameConfig/RDVE41.ini @@ -1,7 +1,19 @@ # RDVE41 - Driver Parallel Lines -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = May be slow. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RDXP18.ini b/Data/User/GameConfig/RDXP18.ini index ab396d8fd1..817d66b15f 100644 --- a/Data/User/GameConfig/RDXP18.ini +++ b/Data/User/GameConfig/RDXP18.ini @@ -1,6 +1,18 @@ # RDXP18 - SPORTS ISLAND -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RDZJ01.ini b/Data/User/GameConfig/RDZJ01.ini index a49d4018ef..deb2063226 100644 --- a/Data/User/GameConfig/RDZJ01.ini +++ b/Data/User/GameConfig/RDZJ01.ini @@ -1,18 +1,30 @@ # RDZJ01 - Disaster -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Hacks] -DlistCachingEnable = False +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RDZP01.ini b/Data/User/GameConfig/RDZP01.ini index acae18e98b..8b94a717fe 100644 --- a/Data/User/GameConfig/RDZP01.ini +++ b/Data/User/GameConfig/RDZP01.ini @@ -1,18 +1,30 @@ # RDZP01 - Disaster -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video_Hacks] -DlistCachingEnable = False +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RE4E08.ini b/Data/User/GameConfig/RE4E08.ini index 2e2a3a4547..bcf3584f61 100644 --- a/Data/User/GameConfig/RE4E08.ini +++ b/Data/User/GameConfig/RE4E08.ini @@ -1,17 +1,30 @@ # RE4E08 - Resident Evil -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RE4J08.ini b/Data/User/GameConfig/RE4J08.ini index b45d9f69cb..6fa4b2da27 100644 --- a/Data/User/GameConfig/RE4J08.ini +++ b/Data/User/GameConfig/RE4J08.ini @@ -1,17 +1,30 @@ # RE4J08 - Biohazard -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RE4P08.ini b/Data/User/GameConfig/RE4P08.ini index 7d0ff1d771..febfda512e 100644 --- a/Data/User/GameConfig/RE4P08.ini +++ b/Data/User/GameConfig/RE4P08.ini @@ -1,17 +1,30 @@ # RE4P08 - Resident Evil -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/REDE41.ini b/Data/User/GameConfig/REDE41.ini index 4d4cce340c..8f5399fc2d 100644 --- a/Data/User/GameConfig/REDE41.ini +++ b/Data/User/GameConfig/REDE41.ini @@ -1,16 +1,27 @@ # REDE41 - RedSteel NTSC -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Nunchuck doesn't work (both real and emulated). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/REDJ41.ini b/Data/User/GameConfig/REDJ41.ini index c0dc3d9b86..9916386167 100644 --- a/Data/User/GameConfig/REDJ41.ini +++ b/Data/User/GameConfig/REDJ41.ini @@ -1,16 +1,27 @@ # REDJ41 - RedSteel NTSC -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Nunchuck doesn't work (both real and emulated). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/REDP41.ini b/Data/User/GameConfig/REDP41.ini index 28a37b3f0c..65d5271d87 100644 --- a/Data/User/GameConfig/REDP41.ini +++ b/Data/User/GameConfig/REDP41.ini @@ -1,16 +1,27 @@ # REDP41 - RedSteel PAL -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Nunchuck doesn't work (both real and emulated). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RELJAB.ini b/Data/User/GameConfig/RELJAB.ini index a7f8a8d674..d8ad85b990 100644 --- a/Data/User/GameConfig/RELJAB.ini +++ b/Data/User/GameConfig/RELJAB.ini @@ -1,10 +1,22 @@ # RELJAB - SegaBoot -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. +$DI Seed Blanker 0x80000000:dword:0x00000000 0x80000004:dword:0x00000000 0x80000008:dword:0x00000000 -[ActionReplay] Add action replay cheats here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RELS01.ini b/Data/User/GameConfig/RELS01.ini index 01f0f24453..43ee5a4c01 100644 --- a/Data/User/GameConfig/RELS01.ini +++ b/Data/User/GameConfig/RELS01.ini @@ -1,16 +1,27 @@ # RELS01 - The Legend of Zelda: Collector's Edition(Majora's Mask) + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Boots then hangs, stuck on nop opcode?" -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. +$loophack_ZOOT 0x80683804:word:0x60000000 $loophack_ZMM 0x8068C324:word:0x60000000 + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RENE8P.ini b/Data/User/GameConfig/RENE8P.ini index e497b925b9..35086950ad 100644 --- a/Data/User/GameConfig/RENE8P.ini +++ b/Data/User/GameConfig/RENE8P.ini @@ -1,15 +1,27 @@ # RENE8P - Sonic and the Black Knight -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = +PH_ZNear = PH_ZFar = 0.1 diff --git a/Data/User/GameConfig/RENJ8P.ini b/Data/User/GameConfig/RENJ8P.ini index 9f2d253df5..4c51634ee0 100644 --- a/Data/User/GameConfig/RENJ8P.ini +++ b/Data/User/GameConfig/RENJ8P.ini @@ -1,14 +1,27 @@ # RENJ8P - Sonic and the Black Knight -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = +PH_ZNear = PH_ZFar = 0.1 + diff --git a/Data/User/GameConfig/RENP8P.ini b/Data/User/GameConfig/RENP8P.ini index 8dd0167349..7f92fa8505 100644 --- a/Data/User/GameConfig/RENP8P.ini +++ b/Data/User/GameConfig/RENP8P.ini @@ -1,14 +1,27 @@ # RENP8P - Sonic and the Black Knight -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Very Darkness ingame -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = +PH_ZNear = PH_ZFar = 0.1 + diff --git a/Data/User/GameConfig/REXP01.ini b/Data/User/GameConfig/REXP01.ini index 77cc010970..6d33bf5982 100644 --- a/Data/User/GameConfig/REXP01.ini +++ b/Data/User/GameConfig/REXP01.ini @@ -1,6 +1,18 @@ # REXP01 - Excite Truck -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RF4P6M.ini b/Data/User/GameConfig/RF4P6M.ini index dfebf5bc65..bb6dea551a 100644 --- a/Data/User/GameConfig/RF4P6M.ini +++ b/Data/User/GameConfig/RF4P6M.ini @@ -1,6 +1,18 @@ # RF4P6M - Super Fruitfall -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RF7J08.ini b/Data/User/GameConfig/RF7J08.ini index e6de368eed..64297e6f54 100644 --- a/Data/User/GameConfig/RF7J08.ini +++ b/Data/User/GameConfig/RF7J08.ini @@ -1,9 +1,22 @@ # RF7J08 - TATSUNOKO VS. CAPCOM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RFBE01.ini b/Data/User/GameConfig/RFBE01.ini index 9b3c8dd9de..a27bb18f4a 100644 --- a/Data/User/GameConfig/RFBE01.ini +++ b/Data/User/GameConfig/RFBE01.ini @@ -1,19 +1,32 @@ # RFBE01 - ENDLESS OCEAN -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs efb to ram for photos to be developed. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RFBJ01.ini b/Data/User/GameConfig/RFBJ01.ini index 2d603b29b0..17df52e9bd 100644 --- a/Data/User/GameConfig/RFBJ01.ini +++ b/Data/User/GameConfig/RFBJ01.ini @@ -1,19 +1,32 @@ # RFBJ01 - Forever Blue -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs efb to ram for photos to be developed. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RFBP01.ini b/Data/User/GameConfig/RFBP01.ini index 0208f62ec1..097140e075 100644 --- a/Data/User/GameConfig/RFBP01.ini +++ b/Data/User/GameConfig/RFBP01.ini @@ -1,19 +1,32 @@ # RFBP01 - ENDLESS OCEAN -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs efb to ram for photos to be developed. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RFCEGD.ini b/Data/User/GameConfig/RFCEGD.ini index 2dc55b5025..85763baee1 100644 --- a/Data/User/GameConfig/RFCEGD.ini +++ b/Data/User/GameConfig/RFCEGD.ini @@ -1,14 +1,25 @@ -# RFCEGD - FFCC THE CRYSTAL BEARERS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Turn off "use panic handlers". Water glitches (r6521) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] - +# RFCEGD - FFCC THE CRYSTAL BEARERS + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Turn off "use panic handlers". Water glitches (r6521) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RFCJGD.ini b/Data/User/GameConfig/RFCJGD.ini index 5ba7cd23ca..6d42d954a5 100644 --- a/Data/User/GameConfig/RFCJGD.ini +++ b/Data/User/GameConfig/RFCJGD.ini @@ -1,12 +1,25 @@ -# RFCJGD - FFCC THE CRYSTAL BEARERS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Turn off "use panic handlers". Water glitches (r6521) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RFCJGD - FFCC THE CRYSTAL BEARERS + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Turn off "use panic handlers". Water glitches (r6521) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RFCPGD.ini b/Data/User/GameConfig/RFCPGD.ini index 519a4987da..39598d6f26 100644 --- a/Data/User/GameConfig/RFCPGD.ini +++ b/Data/User/GameConfig/RFCPGD.ini @@ -1,11 +1,22 @@ -# RFCPGD - FFCC THE CRYSTAL BEARERS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Turn off "use panic handlers". Water glitches (r6521) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RFCPGD - FFCC THE CRYSTAL BEARERS + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Turn off "use panic handlers". Water glitches (r6521) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RFEE01.ini b/Data/User/GameConfig/RFEE01.ini index 72f3b600f0..088b09e10c 100644 --- a/Data/User/GameConfig/RFEE01.ini +++ b/Data/User/GameConfig/RFEE01.ini @@ -1,17 +1,27 @@ # RFEE01 - FIRE EMBLEM 10 USA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Disable gamecube controller or wiimote to not have conflicts. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RFEJ01.ini b/Data/User/GameConfig/RFEJ01.ini index 9aaeb6946c..db81c6cfa4 100644 --- a/Data/User/GameConfig/RFEJ01.ini +++ b/Data/User/GameConfig/RFEJ01.ini @@ -1,17 +1,27 @@ # RFEJ01 - Fire Emblem Akatsuki No Megami -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Disable gamecube controller or wiimote to not have conflicts. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RFEP01.ini b/Data/User/GameConfig/RFEP01.ini index 08d60e822b..c4e34f4c93 100644 --- a/Data/User/GameConfig/RFEP01.ini +++ b/Data/User/GameConfig/RFEP01.ini @@ -1,19 +1,30 @@ # RFEP01 - FIRE EMBLEM 10 EUR -[Core] Values set here will override the main dolphin settings. -[Speedhacks] -0x80006e00=800 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Disable gamecube controller or wiimote to not have conflicts. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + +[Speedhacks] +0x80006e00=800 + diff --git a/Data/User/GameConfig/RFFEGD.ini b/Data/User/GameConfig/RFFEGD.ini index 5efa2dd980..2378cad4b9 100644 --- a/Data/User/GameConfig/RFFEGD.ini +++ b/Data/User/GameConfig/RFFEGD.ini @@ -1,18 +1,31 @@ -# RFFEGD - FFCC EOT -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs integral scaling for the black lines to disappear. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = 1 -SafeTextureCacheColorSamples = 512 +# RFFEGD - FFCC EOT + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs integral scaling for the black lines to disappear. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = 1 +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RFFJGD.ini b/Data/User/GameConfig/RFFJGD.ini index 850bb88c9d..257906f1ed 100644 --- a/Data/User/GameConfig/RFFJGD.ini +++ b/Data/User/GameConfig/RFFJGD.ini @@ -1,18 +1,31 @@ -# RFFJGD - FFCC EOT -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs integral scaling for the black lines to disappear. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = 1 -SafeTextureCacheColorSamples = 512 +# RFFJGD - FFCC EOT + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs integral scaling for the black lines to disappear. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = 1 +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RFFPGD.ini b/Data/User/GameConfig/RFFPGD.ini index 6c9c27abb4..359352c77d 100644 --- a/Data/User/GameConfig/RFFPGD.ini +++ b/Data/User/GameConfig/RFFPGD.ini @@ -1,18 +1,31 @@ -# RFFPGD - FFCC EOT -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs integral scaling for the black lines to disappear. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = 1 -SafeTextureCacheColorSamples = 512 +# RFFPGD - FFCC EOT + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs integral scaling for the black lines to disappear. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = 1 +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RFQP69.ini b/Data/User/GameConfig/RFQP69.ini index f4e728a872..3c56b49840 100644 --- a/Data/User/GameConfig/RFQP69.ini +++ b/Data/User/GameConfig/RFQP69.ini @@ -1,11 +1,25 @@ -# RFQP69 - FaceBreaker K.O. Party™ -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -Hack = 3 -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RFQP69 - FaceBreaker K.O. Party™ + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +Hack = 3 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RFSEEB.ini b/Data/User/GameConfig/RFSEEB.ini index ec0c257b16..92c1f70a2a 100644 --- a/Data/User/GameConfig/RFSEEB.ini +++ b/Data/User/GameConfig/RFSEEB.ini @@ -1,17 +1,29 @@ # RFSEEB - Shiren The Wanderer -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RFSJ8P.ini b/Data/User/GameConfig/RFSJ8P.ini index 1b18f6d776..14c8dc811a 100644 --- a/Data/User/GameConfig/RFSJ8P.ini +++ b/Data/User/GameConfig/RFSJ8P.ini @@ -1,17 +1,29 @@ # RFSJ8P - Fushigi No Dungeon: Furai No Shiren 3 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] \ No newline at end of file +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RG5PWR.ini b/Data/User/GameConfig/RG5PWR.ini index 08047c8891..8d725f8c7f 100644 --- a/Data/User/GameConfig/RG5PWR.ini +++ b/Data/User/GameConfig/RG5PWR.ini @@ -1,7 +1,19 @@ # RG5PWR - Guinness World Records: The Video Game -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 Issues="Need Projection before 945 - be activated" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RGAE8P.ini b/Data/User/GameConfig/RGAE8P.ini index 7615c0d3bd..b842c64646 100644 --- a/Data/User/GameConfig/RGAE8P.ini +++ b/Data/User/GameConfig/RGAE8P.ini @@ -1,7 +1,19 @@ # RGAE8P - Planet 51 Pyro -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RGHE52.ini b/Data/User/GameConfig/RGHE52.ini index 19739a552b..9b82031b5f 100644 --- a/Data/User/GameConfig/RGHE52.ini +++ b/Data/User/GameConfig/RGHE52.ini @@ -1,16 +1,28 @@ # RGHE52 - Sample Game Name -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. FastDiscSpeed = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RGLE7D.ini b/Data/User/GameConfig/RGLE7D.ini index 99872ed426..74dc026536 100644 --- a/Data/User/GameConfig/RGLE7D.ini +++ b/Data/User/GameConfig/RGLE7D.ini @@ -1,11 +1,22 @@ # RGLE7D - gwgalaxieswii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/RGQE70.ini b/Data/User/GameConfig/RGQE70.ini index bbd415bc75..1a0fa42946 100644 --- a/Data/User/GameConfig/RGQE70.ini +++ b/Data/User/GameConfig/RGQE70.ini @@ -1,14 +1,27 @@ # RGQE70 - Ghostbusters -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. +$crashfix 0x8006935C:dword:0x60000000 -[ActionReplay] Add action replay cheats here. + +[ActionReplay] +# Add action replay cheats here. + [Video] -# Bink videos have issues with the Force Filtering setting ProjectionHack = 0 + [Video_Enhancements] ForceFiltering = False + diff --git a/Data/User/GameConfig/RGVP52.ini b/Data/User/GameConfig/RGVP52.ini index 1e8cc80ea5..4e8db5e5ce 100644 --- a/Data/User/GameConfig/RGVP52.ini +++ b/Data/User/GameConfig/RGVP52.ini @@ -1,9 +1,22 @@ # RGVP52 - Guitar Hero: Aerosmith -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RH2P41.ini b/Data/User/GameConfig/RH2P41.ini index 633bdf56ab..4dd22011be 100644 --- a/Data/User/GameConfig/RH2P41.ini +++ b/Data/User/GameConfig/RH2P41.ini @@ -1,7 +1,19 @@ # RH2P41 - Hell's Kicthen -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RH8E4F.ini b/Data/User/GameConfig/RH8E4F.ini index a6e799cbc6..972bdb721a 100644 --- a/Data/User/GameConfig/RH8E4F.ini +++ b/Data/User/GameConfig/RH8E4F.ini @@ -1,18 +1,31 @@ # RH8E4F - Tomb Raider Underworld -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/RH8JEL.ini b/Data/User/GameConfig/RH8JEL.ini index 36659d8842..9fd16df9b6 100644 --- a/Data/User/GameConfig/RH8JEL.ini +++ b/Data/User/GameConfig/RH8JEL.ini @@ -1,18 +1,31 @@ # RH8JEL - Tomb Raider Underworld -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/RH8P4F.ini b/Data/User/GameConfig/RH8P4F.ini index a3c1ea611f..1e8b87c2e5 100644 --- a/Data/User/GameConfig/RH8P4F.ini +++ b/Data/User/GameConfig/RH8P4F.ini @@ -1,18 +1,31 @@ # RH8P4F - Tomb Raider Underworld -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/RH8X4F.ini b/Data/User/GameConfig/RH8X4F.ini index 4a945f5269..ea5f006619 100644 --- a/Data/User/GameConfig/RH8X4F.ini +++ b/Data/User/GameConfig/RH8X4F.ini @@ -1,18 +1,31 @@ # RH8X4F - Tomb Raider Underworld -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real Xfb for the videos to display. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/RHAE01.ini b/Data/User/GameConfig/RHAE01.ini index 344f6075be..b88fe129e2 100644 --- a/Data/User/GameConfig/RHAE01.ini +++ b/Data/User/GameConfig/RHAE01.ini @@ -1,21 +1,30 @@ # RHAE01 - Wii Play + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RHAJ01.ini b/Data/User/GameConfig/RHAJ01.ini index 2f127fb886..79b9782adb 100644 --- a/Data/User/GameConfig/RHAJ01.ini +++ b/Data/User/GameConfig/RHAJ01.ini @@ -1,22 +1,30 @@ # RHAJ01 - Hajimete No Wii + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False diff --git a/Data/User/GameConfig/RHAK01.ini b/Data/User/GameConfig/RHAK01.ini index 26b4b2184f..fafb5dace1 100644 --- a/Data/User/GameConfig/RHAK01.ini +++ b/Data/User/GameConfig/RHAK01.ini @@ -1,21 +1,30 @@ # RHAK01 - Wii Play + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RHAP01.ini b/Data/User/GameConfig/RHAP01.ini index f97d9943ed..e6b0c6a877 100644 --- a/Data/User/GameConfig/RHAP01.ini +++ b/Data/User/GameConfig/RHAP01.ini @@ -1,21 +1,30 @@ # RHAP01 - PARTY PACK for REVOLUTION + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RHAW01.ini b/Data/User/GameConfig/RHAW01.ini index b7abca7b7b..f7c4445f76 100644 --- a/Data/User/GameConfig/RHAW01.ini +++ b/Data/User/GameConfig/RHAW01.ini @@ -1,21 +1,30 @@ # RHAW01 - Wii Play + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RHDE8P.ini b/Data/User/GameConfig/RHDE8P.ini index 31d7a2f620..8bac2a6095 100644 --- a/Data/User/GameConfig/RHDE8P.ini +++ b/Data/User/GameConfig/RHDE8P.ini @@ -1,19 +1,31 @@ -# RHDE8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Wii] +# RHDE8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RHDJ8P.ini b/Data/User/GameConfig/RHDJ8P.ini index 014c94aaba..b4ec84a1cf 100644 --- a/Data/User/GameConfig/RHDJ8P.ini +++ b/Data/User/GameConfig/RHDJ8P.ini @@ -1,19 +1,31 @@ -# RHDJ8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Wii] +# RHDJ8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RHDP8P.ini b/Data/User/GameConfig/RHDP8P.ini index 6183ad8422..d249df8af4 100644 --- a/Data/User/GameConfig/RHDP8P.ini +++ b/Data/User/GameConfig/RHDP8P.ini @@ -1,19 +1,31 @@ -# RHDP8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Wii] +# RHDP8P - THE HOUSE OF THE DEAD 2 AND 3 RETURN + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RHMEE9.ini b/Data/User/GameConfig/RHMEE9.ini index 5921b9929a..4c18b3562d 100644 --- a/Data/User/GameConfig/RHMEE9.ini +++ b/Data/User/GameConfig/RHMEE9.ini @@ -1,16 +1,30 @@ # RHMEE9 - Harvest Moon: Magical Melody -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RHMP99.ini b/Data/User/GameConfig/RHMP99.ini index 0b94a07216..70a233990b 100644 --- a/Data/User/GameConfig/RHMP99.ini +++ b/Data/User/GameConfig/RHMP99.ini @@ -1,16 +1,30 @@ # RHMP99 - Harvest Moon: Magical Melody -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RHOE8P.ini b/Data/User/GameConfig/RHOE8P.ini index 55d697ca52..13cf2dd17e 100644 --- a/Data/User/GameConfig/RHOE8P.ini +++ b/Data/User/GameConfig/RHOE8P.ini @@ -1,38 +1,49 @@ -# RHOE8P - House Of The Dead: OVERKILL -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use dx11 plugin (r6945) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -$Infinte Bomb Usage after Getting 1 [g6flavor] -04159D1C 60000000 -$If Score Increase, MAX [ZiT] -C2142134 00000002 -3CA03B9B 38A5C9FF -90A60178 00000000 -$Infinite LIFE [ZiT] -04130ED4 60000000 -$Infinite Bullet [ZiT] -04159FAC 907D0720 -$CASH MAX [ZiT] -C214B118 00000002 -3CA03B9B 38A5C9FF -90A300D8 00000000 -$CASH MAX [ZiT] -C214B110 00000002 -3CA03B9B 38A5C9FF -90A300DC 00000000 -$If Score Increase, MAX [ZiT] -C2152674 00000002 -3CA03B9B 38A5C9FF -90B60178 00000000 -[Wii] +# RHOE8P - House Of The Dead: OVERKILL + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use dx11 plugin (r6945) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = +$Infinte Bomb Usage after Getting 1 [g6flavor] +04159D1C 60000000 +$If Score Increase, MAX [ZiT] +C2142134 00000002 +3CA03B9B 38A5C9FF +90A60178 00000000 +$Infinite LIFE [ZiT] +04130ED4 60000000 +$Infinite Bullet [ZiT] +04159FAC 907D0720 +$CASH MAX [ZiT] +C214B118 00000002 +3CA03B9B 38A5C9FF +90A300D8 00000000 +$CASH MAX [ZiT] +C214B110 00000002 +3CA03B9B 38A5C9FF +90A300DC 00000000 +$If Score Increase, MAX [ZiT] +C2152674 00000002 +3CA03B9B 38A5C9FF +90B60178 00000000 + diff --git a/Data/User/GameConfig/RHOJ8P.ini b/Data/User/GameConfig/RHOJ8P.ini index 2eb65c9fc9..0cf33773d5 100644 --- a/Data/User/GameConfig/RHOJ8P.ini +++ b/Data/User/GameConfig/RHOJ8P.ini @@ -1,11 +1,22 @@ -# RHOJ8P - House Of The Dead: OVERKILL -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use dx11 plugin (r6945) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Wii] +# RHOJ8P - House Of The Dead: OVERKILL + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use dx11 plugin (r6945) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RHOP8P.ini b/Data/User/GameConfig/RHOP8P.ini index 85a8e2770a..2a0f1c8727 100644 --- a/Data/User/GameConfig/RHOP8P.ini +++ b/Data/User/GameConfig/RHOP8P.ini @@ -1,11 +1,22 @@ -# RHOP8P - House Of The Dead: OVERKILL -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use dx11 plugin (r6945) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Wii] +# RHOP8P - House Of The Dead: OVERKILL + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use dx11 plugin (r6945) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RHTP54.ini b/Data/User/GameConfig/RHTP54.ini index 9a3cf8bb01..ecee73786b 100644 --- a/Data/User/GameConfig/RHTP54.ini +++ b/Data/User/GameConfig/RHTP54.ini @@ -1,9 +1,22 @@ # RHTP54 - Manhunt 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RHUP7J.ini b/Data/User/GameConfig/RHUP7J.ini index 1caff9e75e..47ab87d7af 100644 --- a/Data/User/GameConfig/RHUP7J.ini +++ b/Data/User/GameConfig/RHUP7J.ini @@ -1,7 +1,19 @@ # RHUP7J - Skate City Heroes -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RIBPKM.ini b/Data/User/GameConfig/RIBPKM.ini index 6f98cbb249..074d1022e7 100644 --- a/Data/User/GameConfig/RIBPKM.ini +++ b/Data/User/GameConfig/RIBPKM.ini @@ -1,6 +1,18 @@ # RIBPKM - Igor:The Game -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RIHP8P.ini b/Data/User/GameConfig/RIHP8P.ini index d1b52f2639..9d3ea7e16f 100644 --- a/Data/User/GameConfig/RIHP8P.ini +++ b/Data/User/GameConfig/RIHP8P.ini @@ -1,7 +1,19 @@ # RIHP8P - TheIncredibleHulk -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RIJE69.ini b/Data/User/GameConfig/RIJE69.ini index 363171deaf..c8f42968ca 100644 --- a/Data/User/GameConfig/RIJE69.ini +++ b/Data/User/GameConfig/RIJE69.ini @@ -1,9 +1,22 @@ # RIJE69 - GIJoe -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RINE08.ini b/Data/User/GameConfig/RINE08.ini index 318ce8d41a..dcf8505ffd 100644 --- a/Data/User/GameConfig/RINE08.ini +++ b/Data/User/GameConfig/RINE08.ini @@ -1,7 +1,19 @@ # RINE08 - DEADRISING -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RINP08.ini b/Data/User/GameConfig/RINP08.ini index a1c1494f06..3b817f9489 100644 --- a/Data/User/GameConfig/RINP08.ini +++ b/Data/User/GameConfig/RINP08.ini @@ -1,9 +1,22 @@ # RINP08 - DEADRISING -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Can't load saves EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RIPEAF.ini b/Data/User/GameConfig/RIPEAF.ini index 6373ea5568..94542525e5 100644 --- a/Data/User/GameConfig/RIPEAF.ini +++ b/Data/User/GameConfig/RIPEAF.ini @@ -1,13 +1,25 @@ -# RIPEAF - ONEPIECE UNLIMITED ADVENTURE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] +# RIPEAF - ONEPIECE UNLIMITED ADVENTURE + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RIPJAF.ini b/Data/User/GameConfig/RIPJAF.ini index 1cf02a9079..166bbb7195 100644 --- a/Data/User/GameConfig/RIPJAF.ini +++ b/Data/User/GameConfig/RIPJAF.ini @@ -1,12 +1,25 @@ -# RIPJAF - ONEPIECE UNLIMITED ADVENTURE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RIPJAF - ONEPIECE UNLIMITED ADVENTURE + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RIPPAF.ini b/Data/User/GameConfig/RIPPAF.ini index b6b9edb6fb..f03e75294a 100644 --- a/Data/User/GameConfig/RIPPAF.ini +++ b/Data/User/GameConfig/RIPPAF.ini @@ -1,12 +1,25 @@ -# RIPPAF - ONEPIECE UNLIMITED ADVENTURE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RIPPAF - ONEPIECE UNLIMITED ADVENTURE + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RIUJAF.ini b/Data/User/GameConfig/RIUJAF.ini index 49dac820e4..2d2b657b0c 100644 --- a/Data/User/GameConfig/RIUJAF.ini +++ b/Data/User/GameConfig/RIUJAF.ini @@ -1,12 +1,25 @@ -# RIUJAF - ONEPIECE UNLIMITED CRUISE EPISODE 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RIUJAF - ONEPIECE UNLIMITED CRUISE EPISODE 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RIUPAF.ini b/Data/User/GameConfig/RIUPAF.ini index a557f4e1da..d963186f73 100644 --- a/Data/User/GameConfig/RIUPAF.ini +++ b/Data/User/GameConfig/RIUPAF.ini @@ -1,13 +1,25 @@ -# RIUPAF - ONEPIECE UNLIMITED CRUISE EPISODE 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# RIUPAF - ONEPIECE UNLIMITED CRUISE EPISODE 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RIVEXJ.ini b/Data/User/GameConfig/RIVEXJ.ini index f6facda828..bb327a0e3a 100644 --- a/Data/User/GameConfig/RIVEXJ.ini +++ b/Data/User/GameConfig/RIVEXJ.ini @@ -1,11 +1,22 @@ # RIVEXJ - Kiwi -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/RJ3P7J.ini b/Data/User/GameConfig/RJ3P7J.ini index 8e010fe26f..6e968d420b 100644 --- a/Data/User/GameConfig/RJ3P7J.ini +++ b/Data/User/GameConfig/RJ3P7J.ini @@ -1,6 +1,18 @@ -# RJ3P7J - Jeep Thrills -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# RJ3P7J - JeepŽ Thrills + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RJAP52.ini b/Data/User/GameConfig/RJAP52.ini index d57bc2f204..a80da7dd8a 100644 --- a/Data/User/GameConfig/RJAP52.ini +++ b/Data/User/GameConfig/RJAP52.ini @@ -1,7 +1,19 @@ # RJAP52 - cod5wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RJCP52.ini b/Data/User/GameConfig/RJCP52.ini index 7538cc3c95..a40f4a69a1 100644 --- a/Data/User/GameConfig/RJCP52.ini +++ b/Data/User/GameConfig/RJCP52.ini @@ -1,7 +1,19 @@ # RJCP52 - World Championship Offroad Racing (Baja 1000) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Darkening sometimes, but playable.Buggy and maybe Slowly on not faster machines" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RJSXUG.ini b/Data/User/GameConfig/RJSXUG.ini index f99fd73c80..29a819a419 100644 --- a/Data/User/GameConfig/RJSXUG.ini +++ b/Data/User/GameConfig/RJSXUG.ini @@ -1,6 +1,18 @@ # RJSXUG - Kawasaki Jet Ski -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RK2EEB.ini b/Data/User/GameConfig/RK2EEB.ini index 6c5a0714ab..f68598e051 100644 --- a/Data/User/GameConfig/RK2EEB.ini +++ b/Data/User/GameConfig/RK2EEB.ini @@ -1,12 +1,25 @@ -# RK2EEB - TRAUMA CENTER NEW BLOOD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RK2EEB - TRAUMA CENTER NEW BLOOD + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RK2JEB.ini b/Data/User/GameConfig/RK2JEB.ini index bd31912d19..99700f314f 100644 --- a/Data/User/GameConfig/RK2JEB.ini +++ b/Data/User/GameConfig/RK2JEB.ini @@ -1,12 +1,25 @@ -# RK2JEB - TRAUMA CENTER NEW BLOOD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RK2JEB - TRAUMA CENTER NEW BLOOD + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RK2P01.ini b/Data/User/GameConfig/RK2P01.ini index 9a4a236510..76ac00fbcd 100644 --- a/Data/User/GameConfig/RK2P01.ini +++ b/Data/User/GameConfig/RK2P01.ini @@ -1,12 +1,25 @@ -# RK2P01 - TRAUMA CENTER NEW BLOOD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RK2P01 - TRAUMA CENTER NEW BLOOD + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RK5E01.ini b/Data/User/GameConfig/RK5E01.ini index 3f8663b053..94af6cb290 100644 --- a/Data/User/GameConfig/RK5E01.ini +++ b/Data/User/GameConfig/RK5E01.ini @@ -1,16 +1,27 @@ # RK5E01 - fluff -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/RKDEEB.ini b/Data/User/GameConfig/RKDEEB.ini index a8c03dc138..ec657f5753 100644 --- a/Data/User/GameConfig/RKDEEB.ini +++ b/Data/User/GameConfig/RKDEEB.ini @@ -1,13 +1,25 @@ -# RKDEEB - Trauma Center SO -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# RKDEEB - Trauma Center SO + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RKDJEB.ini b/Data/User/GameConfig/RKDJEB.ini index 98c14db7a6..87a7acbf5c 100644 --- a/Data/User/GameConfig/RKDJEB.ini +++ b/Data/User/GameConfig/RKDJEB.ini @@ -1,12 +1,25 @@ -# RKDJEB - Trauma Center SO -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RKDJEB - Trauma Center SO + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RKDP01.ini b/Data/User/GameConfig/RKDP01.ini index ac319429c0..072d9ac478 100644 --- a/Data/User/GameConfig/RKDP01.ini +++ b/Data/User/GameConfig/RKDP01.ini @@ -1,11 +1,22 @@ -# RKDP01 - Caduceus Z -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# RKDP01 - Caduceus Z + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RKDPEB.ini b/Data/User/GameConfig/RKDPEB.ini index 30324324ae..6ca62dc599 100644 --- a/Data/User/GameConfig/RKDPEB.ini +++ b/Data/User/GameConfig/RKDPEB.ini @@ -1,12 +1,25 @@ -# RKDPEB - Trauma Center SO -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RKDPEB - Trauma Center SO + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 0 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RKIPUG.ini b/Data/User/GameConfig/RKIPUG.ini index 3e6dc1c1ba..69a9e42681 100644 --- a/Data/User/GameConfig/RKIPUG.ini +++ b/Data/User/GameConfig/RKIPUG.ini @@ -1,6 +1,18 @@ # RKIPUG - Kidz Sports Icehockey -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RKMP5D.ini b/Data/User/GameConfig/RKMP5D.ini index abcf742055..61379ebe54 100644 --- a/Data/User/GameConfig/RKMP5D.ini +++ b/Data/User/GameConfig/RKMP5D.ini @@ -1,11 +1,22 @@ # RKMP5D - Armageddon -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/RKSPUG.ini b/Data/User/GameConfig/RKSPUG.ini index a053c93cf3..f81f42e769 100644 --- a/Data/User/GameConfig/RKSPUG.ini +++ b/Data/User/GameConfig/RKSPUG.ini @@ -1,6 +1,18 @@ # RKSPUG - Kidz Sports Basketball -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RLBEWR.ini b/Data/User/GameConfig/RLBEWR.ini index b935a961b3..cffdc41ed1 100644 --- a/Data/User/GameConfig/RLBEWR.ini +++ b/Data/User/GameConfig/RLBEWR.ini @@ -1,15 +1,27 @@ # RLBEWR - LEGO Batman -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RLEEFS.ini b/Data/User/GameConfig/RLEEFS.ini index 9e79e7f375..d4a47a0068 100644 --- a/Data/User/GameConfig/RLEEFS.ini +++ b/Data/User/GameConfig/RLEEFS.ini @@ -1,7 +1,19 @@ # RLEEFS - Ten Pin Alley 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues="Needs Projection Before to 945 to see graphics.Slow but Fully playable!" -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RLGE64.ini b/Data/User/GameConfig/RLGE64.ini index 5e66cda379..b980630ffa 100644 --- a/Data/User/GameConfig/RLGE64.ini +++ b/Data/User/GameConfig/RLGE64.ini @@ -1,16 +1,27 @@ # RLGE64 - LEGO Star Wars The Complete Saga -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RLGJ52.ini b/Data/User/GameConfig/RLGJ52.ini index 37b4f728d1..2ebd71aae3 100644 --- a/Data/User/GameConfig/RLGJ52.ini +++ b/Data/User/GameConfig/RLGJ52.ini @@ -1,16 +1,27 @@ # RLGJ52 - LEGO Star Wars The Complete Saga -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RLGP64.ini b/Data/User/GameConfig/RLGP64.ini index 6404bf0a77..2d3edefc48 100644 --- a/Data/User/GameConfig/RLGP64.ini +++ b/Data/User/GameConfig/RLGP64.ini @@ -1,16 +1,27 @@ # RLGP64 - LEGO Star Wars The Complete Saga -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RLJPKM.ini b/Data/User/GameConfig/RLJPKM.ini index 97d971c284..81beded41b 100644 --- a/Data/User/GameConfig/RLJPKM.ini +++ b/Data/User/GameConfig/RLJPKM.ini @@ -1,9 +1,22 @@ # RLJPKM - Line Rider Freestyle -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] -ProjectionHack = 0 \ No newline at end of file +ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RLXEMJ.ini b/Data/User/GameConfig/RLXEMJ.ini index 363a45abfc..f2220596ca 100644 --- a/Data/User/GameConfig/RLXEMJ.ini +++ b/Data/User/GameConfig/RLXEMJ.ini @@ -1,7 +1,19 @@ # RLXEMJ - LUXOR: Pharaoh's Challenge -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RM2E69.ini b/Data/User/GameConfig/RM2E69.ini index e09ad1a646..700dc82cfa 100644 --- a/Data/User/GameConfig/RM2E69.ini +++ b/Data/User/GameConfig/RM2E69.ini @@ -1,7 +1,19 @@ -# RM2E69 - Medal of Honor Heroes™ 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# RM2E69 - Medal of Honor Heroes™ 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 EmulationIssues = Freeze on wiimote screen -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RM3E01.ini b/Data/User/GameConfig/RM3E01.ini index 182660bd97..17e1a38619 100644 --- a/Data/User/GameConfig/RM3E01.ini +++ b/Data/User/GameConfig/RM3E01.ini @@ -1,25 +1,33 @@ -# RM3E01 - Metroid Prime 3: Corruption -[Core] -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True -[Wii] -[Video_Hacks] -EFBEmulateFormatChanges = True +# RM3E01 - Metroid Prime 3: Corruption + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RM3J01.ini b/Data/User/GameConfig/RM3J01.ini index 50c84d87a9..e8abfbb96c 100644 --- a/Data/User/GameConfig/RM3J01.ini +++ b/Data/User/GameConfig/RM3J01.ini @@ -1,25 +1,33 @@ -# RM3J01 - Metroid Prime 3: Corruption -[Core] -#Values set here will override the main dolphin settings. -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True -[Wii] -[Video_Hacks] -EFBEmulateFormatChanges = True +# RM3J01 - Metroid Prime 3: Corruption + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RM3P01.ini b/Data/User/GameConfig/RM3P01.ini index 0832325938..b2ef0382d8 100644 --- a/Data/User/GameConfig/RM3P01.ini +++ b/Data/User/GameConfig/RM3P01.ini @@ -1,27 +1,36 @@ -# RM3P01 - Metroid Prime 3: Corruption -[Core] -#Values set here will override the main dolphin settings. -[Speedhacks] -0x804e8b20=600 -[EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = minor coloring problems -[OnFrame] -[ActionReplay] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True -[Wii] -[Video_Hacks] -EFBEmulateFormatChanges = True +# RM3P01 - Metroid Prime 3: Corruption + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = minor coloring problems + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + +[Speedhacks] +0x804e8b20=600 + diff --git a/Data/User/GameConfig/RM6EEB.ini b/Data/User/GameConfig/RM6EEB.ini index 8f78ac8ffa..60933c75ec 100644 --- a/Data/User/GameConfig/RM6EEB.ini +++ b/Data/User/GameConfig/RM6EEB.ini @@ -1,15 +1,27 @@ # RM6EEB - BAROQUE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RM8E01.ini b/Data/User/GameConfig/RM8E01.ini index 3c0cf5a08e..ad0b0ae81d 100644 --- a/Data/User/GameConfig/RM8E01.ini +++ b/Data/User/GameConfig/RM8E01.ini @@ -1,24 +1,34 @@ # RM8E01 - Mario Party 8 + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 Issues= -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RM8P01.ini b/Data/User/GameConfig/RM8P01.ini index 36c8e60131..af6b663910 100644 --- a/Data/User/GameConfig/RM8P01.ini +++ b/Data/User/GameConfig/RM8P01.ini @@ -1,19 +1,33 @@ # RM8P01 - Mario Party 8 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RMAE01.ini b/Data/User/GameConfig/RMAE01.ini index 96701f4aa5..b92661c17a 100644 --- a/Data/User/GameConfig/RMAE01.ini +++ b/Data/User/GameConfig/RMAE01.ini @@ -1,10 +1,22 @@ # RMAE01 - MarioTennisGC(Wii Version) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Starts in tournament mode -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RMAP01.ini b/Data/User/GameConfig/RMAP01.ini index 52caa314ab..b16d110eab 100644 --- a/Data/User/GameConfig/RMAP01.ini +++ b/Data/User/GameConfig/RMAP01.ini @@ -1,7 +1,19 @@ # RMAP01 - MarioTennisGC(Wii Version) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Starts in tournament mode -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RMCE01.ini b/Data/User/GameConfig/RMCE01.ini index 39951b7054..282bb9385e 100644 --- a/Data/User/GameConfig/RMCE01.ini +++ b/Data/User/GameConfig/RMCE01.ini @@ -1,22 +1,30 @@ # RMCE01 - Mario Kart Wii + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RMCJ01.ini b/Data/User/GameConfig/RMCJ01.ini index 287a76564e..d16270c912 100644 --- a/Data/User/GameConfig/RMCJ01.ini +++ b/Data/User/GameConfig/RMCJ01.ini @@ -1,22 +1,30 @@ # RMCJ01 - Mario Kart Wii + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RMCK01.ini b/Data/User/GameConfig/RMCK01.ini index d017a91524..a3395b206a 100644 --- a/Data/User/GameConfig/RMCK01.ini +++ b/Data/User/GameConfig/RMCK01.ini @@ -1,22 +1,30 @@ # RMCK01 - Mario Kart Wii + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RMCP01.ini b/Data/User/GameConfig/RMCP01.ini index 522f029fe7..c2240f996b 100644 --- a/Data/User/GameConfig/RMCP01.ini +++ b/Data/User/GameConfig/RMCP01.ini @@ -1,22 +1,30 @@ # RMCP01 - Mario Kart Wii + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RMGE01.ini b/Data/User/GameConfig/RMGE01.ini index 295edc018a..005c621813 100644 --- a/Data/User/GameConfig/RMGE01.ini +++ b/Data/User/GameConfig/RMGE01.ini @@ -1,17 +1,30 @@ # RMGE01 - SUPER MARIO GALAXY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = LLE audio prevents a crash after the last Grand Star and fixes sound issues. It needs EFB to CPU Access to be able to grab the stars. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True + diff --git a/Data/User/GameConfig/RMGJ01.ini b/Data/User/GameConfig/RMGJ01.ini index 688079d589..c4338d5ceb 100644 --- a/Data/User/GameConfig/RMGJ01.ini +++ b/Data/User/GameConfig/RMGJ01.ini @@ -1,17 +1,30 @@ # RMGJ01 - SUPER MARIO GALAXY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = LLE audio prevents a crash after the last Grand Star and fixes sound issues. It needs EFB to CPU Access to be able to grab the stars. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True + diff --git a/Data/User/GameConfig/RMGK01.ini b/Data/User/GameConfig/RMGK01.ini index f51950915d..b52f198eb3 100644 --- a/Data/User/GameConfig/RMGK01.ini +++ b/Data/User/GameConfig/RMGK01.ini @@ -1,17 +1,30 @@ # RMGK01 - SUPER MARIO GALAXY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = LLE audio prevents a crash after the last Grand Star and fixes sound issues. It needs EFB to CPU Access to be able to grab the stars. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True + diff --git a/Data/User/GameConfig/RMGP01.ini b/Data/User/GameConfig/RMGP01.ini index a083afc0ff..a06d1c4f77 100644 --- a/Data/User/GameConfig/RMGP01.ini +++ b/Data/User/GameConfig/RMGP01.ini @@ -1,17 +1,30 @@ # RMGP01 - SUPER MARIO GALAXY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = LLE audio prevents a crash after the last Grand Star and fixes sound issues. It needs EFB to CPU Access to be able to grab the stars. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True + diff --git a/Data/User/GameConfig/RMHE08.ini b/Data/User/GameConfig/RMHE08.ini index 85aebfdd73..98bbab0d30 100644 --- a/Data/User/GameConfig/RMHE08.ini +++ b/Data/User/GameConfig/RMHE08.ini @@ -1,27 +1,41 @@ -# RMHE08 - Monster Hunter Tri -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Skip efb access from cpu needs to be enabled for direct 3d 9 & 11 to have playable speeds. -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -+$Bloom OFF -0x04056FF4:dword:0xC022FFE4 -0x0479DA84:dword:0x3F800000 -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBAccessEnable = False -EFBToTextureEnable = False -EFBCopyEnable = True -EFBCopyCacheEnable = True -[Video_Settings] -UseXFB = True -UseRealXFB = False +# RMHE08 - Monster Hunter Tri + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Skip efb access from cpu needs to be enabled for direct 3d 9 & 11 to have playable speeds. +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. ++$Bloom OFF +0x04056FF4:dword:0xC022FFE4 +0x0479DA84:dword:0x3F800000 + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +[Video_Hacks] +EFBAccessEnable = False +EFBToTextureEnable = False +EFBCopyEnable = True +EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/RMHJ08.ini b/Data/User/GameConfig/RMHJ08.ini index af7e72d870..f3ac91846e 100644 --- a/Data/User/GameConfig/RMHJ08.ini +++ b/Data/User/GameConfig/RMHJ08.ini @@ -1,27 +1,41 @@ -# RMHJ08 - MONSTER HUNTER 3 -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Skip efb access from cpu needs to be enabled for direct 3d 9 & 11 to have playable speeds. -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -0x805DD6D4:dword:0x60000000 -0x805DD6D8:dword:0x60000000 -0x805DD6DC:dword:0x60000000 -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBAccessEnable = False -EFBToTextureEnable = False -EFBCopyEnable = True -EFBCopyCacheEnable = True -[Video_Settings] -UseXFB = True -UseRealXFB = False +# RMHJ08 - MONSTER HUNTER 3 + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Skip efb access from cpu needs to be enabled for direct 3d 9 & 11 to have playable speeds. +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. +0x805DD6D4:dword:0x60000000 +0x805DD6D8:dword:0x60000000 +0x805DD6DC:dword:0x60000000 + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +[Video_Hacks] +EFBAccessEnable = False +EFBToTextureEnable = False +EFBCopyEnable = True +EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/RMHP08.ini b/Data/User/GameConfig/RMHP08.ini index e710dbfe7d..d8952d1742 100644 --- a/Data/User/GameConfig/RMHP08.ini +++ b/Data/User/GameConfig/RMHP08.ini @@ -1,19 +1,33 @@ -# RMHP08 - Monster Hunter Tri -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Skip efb access from cpu needs to be enabled for direct 3d 9 & 11 to have playable speeds. -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Hacks] -EFBAccessEnable = False -EFBToTextureEnable = False -EFBCopyEnable = True -EFBCopyCacheEnable = True -[Video_Settings] -UseXFB = True -UseRealXFB = False +# RMHP08 - Monster Hunter Tri + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Skip efb access from cpu needs to be enabled for direct 3d 9 & 11 to have playable speeds. +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +[Video_Hacks] +EFBAccessEnable = False +EFBToTextureEnable = False +EFBCopyEnable = True +EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/RMKE01.ini b/Data/User/GameConfig/RMKE01.ini index 36ffba522d..4b26f6dbc3 100644 --- a/Data/User/GameConfig/RMKE01.ini +++ b/Data/User/GameConfig/RMKE01.ini @@ -1,10 +1,22 @@ # RMKE01 - MARIO SPORTS MIX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use Direct3D11 plugin for less glitches (r6932) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RMKJ01.ini b/Data/User/GameConfig/RMKJ01.ini index e093161972..ff7399298a 100644 --- a/Data/User/GameConfig/RMKJ01.ini +++ b/Data/User/GameConfig/RMKJ01.ini @@ -1,10 +1,22 @@ # RMKJ01 - MARIO SPORTS MIX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use Direct3D11 plugin for less glitches (r6932) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RMKP01.ini b/Data/User/GameConfig/RMKP01.ini index 72af5bfc0d..d153ea1f57 100644 --- a/Data/User/GameConfig/RMKP01.ini +++ b/Data/User/GameConfig/RMKP01.ini @@ -1,16 +1,27 @@ # RMKP01 - MARIO SPORTS MIX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use Direct3D11 plugin for less glitches (r6932) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Enhancements] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RMLEH4.ini b/Data/User/GameConfig/RMLEH4.ini index 0c7e830a80..6a55d81189 100644 --- a/Data/User/GameConfig/RMLEH4.ini +++ b/Data/User/GameConfig/RMLEH4.ini @@ -1,18 +1,31 @@ -# RMLEH4 - METAL SLUG Anthology -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RMLEH4 - METAL SLUG Anthology + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RMLJH4.ini b/Data/User/GameConfig/RMLJH4.ini index 0bf357494c..28872e8709 100644 --- a/Data/User/GameConfig/RMLJH4.ini +++ b/Data/User/GameConfig/RMLJH4.ini @@ -1,18 +1,31 @@ -# RMLJH4 - Metal Slug Complete -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RMLJH4 - Metal Slug Complete + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RMLK52.ini b/Data/User/GameConfig/RMLK52.ini index 073a3307d7..aaff54530e 100644 --- a/Data/User/GameConfig/RMLK52.ini +++ b/Data/User/GameConfig/RMLK52.ini @@ -1,18 +1,31 @@ -# RMLK52 - Metal Slug Complete -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RMLK52 - Metal Slug Complete + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RMLP7U.ini b/Data/User/GameConfig/RMLP7U.ini index 33b3c45275..91503b5230 100644 --- a/Data/User/GameConfig/RMLP7U.ini +++ b/Data/User/GameConfig/RMLP7U.ini @@ -1,18 +1,31 @@ -# RMLP7U - METAL SLUG Anthology -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RMLP7U - METAL SLUG Anthology + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RMLPH4.ini b/Data/User/GameConfig/RMLPH4.ini index b923c7441a..634e4ff86b 100644 --- a/Data/User/GameConfig/RMLPH4.ini +++ b/Data/User/GameConfig/RMLPH4.ini @@ -1,18 +1,31 @@ -# RMLPH4 - METAL SLUG Anthology -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# RMLPH4 - METAL SLUG Anthology + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RMSE52.ini b/Data/User/GameConfig/RMSE52.ini index f34508910e..0925e2522a 100644 --- a/Data/User/GameConfig/RMSE52.ini +++ b/Data/User/GameConfig/RMSE52.ini @@ -1,7 +1,19 @@ # RMSE52 - Marvel Ultimate Alliance 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. \ No newline at end of file +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RNEEDA.ini b/Data/User/GameConfig/RNEEDA.ini index 1a5cfd395e..bde5c23749 100644 --- a/Data/User/GameConfig/RNEEDA.ini +++ b/Data/User/GameConfig/RNEEDA.ini @@ -1,10 +1,22 @@ # RNEEDA - NARUTO: Clash of Ninja Revolution 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RNEJDA.ini b/Data/User/GameConfig/RNEJDA.ini index e0d4d62ef9..878f50d0d9 100644 --- a/Data/User/GameConfig/RNEJDA.ini +++ b/Data/User/GameConfig/RNEJDA.ini @@ -1,10 +1,22 @@ # RNEJDA - NARUTO GEKITOHNINJATAISEN EX3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RNEPDA.ini b/Data/User/GameConfig/RNEPDA.ini index ddf34849ce..aed9c3abe9 100644 --- a/Data/User/GameConfig/RNEPDA.ini +++ b/Data/User/GameConfig/RNEPDA.ini @@ -1,10 +1,22 @@ # RNEPDA - NARUTO: Clash of Ninja Revolution 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RNHE41.ini b/Data/User/GameConfig/RNHE41.ini index 05054cd297..dabcbd7d18 100644 --- a/Data/User/GameConfig/RNHE41.ini +++ b/Data/User/GameConfig/RNHE41.ini @@ -1,17 +1,30 @@ # RNHE41 - NO MORE HEROES -[Core] Values set here will override the main dolphin settings. -[Speedhacks] -0x8035bc9c=700 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Small graphical glitch with light saber (light stays at the same place for a second when you move) -[OnFrame] Add memory patches to be applied every frame here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Speedhacks] +0x8035bc9c=700 + diff --git a/Data/User/GameConfig/RNMXUG.ini b/Data/User/GameConfig/RNMXUG.ini index b6b66b7569..c6725db3ae 100644 --- a/Data/User/GameConfig/RNMXUG.ini +++ b/Data/User/GameConfig/RNMXUG.ini @@ -1,6 +1,18 @@ # RNMXUG - NinjaBread Man -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RNOJ01.ini b/Data/User/GameConfig/RNOJ01.ini index 50f94d5f6a..7db84b83e5 100644 --- a/Data/User/GameConfig/RNOJ01.ini +++ b/Data/User/GameConfig/RNOJ01.ini @@ -1,21 +1,35 @@ # RNOJ01 - Another Code R Kioku no Tobira -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Efb to Ram is needed for proper scene transition effect. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/RNOP01.ini b/Data/User/GameConfig/RNOP01.ini index 7a56630ac2..99cd73ec1b 100644 --- a/Data/User/GameConfig/RNOP01.ini +++ b/Data/User/GameConfig/RNOP01.ini @@ -1,21 +1,35 @@ # RNOP01 - Another Code:R -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Efb to Ram is needed for proper scene transition effect. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/RO2P7N.ini b/Data/User/GameConfig/RO2P7N.ini index f2daee2e1b..5f84ef165b 100644 --- a/Data/User/GameConfig/RO2P7N.ini +++ b/Data/User/GameConfig/RO2P7N.ini @@ -1,13 +1,23 @@ # RO2P7N - OFF ROAD + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. +$Hangfix 0x8007D340:byte:0x00000090 0x8007D344:byte:0x00000090 0x8007D348:byte:0x00000090 + [ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RO3EXJ.ini b/Data/User/GameConfig/RO3EXJ.ini index d71d65b387..36c1342331 100644 --- a/Data/User/GameConfig/RO3EXJ.ini +++ b/Data/User/GameConfig/RO3EXJ.ini @@ -1,18 +1,30 @@ # RO3EXJ - Little King's Story -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False diff --git a/Data/User/GameConfig/RO3J99.ini b/Data/User/GameConfig/RO3J99.ini index cf2c59038e..9834676c7c 100644 --- a/Data/User/GameConfig/RO3J99.ini +++ b/Data/User/GameConfig/RO3J99.ini @@ -1,13 +1,26 @@ # RO3J99 - Little King's Story -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + [Video_Settings] UseXFB = True UseRealXFB = False + diff --git a/Data/User/GameConfig/RO3P99.ini b/Data/User/GameConfig/RO3P99.ini index 43a8f83bb3..67e93793e7 100644 --- a/Data/User/GameConfig/RO3P99.ini +++ b/Data/User/GameConfig/RO3P99.ini @@ -1,13 +1,26 @@ # RO3P99 - Little King's Story -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + [Video_Settings] UseXFB = True UseRealXFB = False + diff --git a/Data/User/GameConfig/RO7P7D.ini b/Data/User/GameConfig/RO7P7D.ini index ca102f61b0..7441796f47 100644 --- a/Data/User/GameConfig/RO7P7D.ini +++ b/Data/User/GameConfig/RO7P7D.ini @@ -1,11 +1,18 @@ # RO7P7D - Spyro: Eternal Night + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] -#Add memory patches to be applied every frame here. +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RO8E7D.ini b/Data/User/GameConfig/RO8E7D.ini index 87acc7cb83..d2714552ce 100644 --- a/Data/User/GameConfig/RO8E7D.ini +++ b/Data/User/GameConfig/RO8E7D.ini @@ -1,7 +1,19 @@ # RO8E7D - SPYRO08 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RO9EFS.ini b/Data/User/GameConfig/RO9EFS.ini index 711f3b2305..1f7363765c 100644 --- a/Data/User/GameConfig/RO9EFS.ini +++ b/Data/User/GameConfig/RO9EFS.ini @@ -1,18 +1,31 @@ # RO9EFS - Aqua Panic -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Video_Hacks] + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RO9PNK.ini b/Data/User/GameConfig/RO9PNK.ini index 038001d969..4300ade714 100644 --- a/Data/User/GameConfig/RO9PNK.ini +++ b/Data/User/GameConfig/RO9PNK.ini @@ -1,18 +1,31 @@ # RO9PNK - Aqua Panic -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Video_Hacks] + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] \ No newline at end of file +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/ROAE36.ini b/Data/User/GameConfig/ROAE36.ini index b252437731..9b30ccb0f9 100644 --- a/Data/User/GameConfig/ROAE36.ini +++ b/Data/User/GameConfig/ROAE36.ini @@ -1,17 +1,30 @@ -# ROAE36 - Overlord: Dark Legend -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Accessing the map will crash the game (see issue 3953). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# ROAE36 - Overlord: Dark Legend + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Accessing the map will crash the game (see issue 3953). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/ROAP36.ini b/Data/User/GameConfig/ROAP36.ini index f07c480b55..c3f5704ea3 100644 --- a/Data/User/GameConfig/ROAP36.ini +++ b/Data/User/GameConfig/ROAP36.ini @@ -1,17 +1,30 @@ -# ROAP36 - Overlord: Dark Legend -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Accessing the map will crash the game (see issue 3953). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# ROAP36 - Overlord: Dark Legend + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Accessing the map will crash the game (see issue 3953). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/ROCPNK.ini b/Data/User/GameConfig/ROCPNK.ini index 8a2e99ce01..92ed00f5c7 100644 --- a/Data/User/GameConfig/ROCPNK.ini +++ b/Data/User/GameConfig/ROCPNK.ini @@ -1,6 +1,18 @@ # ROCPNK - COCOTO KART WII EUR -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RODE01.ini b/Data/User/GameConfig/RODE01.ini index c7fb51d19b..d2ce7be22b 100644 --- a/Data/User/GameConfig/RODE01.ini +++ b/Data/User/GameConfig/RODE01.ini @@ -1,17 +1,30 @@ # RODE01 - WarioWare: Smooth Moves -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RODJ01.ini b/Data/User/GameConfig/RODJ01.ini index f707f66a84..39381248b9 100644 --- a/Data/User/GameConfig/RODJ01.ini +++ b/Data/User/GameConfig/RODJ01.ini @@ -1,17 +1,30 @@ # RODJ01 - WarioWare: Smooth Moves -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RODK01.ini b/Data/User/GameConfig/RODK01.ini index 5445f9e8c2..bd62c74480 100644 --- a/Data/User/GameConfig/RODK01.ini +++ b/Data/User/GameConfig/RODK01.ini @@ -1,17 +1,30 @@ # RODK01 - WarioWare: Smooth Moves -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RODP01.ini b/Data/User/GameConfig/RODP01.ini index fd98297fa4..24f7eef635 100644 --- a/Data/User/GameConfig/RODP01.ini +++ b/Data/User/GameConfig/RODP01.ini @@ -1,17 +1,30 @@ # RODP01 - WarioWare: Smooth Moves -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/ROLE8P.ini b/Data/User/GameConfig/ROLE8P.ini index 607d412d7f..48870b45a4 100644 --- a/Data/User/GameConfig/ROLE8P.ini +++ b/Data/User/GameConfig/ROLE8P.ini @@ -1,17 +1,30 @@ -# ROLE8P - Mario & Sonic at the Olympic Winter Games -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.01 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# ROLE8P - Mario & Sonic at the Olympic Winter Games + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.01 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/ROLJ01.ini b/Data/User/GameConfig/ROLJ01.ini index 43348472b6..3a287f4bee 100644 --- a/Data/User/GameConfig/ROLJ01.ini +++ b/Data/User/GameConfig/ROLJ01.ini @@ -1,17 +1,30 @@ -# ROLJ01 - Mario & Sonic at the Olympic Winter Games -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.01 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# ROLJ01 - Mario & Sonic at the Olympic Winter Games + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.01 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/ROLK01.ini b/Data/User/GameConfig/ROLK01.ini index 0b49240afd..595e3bbdfe 100644 --- a/Data/User/GameConfig/ROLK01.ini +++ b/Data/User/GameConfig/ROLK01.ini @@ -1,17 +1,30 @@ -# ROLK01 - Mario & Sonic at the Olympic Winter Games -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.01 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# ROLK01 - Mario & Sonic at the Olympic Winter Games + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.01 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/ROLP8P.ini b/Data/User/GameConfig/ROLP8P.ini index e39bc91547..1d715901d0 100644 --- a/Data/User/GameConfig/ROLP8P.ini +++ b/Data/User/GameConfig/ROLP8P.ini @@ -1,17 +1,30 @@ -# ROLP8P - Mario & Sonic at the Olympic Winter Games -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.01 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# ROLP8P - Mario & Sonic at the Olympic Winter Games + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.01 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RONEG9.ini b/Data/User/GameConfig/RONEG9.ini index 13570eb411..084aa1bef0 100644 --- a/Data/User/GameConfig/RONEG9.ini +++ b/Data/User/GameConfig/RONEG9.ini @@ -1,16 +1,30 @@ # RONEG9 - Onechanbara: Bikini Zombie Slayers -[Video_Hacks] -EFBEmulateFormatChanges = True + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RONJG9.ini b/Data/User/GameConfig/RONJG9.ini index c2c772aab9..495f7ef305 100644 --- a/Data/User/GameConfig/RONJG9.ini +++ b/Data/User/GameConfig/RONJG9.ini @@ -1,16 +1,30 @@ # RONJG9 - Onechanbara Revolution -[Video_Hacks] -EFBEmulateFormatChanges = True + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RONPG9.ini b/Data/User/GameConfig/RONPG9.ini index 82c3786199..957cc0ce92 100644 --- a/Data/User/GameConfig/RONPG9.ini +++ b/Data/User/GameConfig/RONPG9.ini @@ -1,16 +1,30 @@ # RONPG9 - Onechanbara: Bikini Zombie Slayers -[Video_Hacks] -EFBEmulateFormatChanges = True + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/ROUJAF.ini b/Data/User/GameConfig/ROUJAF.ini index ddea43bdf2..05fb7caa6b 100644 --- a/Data/User/GameConfig/ROUJAF.ini +++ b/Data/User/GameConfig/ROUJAF.ini @@ -1,12 +1,25 @@ -# ROUJAF - ONEPIECE UNLIMITED CRUISE EPISODE 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# ROUJAF - ONEPIECE UNLIMITED CRUISE EPISODE 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/ROUPAF.ini b/Data/User/GameConfig/ROUPAF.ini index 82f940a178..668ee3e375 100644 --- a/Data/User/GameConfig/ROUPAF.ini +++ b/Data/User/GameConfig/ROUPAF.ini @@ -1,12 +1,25 @@ -# ROUPAF - ONEPIECE UNLIMITED CRUISE EPISODE 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# ROUPAF - ONEPIECE UNLIMITED CRUISE EPISODE 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/ROWE08.ini b/Data/User/GameConfig/ROWE08.ini index a392c3de77..950dbb40df 100644 --- a/Data/User/GameConfig/ROWE08.ini +++ b/Data/User/GameConfig/ROWE08.ini @@ -1,22 +1,35 @@ -# ROWE08 - Okami -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use dx9 plugin. Game menu issues (r6564) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBAccessEnable = True -EFBToTextureEnable = False -EFBCopyEnable = True - +# ROWE08 - Okami + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use dx9 plugin. Game menu issues (r6564) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBAccessEnable = True +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/ROWJ08.ini b/Data/User/GameConfig/ROWJ08.ini index cb0e439393..51d1e488ba 100644 --- a/Data/User/GameConfig/ROWJ08.ini +++ b/Data/User/GameConfig/ROWJ08.ini @@ -1,21 +1,35 @@ -# ROWJ08 - Okami -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use dx9 plugin. Game menu issues (r6564) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBAccessEnable = True -EFBToTextureEnable = False -EFBCopyEnable = True +# ROWJ08 - Okami + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use dx9 plugin. Game menu issues (r6564) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBAccessEnable = True +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/ROWP08.ini b/Data/User/GameConfig/ROWP08.ini index 073886bccb..a0412f1c4a 100644 --- a/Data/User/GameConfig/ROWP08.ini +++ b/Data/User/GameConfig/ROWP08.ini @@ -1,21 +1,35 @@ -# ROWP08 - Okami -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Use dx9 plugin. Game menu issues (r6564) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -EFBAccessEnable = True -EFBToTextureEnable = False -EFBCopyEnable = True +# ROWP08 - Okami + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use dx9 plugin. Game menu issues (r6564) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBAccessEnable = True +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/RP7P52.ini b/Data/User/GameConfig/RP7P52.ini index a2400874a8..f134514dc2 100644 --- a/Data/User/GameConfig/RP7P52.ini +++ b/Data/User/GameConfig/RP7P52.ini @@ -1,7 +1,19 @@ # RP7P52 - Pirates: Hunt for Black Beard's Booty -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RPBE01.ini b/Data/User/GameConfig/RPBE01.ini index d12718eb45..eb8b54de0c 100644 --- a/Data/User/GameConfig/RPBE01.ini +++ b/Data/User/GameConfig/RPBE01.ini @@ -1,18 +1,30 @@ -# RPBE01 - Pokemon Battle Revolution -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs texture cache set to "Safe"(r6906). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 - +# RPBE01 - Pokemon Battle Revolution + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs texture cache set to "Safe"(r6906). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/RPBJ01.ini b/Data/User/GameConfig/RPBJ01.ini index 4ebf8e0934..cc365fa653 100644 --- a/Data/User/GameConfig/RPBJ01.ini +++ b/Data/User/GameConfig/RPBJ01.ini @@ -1,17 +1,30 @@ -# RPBJ01 - Pokemon Battle Revolution -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs texture cache set to "Safe"(r6906). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# RPBJ01 - Pokemon Battle Revolution + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs texture cache set to "Safe"(r6906). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/RPBP01.ini b/Data/User/GameConfig/RPBP01.ini index fce7b6831e..a3194cd9ea 100644 --- a/Data/User/GameConfig/RPBP01.ini +++ b/Data/User/GameConfig/RPBP01.ini @@ -1,17 +1,30 @@ -# RPBP01 - Pokemon Battle Revolution -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs texture cache set to "Safe"(r6906). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# RPBP01 - Pokemon Battle Revolution + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs texture cache set to "Safe"(r6906). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/RPDPGN.ini b/Data/User/GameConfig/RPDPGN.ini index ac4d1413ef..bd082a742a 100644 --- a/Data/User/GameConfig/RPDPGN.ini +++ b/Data/User/GameConfig/RPDPGN.ini @@ -1,6 +1,18 @@ # RPDPGN - PDC WORLD CHAMPIONSHIP DARTS 2008 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RPJE7U.ini b/Data/User/GameConfig/RPJE7U.ini index 56280aaf38..37cedbc157 100644 --- a/Data/User/GameConfig/RPJE7U.ini +++ b/Data/User/GameConfig/RPJE7U.ini @@ -1,19 +1,33 @@ -# RPJE7U - ARC RISE FANTASIA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# RPJE7U - ARC RISE FANTASIA + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RPJJ99.ini b/Data/User/GameConfig/RPJJ99.ini index c34ba44f56..8bd66b52ef 100644 --- a/Data/User/GameConfig/RPJJ99.ini +++ b/Data/User/GameConfig/RPJJ99.ini @@ -1,19 +1,33 @@ -# RPJJ99 - ARC RISE FANTASIA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# RPJJ99 - ARC RISE FANTASIA + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RPPE41.ini b/Data/User/GameConfig/RPPE41.ini index 182878ec3e..d7025cb32a 100644 --- a/Data/User/GameConfig/RPPE41.ini +++ b/Data/User/GameConfig/RPPE41.ini @@ -1,7 +1,19 @@ # RPPE41 - PRINCE OF PERSIA RIVAL SWORDS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RPWZ41.ini b/Data/User/GameConfig/RPWZ41.ini index 9d5c8a2eaf..c2d628bd49 100644 --- a/Data/User/GameConfig/RPWZ41.ini +++ b/Data/User/GameConfig/RPWZ41.ini @@ -1,16 +1,27 @@ # RPWZ41 - Prince of Persia Forgotten Sands -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/RPYP9B.ini b/Data/User/GameConfig/RPYP9B.ini index 0dafe3e5da..2508ab49c1 100644 --- a/Data/User/GameConfig/RPYP9B.ini +++ b/Data/User/GameConfig/RPYP9B.ini @@ -1,8 +1,19 @@ # RPYP9B - Pangya! Golf with Style -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RQ6EJJ.ini b/Data/User/GameConfig/RQ6EJJ.ini index 1c21fc4c70..d1fd39e692 100644 --- a/Data/User/GameConfig/RQ6EJJ.ini +++ b/Data/User/GameConfig/RQ6EJJ.ini @@ -1,20 +1,31 @@ -# RQ6EJJ - Cursed Mountain -[Video_Enhancements] -MaxAnisotropy = 0 -[Video_Hacks] -[Video_Settings] -[Core] -BlockMerging = 1 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Use direct 3d 11 for less glitches. -[OnFrame] -[ActionReplay] -[Gecko] +# RQ6EJJ - Cursed Mountain + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use direct 3d 11 for less glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/RQ6PKM.ini b/Data/User/GameConfig/RQ6PKM.ini index a2d20c8992..de3a34021d 100644 --- a/Data/User/GameConfig/RQ6PKM.ini +++ b/Data/User/GameConfig/RQ6PKM.ini @@ -1,20 +1,31 @@ -# RQ6PKM - Cursed Mountain -[Video_Enhancements] -MaxAnisotropy = 0 -[Video_Hacks] -[Video_Settings] -[Core] -BlockMerging = 1 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Use direct 3d 11 for less glitches. -[OnFrame] -[ActionReplay] -[Gecko] +# RQ6PKM - Cursed Mountain + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use direct 3d 11 for less glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/RQ6XKM.ini b/Data/User/GameConfig/RQ6XKM.ini index 896e14cbc5..54cb7cffe9 100644 --- a/Data/User/GameConfig/RQ6XKM.ini +++ b/Data/User/GameConfig/RQ6XKM.ini @@ -1,20 +1,31 @@ -# RQ6XKM - Cursed Mountain -[Video_Enhancements] -MaxAnisotropy = 0 -[Video_Hacks] -[Video_Settings] -[Core] -BlockMerging = 1 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Use direct 3d 11 for less glitches. -[OnFrame] -[ActionReplay] -[Gecko] +# RQ6XKM - Cursed Mountain + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use direct 3d 11 for less glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/RQBENR.ini b/Data/User/GameConfig/RQBENR.ini index 51151acd0a..128fae1f26 100644 --- a/Data/User/GameConfig/RQBENR.ini +++ b/Data/User/GameConfig/RQBENR.ini @@ -1,6 +1,18 @@ # RQBENR - Kawasaki Quad Bikes -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RQLE64.ini b/Data/User/GameConfig/RQLE64.ini index 84e95243ab..5cf20fa0c2 100644 --- a/Data/User/GameConfig/RQLE64.ini +++ b/Data/User/GameConfig/RQLE64.ini @@ -1,9 +1,22 @@ # RQLE64 - Clone Wars Republic Heroes -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RQOP69.ini b/Data/User/GameConfig/RQOP69.ini index 3092ec3fdf..4e635a2276 100644 --- a/Data/User/GameConfig/RQOP69.ini +++ b/Data/User/GameConfig/RQOP69.ini @@ -1,9 +1,22 @@ # RQOP69 - Spore Hero -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RQREXJ.ini b/Data/User/GameConfig/RQREXJ.ini index 48d52b4320..f2a575cafd 100644 --- a/Data/User/GameConfig/RQREXJ.ini +++ b/Data/User/GameConfig/RQREXJ.ini @@ -1,19 +1,28 @@ -# RQREXJ - The Sky Crawlers -[Video_Settings] -[Video_Hacks] -[Core] -CPUThread = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Needs single core to run properly(r7436). -[OnFrame] -[ActionReplay] -[Gecko] -[Wii] +# RQREXJ - The Sky Crawlers + +[Core] +# Values set here will override the main dolphin settings. +CPUThread = 0 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs single core to run properly(r7436). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RQRJAF.ini b/Data/User/GameConfig/RQRJAF.ini index 7ae768c3b4..fe37b3a663 100644 --- a/Data/User/GameConfig/RQRJAF.ini +++ b/Data/User/GameConfig/RQRJAF.ini @@ -1,19 +1,28 @@ -# RQRJAF - The Sky Crawlers -[Video_Settings] -[Video_Hacks] -[Core] -CPUThread = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Needs single core to run properly(r7436). -[OnFrame] -[ActionReplay] -[Gecko] -[Wii] +# RQRJAF - The Sky Crawlers + +[Core] +# Values set here will override the main dolphin settings. +CPUThread = 0 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs single core to run properly(r7436). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RQRPAF.ini b/Data/User/GameConfig/RQRPAF.ini index 752c0fa2bd..1daed0c83b 100644 --- a/Data/User/GameConfig/RQRPAF.ini +++ b/Data/User/GameConfig/RQRPAF.ini @@ -1,19 +1,28 @@ -# RQRPAF - The Sky Crawlers -[Video_Settings] -[Video_Hacks] -[Core] -CPUThread = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Needs single core to run properly(r7436). -[OnFrame] -[ActionReplay] -[Gecko] -[Wii] +# RQRPAF - The Sky Crawlers + +[Core] +# Values set here will override the main dolphin settings. +CPUThread = 0 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs single core to run properly(r7436). + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RR2PUG.ini b/Data/User/GameConfig/RR2PUG.ini index e5a9c3f2da..e23c795ea0 100644 --- a/Data/User/GameConfig/RR2PUG.ini +++ b/Data/User/GameConfig/RR2PUG.ini @@ -1,6 +1,18 @@ # RR2PUG - Rig Racer 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RR5P70.ini b/Data/User/GameConfig/RR5P70.ini index b128977bf5..fd439fcf8f 100644 --- a/Data/User/GameConfig/RR5P70.ini +++ b/Data/User/GameConfig/RR5P70.ini @@ -1,6 +1,18 @@ # RR5P70 - Ready2Rumble -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RRAXUG.ini b/Data/User/GameConfig/RRAXUG.ini index 230891f9c6..7c5b5a9f82 100644 --- a/Data/User/GameConfig/RRAXUG.ini +++ b/Data/User/GameConfig/RRAXUG.ini @@ -1,6 +1,18 @@ # RRAXUG - Rock'n'Roll Adventures -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RRBE41.ini b/Data/User/GameConfig/RRBE41.ini index b16ea65aee..99902d304b 100644 --- a/Data/User/GameConfig/RRBE41.ini +++ b/Data/User/GameConfig/RRBE41.ini @@ -1,17 +1,28 @@ # RRBE41 - Rayman Raving Rabbids -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Synchronise GPU thread for stability. Use direct3d11 for less glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RRBJ41.ini b/Data/User/GameConfig/RRBJ41.ini index 64e91abdf4..e25ffcfb13 100644 --- a/Data/User/GameConfig/RRBJ41.ini +++ b/Data/User/GameConfig/RRBJ41.ini @@ -1,17 +1,28 @@ # RRBJ41 - Rayman Raving Rabbids -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Synchronise GPU thread for stability. Use direct3d11 for less glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RRBP41.ini b/Data/User/GameConfig/RRBP41.ini index 5305264dc4..01f06122dd 100644 --- a/Data/User/GameConfig/RRBP41.ini +++ b/Data/User/GameConfig/RRBP41.ini @@ -1,17 +1,28 @@ # RRBP41 - Rayman Raving Rabbids -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. SyncGPU = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Synchronise GPU thread for stability. Use direct3d11 for less glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RRKE70.ini b/Data/User/GameConfig/RRKE70.ini index ebb3188d0b..64b63f4aa0 100644 --- a/Data/User/GameConfig/RRKE70.ini +++ b/Data/User/GameConfig/RRKE70.ini @@ -1,19 +1,33 @@ -# RRKE70 - Alone In The Dark -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -EFBEmulateFormatChanges = True -[Wii] +# RRKE70 - Alone In The Dark + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RRKP70.ini b/Data/User/GameConfig/RRKP70.ini index e69e07f92e..5f38e5fca7 100644 --- a/Data/User/GameConfig/RRKP70.ini +++ b/Data/User/GameConfig/RRKP70.ini @@ -1,19 +1,33 @@ -# RRKP70 - Alone In The Dark -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -EFBEmulateFormatChanges = True -[Wii] +# RRKP70 - Alone In The Dark + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RRMX69.ini b/Data/User/GameConfig/RRMX69.ini index 7511e08ee8..fa9c523d11 100644 --- a/Data/User/GameConfig/RRMX69.ini +++ b/Data/User/GameConfig/RRMX69.ini @@ -1,6 +1,18 @@ # RRMX69 - Family Game Night -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RRXXUG.ini b/Data/User/GameConfig/RRXXUG.ini index 94a0c6a72d..0066ee4505 100644 --- a/Data/User/GameConfig/RRXXUG.ini +++ b/Data/User/GameConfig/RRXXUG.ini @@ -1,6 +1,18 @@ # RRXXUG - Monster Trux Arenas -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RRYPHY.ini b/Data/User/GameConfig/RRYPHY.ini index 300a611005..265145311d 100644 --- a/Data/User/GameConfig/RRYPHY.ini +++ b/Data/User/GameConfig/RRYPHY.ini @@ -1,9 +1,22 @@ # RRYPHY - Rogue Trooper -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RRZEGY.ini b/Data/User/GameConfig/RRZEGY.ini index 78a1056318..9fcc05b9ad 100644 --- a/Data/User/GameConfig/RRZEGY.ini +++ b/Data/User/GameConfig/RRZEGY.ini @@ -1,18 +1,31 @@ -# RRZEGY - Rubik's Puzzle World -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# RRZEGY - Rubik's Puzzle World + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RRZPGY.ini b/Data/User/GameConfig/RRZPGY.ini index b7b812a090..613eeb106f 100644 --- a/Data/User/GameConfig/RRZPGY.ini +++ b/Data/User/GameConfig/RRZPGY.ini @@ -1,18 +1,31 @@ -# RRZPGY - Rubik's Puzzle World -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# RRZPGY - Rubik's Puzzle World + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RS5EC8.ini b/Data/User/GameConfig/RS5EC8.ini index cdba3b671b..a8c73b7487 100644 --- a/Data/User/GameConfig/RS5EC8.ini +++ b/Data/User/GameConfig/RS5EC8.ini @@ -1,17 +1,30 @@ # RS5EC8 - SAMURAI WARRIORS KATANA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RS5JC8.ini b/Data/User/GameConfig/RS5JC8.ini index 0ddda2536e..c6069b95f1 100644 --- a/Data/User/GameConfig/RS5JC8.ini +++ b/Data/User/GameConfig/RS5JC8.ini @@ -1,17 +1,30 @@ # RS5JC8 - Sengoku Musou KATANA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RS5PC8.ini b/Data/User/GameConfig/RS5PC8.ini index 7ddeb980d1..23872b8d5c 100644 --- a/Data/User/GameConfig/RS5PC8.ini +++ b/Data/User/GameConfig/RS5PC8.ini @@ -1,17 +1,30 @@ # RS5PC8 - SAMURAI WARRIORS KATANA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RS8J8N.ini b/Data/User/GameConfig/RS8J8N.ini index 156babedd9..526b238dfb 100644 --- a/Data/User/GameConfig/RS8J8N.ini +++ b/Data/User/GameConfig/RS8J8N.ini @@ -1,15 +1,27 @@ # RS8J8N - SHANGHAI -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RS9E8P.ini b/Data/User/GameConfig/RS9E8P.ini index ea3573ccdb..0a6e082a98 100644 --- a/Data/User/GameConfig/RS9E8P.ini +++ b/Data/User/GameConfig/RS9E8P.ini @@ -1,7 +1,19 @@ # RS9E8P - SONIC RIDERS ZERO GRAVITY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RS9P8P.ini b/Data/User/GameConfig/RS9P8P.ini index 72709c65f0..f62da918d7 100644 --- a/Data/User/GameConfig/RS9P8P.ini +++ b/Data/User/GameConfig/RS9P8P.ini @@ -1,7 +1,19 @@ # RS9P8P - SONIC RIDERS ZERO GRAVITY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RSBE01.ini b/Data/User/GameConfig/RSBE01.ini index d25e19156b..fbd5d7bb9c 100644 --- a/Data/User/GameConfig/RSBE01.ini +++ b/Data/User/GameConfig/RSBE01.ini @@ -1,16 +1,27 @@ # RSBE01 - Super Smash Bros. Brawl -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Classic mode score report needs real xfb to appear properly. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/RSBJ01.ini b/Data/User/GameConfig/RSBJ01.ini index 8c7e224def..2a0bbe87a3 100644 --- a/Data/User/GameConfig/RSBJ01.ini +++ b/Data/User/GameConfig/RSBJ01.ini @@ -1,9 +1,19 @@ # RSBJ01 - Super Smash Bros. Brawl + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Classic mode score report needs real xfb to appear properly. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RSBP01.ini b/Data/User/GameConfig/RSBP01.ini index 9aa4a04713..9cf87645bb 100644 --- a/Data/User/GameConfig/RSBP01.ini +++ b/Data/User/GameConfig/RSBP01.ini @@ -1,10 +1,21 @@ # RSBP01 - Super Smash Bros. Brawl -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Classic mode score report needs real xfb to appear properly. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. $No HUD 040E2208 38A00000 $Unrestricted pause camera @@ -14,6 +25,7 @@ $Can start match with only 1 player 04684C44 2C060001 $All players can be on the same team 04684D5C 38600000 + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RSFE7U.ini b/Data/User/GameConfig/RSFE7U.ini index 2a73e4c057..a3dcaa9a84 100644 --- a/Data/User/GameConfig/RSFE7U.ini +++ b/Data/User/GameConfig/RSFE7U.ini @@ -1,17 +1,30 @@ # RSFE7U - MURAMASA: THE DEMON BLADE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] EFBScale = -1 + diff --git a/Data/User/GameConfig/RSFJ99.ini b/Data/User/GameConfig/RSFJ99.ini index 07277538a3..54ff284fa8 100644 --- a/Data/User/GameConfig/RSFJ99.ini +++ b/Data/User/GameConfig/RSFJ99.ini @@ -1,17 +1,30 @@ # RSFJ99 - Oboro Muramasa -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] EFBScale = -1 + diff --git a/Data/User/GameConfig/RSFP99.ini b/Data/User/GameConfig/RSFP99.ini index a5d15c4adc..1b443f4ed6 100644 --- a/Data/User/GameConfig/RSFP99.ini +++ b/Data/User/GameConfig/RSFP99.ini @@ -1,17 +1,30 @@ # RSFP99 - MURAMASA: THE DEMON BLADE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] EFBScale = -1 + diff --git a/Data/User/GameConfig/RSIE69.ini b/Data/User/GameConfig/RSIE69.ini index 5b01b3b757..28ad5e7d6e 100644 --- a/Data/User/GameConfig/RSIE69.ini +++ b/Data/User/GameConfig/RSIE69.ini @@ -1,20 +1,34 @@ -# RSIE69 - MySims -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# RSIE69 - MySims + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/RSIJ13.ini b/Data/User/GameConfig/RSIJ13.ini index d49112db38..70868f1339 100644 --- a/Data/User/GameConfig/RSIJ13.ini +++ b/Data/User/GameConfig/RSIJ13.ini @@ -1,20 +1,34 @@ -# RSIJ13 - Boku To Sim No Machi -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# RSIJ13 - Boku To Sim No Machi + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/RSIP69.ini b/Data/User/GameConfig/RSIP69.ini index 9bf95e6f0d..f9599be638 100644 --- a/Data/User/GameConfig/RSIP69.ini +++ b/Data/User/GameConfig/RSIP69.ini @@ -1,20 +1,34 @@ -# RSIP69 - MySims -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBToTextureEnable = False -EFBCopyEnable = True -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# RSIP69 - MySims + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False +EFBCopyEnable = True + diff --git a/Data/User/GameConfig/RSLEAF.ini b/Data/User/GameConfig/RSLEAF.ini index 82e10ca31b..ab426968f3 100644 --- a/Data/User/GameConfig/RSLEAF.ini +++ b/Data/User/GameConfig/RSLEAF.ini @@ -1,16 +1,30 @@ -# RSLEAF - SOULCALIBUR Legends -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# RSLEAF - SOULCALIBUR Legends + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RSLJAF.ini b/Data/User/GameConfig/RSLJAF.ini index 1a2b53b491..95876f5e69 100644 --- a/Data/User/GameConfig/RSLJAF.ini +++ b/Data/User/GameConfig/RSLJAF.ini @@ -1,16 +1,30 @@ -# RSLJAF - SOULCALIBUR Legends -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# RSLJAF - SOULCALIBUR Legends + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RSLKAF.ini b/Data/User/GameConfig/RSLKAF.ini index 7e8324276c..59dd26bc8d 100644 --- a/Data/User/GameConfig/RSLKAF.ini +++ b/Data/User/GameConfig/RSLKAF.ini @@ -1,16 +1,30 @@ -# RSLKAF - SOULCALIBUR Legends -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# RSLKAF - SOULCALIBUR Legends + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RSLPAF.ini b/Data/User/GameConfig/RSLPAF.ini index 2dc35e5dec..2b01a5c4d2 100644 --- a/Data/User/GameConfig/RSLPAF.ini +++ b/Data/User/GameConfig/RSLPAF.ini @@ -1,16 +1,30 @@ -# RSLPAF - SOULCALIBUR Legends -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# RSLPAF - SOULCALIBUR Legends + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RSME8P.ini b/Data/User/GameConfig/RSME8P.ini index 63c83cf325..d755ee134d 100644 --- a/Data/User/GameConfig/RSME8P.ini +++ b/Data/User/GameConfig/RSME8P.ini @@ -1,7 +1,19 @@ # RSME8P - SUPER MONKEY BALL BANANA BLITZ + [Core] +# Values set here will override the main dolphin settings. EnableFPRF=True + [EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RSMP8P.ini b/Data/User/GameConfig/RSMP8P.ini index d773b113ce..f1b2a316cf 100644 --- a/Data/User/GameConfig/RSMP8P.ini +++ b/Data/User/GameConfig/RSMP8P.ini @@ -1,10 +1,23 @@ # RSMP8P - SUPER MONKEY BALL BANANA BLITZ -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF = True -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RSPE01.ini b/Data/User/GameConfig/RSPE01.ini index 102c0707af..0adf38d3f5 100644 --- a/Data/User/GameConfig/RSPE01.ini +++ b/Data/User/GameConfig/RSPE01.ini @@ -1,15 +1,22 @@ # RSPE01 - Wii Sports + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/RSPP01.ini b/Data/User/GameConfig/RSPP01.ini index 3e7a1583db..32a1099ad9 100644 --- a/Data/User/GameConfig/RSPP01.ini +++ b/Data/User/GameConfig/RSPP01.ini @@ -1,14 +1,22 @@ # RSPP01 - SPORTS PACK for REVOLUTION + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RSRE8P.ini b/Data/User/GameConfig/RSRE8P.ini index ced7c2a237..93b8254721 100644 --- a/Data/User/GameConfig/RSRE8P.ini +++ b/Data/User/GameConfig/RSRE8P.ini @@ -1,8 +1,19 @@ # RSRE8P - SONIC AND THE SECRET RINGS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. diff --git a/Data/User/GameConfig/RSRP8P.ini b/Data/User/GameConfig/RSRP8P.ini index 8747c5edfe..5b03592ddd 100644 --- a/Data/User/GameConfig/RSRP8P.ini +++ b/Data/User/GameConfig/RSRP8P.ini @@ -1,6 +1,18 @@ # RSRP8P - SONIC AND THE SECRET RINGS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RSTP64.ini b/Data/User/GameConfig/RSTP64.ini index a113f6a4f5..a8b31df92a 100644 --- a/Data/User/GameConfig/RSTP64.ini +++ b/Data/User/GameConfig/RSTP64.ini @@ -1,6 +1,18 @@ # RSTP64 - Star Wars: The Force Unleashed -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RSUP41.ini b/Data/User/GameConfig/RSUP41.ini index 4287f5d0f7..2a07993bd4 100644 --- a/Data/User/GameConfig/RSUP41.ini +++ b/Data/User/GameConfig/RSUP41.ini @@ -1,6 +1,18 @@ # RSUP41 - Sports Party -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RSVE8P.ini b/Data/User/GameConfig/RSVE8P.ini index 349abc96b7..f6bfeb9758 100644 --- a/Data/User/GameConfig/RSVE8P.ini +++ b/Data/User/GameConfig/RSVE8P.ini @@ -1,10 +1,22 @@ # RSVE8P - Sonic Unleashed -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use Direct3d 11 or Opengl backends. Direct 3d9 needs "Sonic and the Black Knight" projection hack (r7379) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 1 @@ -12,5 +24,4 @@ PH_SZFar = 1 PH_ExtraParam = 0 PH_ZNear = 20 PH_ZFar = 1.99998 -[Gecko] diff --git a/Data/User/GameConfig/RSVJ8P.ini b/Data/User/GameConfig/RSVJ8P.ini index a0ec5f9ba4..4afaf675b7 100644 --- a/Data/User/GameConfig/RSVJ8P.ini +++ b/Data/User/GameConfig/RSVJ8P.ini @@ -1,9 +1,22 @@ # RSVJ8P - Sonic World Adventure -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use Direct3d 11 or Opengl backends. Direct 3d9 needs "Sonic and the Black Knight" projection hack (r7379) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RSVP8P.ini b/Data/User/GameConfig/RSVP8P.ini index fb7e342780..93526470ac 100644 --- a/Data/User/GameConfig/RSVP8P.ini +++ b/Data/User/GameConfig/RSVP8P.ini @@ -1,9 +1,22 @@ # RSVP8P - Sonic Unleashed -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use Direct3d 11 or Opengl backends. Direct 3d9 needs "Sonic and the Black Knight" projection hack (r7379) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RSWP08.ini b/Data/User/GameConfig/RSWP08.ini index fe031beb4f..44b756284d 100644 --- a/Data/User/GameConfig/RSWP08.ini +++ b/Data/User/GameConfig/RSWP08.ini @@ -1,9 +1,22 @@ # RSWP08 - Spyborgs -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RSXE69.ini b/Data/User/GameConfig/RSXE69.ini index 141a7c1ce0..da1c2c3c20 100644 --- a/Data/User/GameConfig/RSXE69.ini +++ b/Data/User/GameConfig/RSXE69.ini @@ -1,21 +1,34 @@ # RSXE69 - SSX Blur -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Needs Wii nand dump (reconnect wiimote if necessary). EFB cpu access gives proper bloom for a speed hit. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBAccessEnable = True -[Wii] + diff --git a/Data/User/GameConfig/RSXJ13.ini b/Data/User/GameConfig/RSXJ13.ini index 9663796d11..16c806b586 100644 --- a/Data/User/GameConfig/RSXJ13.ini +++ b/Data/User/GameConfig/RSXJ13.ini @@ -1,22 +1,34 @@ # RSXJ13 - SSX Blur -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Needs Wii nand dump (reconnect wiimote if necessary). EFB cpu access gives proper bloom for a speed hit. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBAccessEnable = True -[Wii] diff --git a/Data/User/GameConfig/RSXK69.ini b/Data/User/GameConfig/RSXK69.ini index f7eb2ac1ca..477368e0f0 100644 --- a/Data/User/GameConfig/RSXK69.ini +++ b/Data/User/GameConfig/RSXK69.ini @@ -1,21 +1,34 @@ # RSXK69 - SSX Blur -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Needs Wii nand dump (reconnect wiimote if necessary). EFB cpu access gives proper bloom for a speed hit. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBAccessEnable = True -[Wii] + diff --git a/Data/User/GameConfig/RSXP69.ini b/Data/User/GameConfig/RSXP69.ini index 418672638d..d1f095bae2 100644 --- a/Data/User/GameConfig/RSXP69.ini +++ b/Data/User/GameConfig/RSXP69.ini @@ -1,22 +1,34 @@ # RSXP69 - SSX Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Needs Wii nand dump (reconnect wiimote if necessary). EFB cpu access gives proper bloom for a speed hit. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBAccessEnable = True -[Wii] diff --git a/Data/User/GameConfig/RSZPGT.ini b/Data/User/GameConfig/RSZPGT.ini index 4b64686f2f..0dae2a2e0b 100644 --- a/Data/User/GameConfig/RSZPGT.ini +++ b/Data/User/GameConfig/RSZPGT.ini @@ -1,6 +1,18 @@ # RSZPGT - LEGEND OF SAYUKI 20080625V006 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RT4EAF.ini b/Data/User/GameConfig/RT4EAF.ini index 8dd70a9bcd..d127022079 100644 --- a/Data/User/GameConfig/RT4EAF.ini +++ b/Data/User/GameConfig/RT4EAF.ini @@ -1,18 +1,30 @@ # RT4EAF - Tales of Symphonia -Dawn of the new world- -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs emulating format changes (r6871) EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True diff --git a/Data/User/GameConfig/RT4JAF.ini b/Data/User/GameConfig/RT4JAF.ini index 19a6ce4cac..40836caa13 100644 --- a/Data/User/GameConfig/RT4JAF.ini +++ b/Data/User/GameConfig/RT4JAF.ini @@ -1,17 +1,30 @@ # RT4JAF - Tales Of Symphonia Ratatosk no Kishi -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs emulating format changes (r6871) EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RT4PAF.ini b/Data/User/GameConfig/RT4PAF.ini index 885a15e4c4..cba434f490 100644 --- a/Data/User/GameConfig/RT4PAF.ini +++ b/Data/User/GameConfig/RT4PAF.ini @@ -1,17 +1,30 @@ # RT4PAF - Tales of Symphonia -Dawn of the new world- -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs emulating format changes (r6871) EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RT5E8P.ini b/Data/User/GameConfig/RT5E8P.ini index c31fa315bb..6fd3f53389 100644 --- a/Data/User/GameConfig/RT5E8P.ini +++ b/Data/User/GameConfig/RT5E8P.ini @@ -1,11 +1,22 @@ # RT5E8P - Sega Superstar Tennis -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/RT5P8P.ini b/Data/User/GameConfig/RT5P8P.ini index bbb5645bf1..319c424bbb 100644 --- a/Data/User/GameConfig/RT5P8P.ini +++ b/Data/User/GameConfig/RT5P8P.ini @@ -1,7 +1,19 @@ # RT5P8P - Sega Superstar Tennis -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RT9E52.ini b/Data/User/GameConfig/RT9E52.ini index 76740e7b1f..c5ba3beda7 100644 --- a/Data/User/GameConfig/RT9E52.ini +++ b/Data/User/GameConfig/RT9E52.ini @@ -1,7 +1,19 @@ # RT9E52 - Tony Hawk's Proving Ground -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Can't see cutscene/movies and slow -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RTBP52.ini b/Data/User/GameConfig/RTBP52.ini index a57ff64199..8920110201 100644 --- a/Data/User/GameConfig/RTBP52.ini +++ b/Data/User/GameConfig/RTBP52.ini @@ -1,6 +1,18 @@ # RTBP52 - Rapala Fishing Frenzy -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RTCP41.ini b/Data/User/GameConfig/RTCP41.ini index 8e8c1f8ed4..198fe735ca 100644 --- a/Data/User/GameConfig/RTCP41.ini +++ b/Data/User/GameConfig/RTCP41.ini @@ -1,6 +1,18 @@ # RTCP41 - Tom Clancy's Splinter Cell Double Agent -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RTHE52.ini b/Data/User/GameConfig/RTHE52.ini index 3eaedb2d39..aa827c2da5 100644 --- a/Data/User/GameConfig/RTHE52.ini +++ b/Data/User/GameConfig/RTHE52.ini @@ -1,7 +1,19 @@ # RTHE52 - Tony Hawk's Downhill Jam -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Can't see cutscenes/movies little slow trickname/booster meter missing -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RTME41.ini b/Data/User/GameConfig/RTME41.ini index 1c88349a8b..d844520c77 100644 --- a/Data/User/GameConfig/RTME41.ini +++ b/Data/User/GameConfig/RTME41.ini @@ -1,17 +1,30 @@ # RTME41 - TMNT -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Fog emulation creates problems with the game (see issue 4922). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] DisableFog = True + diff --git a/Data/User/GameConfig/RTMP41.ini b/Data/User/GameConfig/RTMP41.ini index 8debfc43fb..da324711b0 100644 --- a/Data/User/GameConfig/RTMP41.ini +++ b/Data/User/GameConfig/RTMP41.ini @@ -1,17 +1,30 @@ # RTMP41 - TMNT -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Fog emulation creates problems with the game (see issue 4922). -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] DisableFog = True + diff --git a/Data/User/GameConfig/RTNE41.ini b/Data/User/GameConfig/RTNE41.ini index 26d7ac2027..fa436b16d8 100644 --- a/Data/User/GameConfig/RTNE41.ini +++ b/Data/User/GameConfig/RTNE41.ini @@ -1,16 +1,28 @@ # RTNE41 - Tenchu -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RTNJCQ.ini b/Data/User/GameConfig/RTNJCQ.ini index 9eda438ad3..124f0003cc 100644 --- a/Data/User/GameConfig/RTNJCQ.ini +++ b/Data/User/GameConfig/RTNJCQ.ini @@ -1,16 +1,28 @@ # RTNJCQ - Tenchu 4 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RTNP41.ini b/Data/User/GameConfig/RTNP41.ini index 985d6af1fa..46168e49c0 100644 --- a/Data/User/GameConfig/RTNP41.ini +++ b/Data/User/GameConfig/RTNP41.ini @@ -1,16 +1,28 @@ # RTNP41 - Tenchu -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RTZE08.ini b/Data/User/GameConfig/RTZE08.ini index 27524e8236..3f2d1662d6 100644 --- a/Data/User/GameConfig/RTZE08.ini +++ b/Data/User/GameConfig/RTZE08.ini @@ -1,19 +1,31 @@ -# RTZE08 - Zack and Wiki: Quest for Barbaros' Treasure -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Wii] +# RTZE08 - Zack and Wiki: Quest for Barbaros' Treasure + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RTZJ08.ini b/Data/User/GameConfig/RTZJ08.ini index 6a5aa8d6ee..1878932462 100644 --- a/Data/User/GameConfig/RTZJ08.ini +++ b/Data/User/GameConfig/RTZJ08.ini @@ -1,19 +1,31 @@ -# RTZJ08 - Zack and Wiki: Quest for Barbaros' Treasure -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Wii] +# RTZJ08 - Zack and Wiki: Quest for Barbaros' Treasure + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RTZK08.ini b/Data/User/GameConfig/RTZK08.ini index ec333d6bce..e4b9ba2889 100644 --- a/Data/User/GameConfig/RTZK08.ini +++ b/Data/User/GameConfig/RTZK08.ini @@ -1,19 +1,31 @@ -# RTZK08 - Zack and Wiki: Quest for Barbaros' Treasure -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Wii] +# RTZK08 - Zack and Wiki: Quest for Barbaros' Treasure + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RTZP08.ini b/Data/User/GameConfig/RTZP08.ini index f3b0834049..d32451f265 100644 --- a/Data/User/GameConfig/RTZP08.ini +++ b/Data/User/GameConfig/RTZP08.ini @@ -1,19 +1,31 @@ -# RTZP08 - Zack and Wiki: Quest for Barbaros' Treasure -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -[Wii] +# RTZP08 - Zack and Wiki: Quest for Barbaros' Treasure + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/RUCXRT.ini b/Data/User/GameConfig/RUCXRT.ini index 55c86c9767..eafb46b055 100644 --- a/Data/User/GameConfig/RUCXRT.ini +++ b/Data/User/GameConfig/RUCXRT.ini @@ -1,10 +1,18 @@ # RUCXRT - RTL Winter Sports 2008 + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RUUE01.ini b/Data/User/GameConfig/RUUE01.ini index a352ea9b92..1e127bd511 100644 --- a/Data/User/GameConfig/RUUE01.ini +++ b/Data/User/GameConfig/RUUE01.ini @@ -1,7 +1,19 @@ # RUUE01 - Animal Crossing Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RUUP01.ini b/Data/User/GameConfig/RUUP01.ini index f8e8dec895..673d8ad463 100644 --- a/Data/User/GameConfig/RUUP01.ini +++ b/Data/User/GameConfig/RUUP01.ini @@ -1,6 +1,18 @@ # RUUP01 - Animal Crossing Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RUYE41.ini b/Data/User/GameConfig/RUYE41.ini index 46b97142e5..725ed71410 100644 --- a/Data/User/GameConfig/RUYE41.ini +++ b/Data/User/GameConfig/RUYE41.ini @@ -1,15 +1,27 @@ # RUYE41 - No More Heroes 2: Desperate Struggle -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Small graphical glitch with light saber (light stays at the same place for a second when you move) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RVKEXJ.ini b/Data/User/GameConfig/RVKEXJ.ini index a0220a4335..3a6f84fe7d 100644 --- a/Data/User/GameConfig/RVKEXJ.ini +++ b/Data/User/GameConfig/RVKEXJ.ini @@ -1,9 +1,22 @@ # RVKEXJ - VALHALLA KNIGHTS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RVKP99.ini b/Data/User/GameConfig/RVKP99.ini index 227fffb688..80537097da 100644 --- a/Data/User/GameConfig/RVKP99.ini +++ b/Data/User/GameConfig/RVKP99.ini @@ -1,10 +1,22 @@ # RVKP99 - ELDAR SAGA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RVOPPL.ini b/Data/User/GameConfig/RVOPPL.ini index 2b13d5d59c..748d6638c5 100644 --- a/Data/User/GameConfig/RVOPPL.ini +++ b/Data/User/GameConfig/RVOPPL.ini @@ -1,7 +1,19 @@ # RVOPPL - Vertigo -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RVQP41.ini b/Data/User/GameConfig/RVQP41.ini index 878b7eb978..1dedcb3322 100644 --- a/Data/User/GameConfig/RVQP41.ini +++ b/Data/User/GameConfig/RVQP41.ini @@ -1,6 +1,18 @@ # RVQP41 - Movie Studios Party -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RVSE69.ini b/Data/User/GameConfig/RVSE69.ini index c59779b9c4..b60c25fb45 100644 --- a/Data/User/GameConfig/RVSE69.ini +++ b/Data/User/GameConfig/RVSE69.ini @@ -1,7 +1,19 @@ # RVSE69 - Skate It -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Very slow -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RVSP69.ini b/Data/User/GameConfig/RVSP69.ini index 71b513c527..80fe797c65 100644 --- a/Data/User/GameConfig/RVSP69.ini +++ b/Data/User/GameConfig/RVSP69.ini @@ -1,7 +1,19 @@ # RVSP69 - Skate It -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RVUP8P.ini b/Data/User/GameConfig/RVUP8P.ini index d188b83049..db016abe1c 100644 --- a/Data/User/GameConfig/RVUP8P.ini +++ b/Data/User/GameConfig/RVUP8P.ini @@ -1,10 +1,22 @@ # RVUP8P - Virtua Tennis 2009 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RVVP78.ini b/Data/User/GameConfig/RVVP78.ini index 4aa5514744..77e29a12b5 100644 --- a/Data/User/GameConfig/RVVP78.ini +++ b/Data/User/GameConfig/RVVP78.ini @@ -1,6 +1,18 @@ # RVVP78 - THQ Big Beach Sports -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RVZP52.ini b/Data/User/GameConfig/RVZP52.ini index 7780bc64d0..90f63795a7 100644 --- a/Data/User/GameConfig/RVZP52.ini +++ b/Data/User/GameConfig/RVZP52.ini @@ -1,6 +1,18 @@ # RVZP52 - Monsters VS Aliens -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RW9X78.ini b/Data/User/GameConfig/RW9X78.ini index 47b89645ed..b7ddc3439a 100644 --- a/Data/User/GameConfig/RW9X78.ini +++ b/Data/User/GameConfig/RW9X78.ini @@ -1,9 +1,22 @@ # RW9X78 - WWE Smackdown! vs. RAW 2009 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RWBXUG.ini b/Data/User/GameConfig/RWBXUG.ini index 816be8977a..ba24048e87 100644 --- a/Data/User/GameConfig/RWBXUG.ini +++ b/Data/User/GameConfig/RWBXUG.ini @@ -1,6 +1,18 @@ # RWBXUG - Kawasaki Snowmobiles -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RWEPA4.ini b/Data/User/GameConfig/RWEPA4.ini index 8d6c294d0a..fef93bc095 100644 --- a/Data/User/GameConfig/RWEPA4.ini +++ b/Data/User/GameConfig/RWEPA4.ini @@ -1,7 +1,19 @@ # RWEPA4 - Pro Evolution Soccer 2008 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RWLE01.ini b/Data/User/GameConfig/RWLE01.ini index 5c630546af..a24a490c3c 100644 --- a/Data/User/GameConfig/RWLE01.ini +++ b/Data/User/GameConfig/RWLE01.ini @@ -1,16 +1,27 @@ # RWLE01 - Wario Land Shake It! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/RWRE4F.ini b/Data/User/GameConfig/RWRE4F.ini index fbe33c5747..d1caebd716 100644 --- a/Data/User/GameConfig/RWRE4F.ini +++ b/Data/User/GameConfig/RWRE4F.ini @@ -1,17 +1,30 @@ # RWRE4F - Wacky Races: Crash & Dash -[Video_Hacks] -DlistCachingEnable = False -[Video_Settings] + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RWRP4F.ini b/Data/User/GameConfig/RWRP4F.ini index 2354398628..35eac83354 100644 --- a/Data/User/GameConfig/RWRP4F.ini +++ b/Data/User/GameConfig/RWRP4F.ini @@ -1,17 +1,30 @@ # RWRP4F - Wacky Races: Crash & Dash -[Video_Hacks] -DlistCachingEnable = False -[Video_Settings] + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/RWSE8P.ini b/Data/User/GameConfig/RWSE8P.ini index b8f2398dfa..131d8f35cc 100644 --- a/Data/User/GameConfig/RWSE8P.ini +++ b/Data/User/GameConfig/RWSE8P.ini @@ -1,18 +1,31 @@ # RWSE8P - MARIO & SONIC At The OlympicGames -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs emulating format changes (r6871) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RWSJ01.ini b/Data/User/GameConfig/RWSJ01.ini index ad32d2e869..9598402e36 100644 --- a/Data/User/GameConfig/RWSJ01.ini +++ b/Data/User/GameConfig/RWSJ01.ini @@ -1,18 +1,31 @@ # RWSJ01 - MARIO & SONIC At The OlympicGames -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs emulating format changes (r6871) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RWSK01.ini b/Data/User/GameConfig/RWSK01.ini index 818bb671b0..c07d22f3de 100644 --- a/Data/User/GameConfig/RWSK01.ini +++ b/Data/User/GameConfig/RWSK01.ini @@ -1,18 +1,31 @@ # RWSK01 - MARIO & SONIC At The OlympicGames -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs emulating format changes (r6871) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RWSP8P.ini b/Data/User/GameConfig/RWSP8P.ini index 6793b10d3a..e46655156f 100644 --- a/Data/User/GameConfig/RWSP8P.ini +++ b/Data/User/GameConfig/RWSP8P.ini @@ -1,18 +1,31 @@ # RWSP8P - MARIO & SONIC At The OlympicGames -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs emulating format changes (r6871) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RWUX52.ini b/Data/User/GameConfig/RWUX52.ini index b9e4e9c3df..f13633e8b0 100644 --- a/Data/User/GameConfig/RWUX52.ini +++ b/Data/User/GameConfig/RWUX52.ini @@ -1,9 +1,22 @@ # RWUX52 - Xmen Origins: Wolverine -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RX3E01.ini b/Data/User/GameConfig/RX3E01.ini index bda726f849..ff32cce62e 100644 --- a/Data/User/GameConfig/RX3E01.ini +++ b/Data/User/GameConfig/RX3E01.ini @@ -1,13 +1,25 @@ -# RX3E01 - ExciteBots -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Tested with (r6521) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# RX3E01 - ExciteBots + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Tested with (r6521) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RX9P69.ini b/Data/User/GameConfig/RX9P69.ini index bed81c4142..0183fb24c4 100644 --- a/Data/User/GameConfig/RX9P69.ini +++ b/Data/User/GameConfig/RX9P69.ini @@ -1,6 +1,18 @@ # RX9P69 - Need for Speed(tm) Undercover -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RX9Y69.ini b/Data/User/GameConfig/RX9Y69.ini index ef9c9b9d17..31ed3b6fbe 100644 --- a/Data/User/GameConfig/RX9Y69.ini +++ b/Data/User/GameConfig/RX9Y69.ini @@ -1,6 +1,18 @@ # RX9Y69 - Need for Speed(tm) Undercover -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RXXE4Q.ini b/Data/User/GameConfig/RXXE4Q.ini index 385a060a5f..7a910902aa 100644 --- a/Data/User/GameConfig/RXXE4Q.ini +++ b/Data/User/GameConfig/RXXE4Q.ini @@ -1,20 +1,34 @@ # RXXE4Q - Spectrobes Origins -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RXXJ4Q.ini b/Data/User/GameConfig/RXXJ4Q.ini index f1a6428810..32cbc8a69a 100644 --- a/Data/User/GameConfig/RXXJ4Q.ini +++ b/Data/User/GameConfig/RXXJ4Q.ini @@ -1,20 +1,34 @@ # RXXJ4Q - Spectrobes Origins -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RXXP4Q.ini b/Data/User/GameConfig/RXXP4Q.ini index 5936744d4c..e04bea6662 100644 --- a/Data/User/GameConfig/RXXP4Q.ini +++ b/Data/User/GameConfig/RXXP4Q.ini @@ -1,20 +1,34 @@ # RXXP4Q - Spectrobes Origins -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False + [Video_Hacks] EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/RYBE69.ini b/Data/User/GameConfig/RYBE69.ini index 57ccdbbb4e..0bfb0965a9 100644 --- a/Data/User/GameConfig/RYBE69.ini +++ b/Data/User/GameConfig/RYBE69.ini @@ -1,7 +1,19 @@ # RYBE69 - BOOM BLOX Bash Party -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RYOEA4.ini b/Data/User/GameConfig/RYOEA4.ini index 0e8b128afd..039c31e751 100644 --- a/Data/User/GameConfig/RYOEA4.ini +++ b/Data/User/GameConfig/RYOEA4.ini @@ -1,7 +1,19 @@ # RYOEA4 - Yugioh WB US -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RYQP69.ini b/Data/User/GameConfig/RYQP69.ini index 8febeaf430..b4aa58213d 100644 --- a/Data/User/GameConfig/RYQP69.ini +++ b/Data/User/GameConfig/RYQP69.ini @@ -1,7 +1,19 @@ # RYQP69 - Trivial Pursuit -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RYXP7J.ini b/Data/User/GameConfig/RYXP7J.ini index 8825ad8216..1029444b60 100644 --- a/Data/User/GameConfig/RYXP7J.ini +++ b/Data/User/GameConfig/RYXP7J.ini @@ -1,9 +1,22 @@ # RYXP7J - Yamaha Supercross -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/RZ9PG9.ini b/Data/User/GameConfig/RZ9PG9.ini index 4bef6f266a..bccdb8551e 100644 --- a/Data/User/GameConfig/RZ9PG9.ini +++ b/Data/User/GameConfig/RZ9PG9.ini @@ -1,6 +1,18 @@ # RZ9PG9 - Family Party: 30 Great Games -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/RZDE01.ini b/Data/User/GameConfig/RZDE01.ini index c080b3127f..bfab28fbf6 100644 --- a/Data/User/GameConfig/RZDE01.ini +++ b/Data/User/GameConfig/RZDE01.ini @@ -1,28 +1,38 @@ # RZDE01 - The Legend of Zelda: Twilight Princess + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ZTPSpeedupHack = 1 ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCache = False +SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBAccessEnable = True EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True -[Video_Settings] -SafeTextureCache = False -SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RZDJ01.ini b/Data/User/GameConfig/RZDJ01.ini index 00ab7c3262..992de703ba 100644 --- a/Data/User/GameConfig/RZDJ01.ini +++ b/Data/User/GameConfig/RZDJ01.ini @@ -1,28 +1,38 @@ # RZDJ01 - The Legend of Zelda: Twilight Princess + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ZTPSpeedupHack = 1 ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCache = False +SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBAccessEnable = True EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True -[Video_Settings] -SafeTextureCache = False -SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RZDK01.ini b/Data/User/GameConfig/RZDK01.ini index f2a8a29b23..21f5560c64 100644 --- a/Data/User/GameConfig/RZDK01.ini +++ b/Data/User/GameConfig/RZDK01.ini @@ -1,28 +1,38 @@ # RZDK01 - The Legend of Zelda: Twilight Princess + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ZTPSpeedupHack = 1 ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCache = False +SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBAccessEnable = True EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True -[Video_Settings] -SafeTextureCache = False -SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RZDP01.ini b/Data/User/GameConfig/RZDP01.ini index afec28f1c1..d6f76dc587 100644 --- a/Data/User/GameConfig/RZDP01.ini +++ b/Data/User/GameConfig/RZDP01.ini @@ -1,28 +1,38 @@ # RZDP01 - The Legend of Zelda Twilight Princess + [Core] -#Values set here will override the main dolphin settings. +# Values set here will override the main dolphin settings. + [EmuState] -#The Emulation State. 1 is worst, 5 is best, 0 is not set. +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = + [OnLoad] -#Add memory patches to be loaded once on boot here. +# Add memory patches to be loaded once on boot here. + [OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ZTPSpeedupHack = 1 ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCache = False +SafeTextureCacheColorSamples = 512 + [Video_Hacks] EFBAccessEnable = True EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True -[Video_Settings] -SafeTextureCache = False -SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RZJD69.ini b/Data/User/GameConfig/RZJD69.ini index 848dcba860..913a7ddb32 100644 --- a/Data/User/GameConfig/RZJD69.ini +++ b/Data/User/GameConfig/RZJD69.ini @@ -1,20 +1,31 @@ -# RZJD69 - DeadSpace -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[ActionReplay] -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Wii] +# RZJD69 - DeadSpace + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RZJE69.ini b/Data/User/GameConfig/RZJE69.ini index c48c837a27..459abd0b26 100644 --- a/Data/User/GameConfig/RZJE69.ini +++ b/Data/User/GameConfig/RZJE69.ini @@ -1,20 +1,31 @@ -# RZJE69 - DeadSpace -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[ActionReplay] -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Wii] +# RZJE69 - DeadSpace + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RZJJ13.ini b/Data/User/GameConfig/RZJJ13.ini index 24aa98035b..05d56e1cde 100644 --- a/Data/User/GameConfig/RZJJ13.ini +++ b/Data/User/GameConfig/RZJJ13.ini @@ -1,20 +1,31 @@ -# RZJJ13 - DeadSpace -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[ActionReplay] -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Wii] +# RZJJ13 - DeadSpace + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RZJP69.ini b/Data/User/GameConfig/RZJP69.ini index 9fa88eb843..302e84cebf 100644 --- a/Data/User/GameConfig/RZJP69.ini +++ b/Data/User/GameConfig/RZJP69.ini @@ -1,35 +1,45 @@ -# RZJP69 - DeadSpace -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[ActionReplay] -[Gecko] -$Unlock all Missions & Comics [TNTkryzt] -077FB800 0000000C -38C0000F 90DD0004 -4A83DE28 00000000 -0403962C 497C21D4 -$Have Max Weapon Level [TNTkryzt] -0423BB0C 3B800004 -0423BB10 9B9E0028 -$Infinite Health [TNTkryzt] -040DDA40 60000000 -$Infinite Ammo [TNTkryzt] -0421AA54 3BC00000 -$Rapid Fire [TNTkryzt] -0423A4DC 60000000 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -[Wii] - +# RZJP69 - DeadSpace + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Unlock all Missions & Comics [TNTkryzt] +077FB800 0000000C +38C0000F 90DD0004 +4A83DE28 00000000 +0403962C 497C21D4 +$Have Max Weapon Level [TNTkryzt] +0423BB0C 3B800004 +0423BB10 9B9E0028 +$Infinite Health [TNTkryzt] +040DDA40 60000000 +$Infinite Ammo [TNTkryzt] +0421AA54 3BC00000 +$Rapid Fire [TNTkryzt] +0423A4DC 60000000 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/RZPE01.ini b/Data/User/GameConfig/RZPE01.ini index 24317b6e7a..f457f9a5e5 100644 --- a/Data/User/GameConfig/RZPE01.ini +++ b/Data/User/GameConfig/RZPE01.ini @@ -1,10 +1,22 @@ # RZPE01 - LINKS CROSSBOW TRAINING -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/RZTE01.ini b/Data/User/GameConfig/RZTE01.ini index 088ceec16e..c9f914d7cb 100644 --- a/Data/User/GameConfig/RZTE01.ini +++ b/Data/User/GameConfig/RZTE01.ini @@ -1,15 +1,27 @@ # RZTE01 - Wii Sports Resort -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RZTJ01.ini b/Data/User/GameConfig/RZTJ01.ini index 789e8ff2dd..20a6eec5d6 100644 --- a/Data/User/GameConfig/RZTJ01.ini +++ b/Data/User/GameConfig/RZTJ01.ini @@ -1,15 +1,27 @@ # RZTJ01 - Wii Sports Resort -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RZTK01.ini b/Data/User/GameConfig/RZTK01.ini index 30a25e17d3..4a009c4294 100644 --- a/Data/User/GameConfig/RZTK01.ini +++ b/Data/User/GameConfig/RZTK01.ini @@ -1,15 +1,27 @@ # RZTK01 - Wii Sports Resort -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RZTP01.ini b/Data/User/GameConfig/RZTP01.ini index c840e2236d..947ab0e61f 100644 --- a/Data/User/GameConfig/RZTP01.ini +++ b/Data/User/GameConfig/RZTP01.ini @@ -1,15 +1,27 @@ # RZTP01 - Wii Sports Resort -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RZTW01.ini b/Data/User/GameConfig/RZTW01.ini index ffbd46790b..73af0701dd 100644 --- a/Data/User/GameConfig/RZTW01.ini +++ b/Data/User/GameConfig/RZTW01.ini @@ -1,15 +1,27 @@ # RZTW01 - Wii Sports Resort -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RZZE8P.ini b/Data/User/GameConfig/RZZE8P.ini index 9c74320a0b..72f83913c1 100644 --- a/Data/User/GameConfig/RZZE8P.ini +++ b/Data/User/GameConfig/RZZE8P.ini @@ -1,16 +1,27 @@ -# RZZE8P - MADWORLD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# RZZE8P - MADWORLD + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RZZJEL.ini b/Data/User/GameConfig/RZZJEL.ini index 6ace0cb90c..d7c478bb42 100644 --- a/Data/User/GameConfig/RZZJEL.ini +++ b/Data/User/GameConfig/RZZJEL.ini @@ -1,16 +1,27 @@ -# RZZJEL - MADWORLD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# RZZJEL - MADWORLD + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/RZZP8P.ini b/Data/User/GameConfig/RZZP8P.ini index ac5bed9812..f5f591db7d 100644 --- a/Data/User/GameConfig/RZZP8P.ini +++ b/Data/User/GameConfig/RZZP8P.ini @@ -1,16 +1,27 @@ -# RZZP8P - MADWORLD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# RZZP8P - MADWORLD + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/S2IP8P.ini b/Data/User/GameConfig/S2IP8P.ini index fc7ef35bd9..6000e81481 100644 --- a/Data/User/GameConfig/S2IP8P.ini +++ b/Data/User/GameConfig/S2IP8P.ini @@ -1,7 +1,19 @@ -# S2IP8P - Iron Man 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# S2IP8P - Iron Man™ 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/S2LE01.ini b/Data/User/GameConfig/S2LE01.ini index 980e8e4a8e..1ae3eb6118 100644 --- a/Data/User/GameConfig/S2LE01.ini +++ b/Data/User/GameConfig/S2LE01.ini @@ -1,19 +1,32 @@ # S2LE01 - PokePark Wii2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs EFB to Ram to display photographs. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/S2LJ01.ini b/Data/User/GameConfig/S2LJ01.ini index 9fd8978873..772d1b2bff 100644 --- a/Data/User/GameConfig/S2LJ01.ini +++ b/Data/User/GameConfig/S2LJ01.ini @@ -1,19 +1,32 @@ # S2LJ01 - PokePark Wii2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs EFB to Ram to display photographs. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/S2LP01.ini b/Data/User/GameConfig/S2LP01.ini index da782c2d72..52a1dbbfb4 100644 --- a/Data/User/GameConfig/S2LP01.ini +++ b/Data/User/GameConfig/S2LP01.ini @@ -1,19 +1,32 @@ # S2LP01 - PokePark Wii2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs EFB to Ram to display photographs. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/S2TJAF.ini b/Data/User/GameConfig/S2TJAF.ini index 207c4c6527..b8f9ec1534 100644 --- a/Data/User/GameConfig/S2TJAF.ini +++ b/Data/User/GameConfig/S2TJAF.ini @@ -1,7 +1,19 @@ # S2TJAF - TAIKO WII2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/S2WE78.ini b/Data/User/GameConfig/S2WE78.ini index d1925d21ea..5ec119c8da 100644 --- a/Data/User/GameConfig/S2WE78.ini +++ b/Data/User/GameConfig/S2WE78.ini @@ -1,18 +1,33 @@ -# S2WE78 - WWE All Stars -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -MaxAnisotropy = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Use direct 3d 11 for less glitches(r7436) -[OnFrame] -[ActionReplay] -[Gecko] +# S2WE78 - WWE All Stars + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use direct 3d 11 for less glitches(r7436) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/S2WP78.ini b/Data/User/GameConfig/S2WP78.ini index 46b817972b..78a763b4a3 100644 --- a/Data/User/GameConfig/S2WP78.ini +++ b/Data/User/GameConfig/S2WP78.ini @@ -1,18 +1,33 @@ -# S2WP78 - WWE All Stars -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -MaxAnisotropy = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = Use direct 3d 11 for less glitches(r7436) -[OnFrame] -[ActionReplay] -[Gecko] +# S2WP78 - WWE All Stars + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Use direct 3d 11 for less glitches(r7436) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/S3BEWR.ini b/Data/User/GameConfig/S3BEWR.ini index c4f973fde7..75b983fc0f 100644 --- a/Data/User/GameConfig/S3BEWR.ini +++ b/Data/User/GameConfig/S3BEWR.ini @@ -1,18 +1,33 @@ -# S3BEWR - Batman: The Brave and the Bold -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video_Hacks] -DlistCachingEnable = False -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# S3BEWR - Batman: The Brave and the Bold + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/S3BPWR.ini b/Data/User/GameConfig/S3BPWR.ini index 86dc70ed95..4b479e2c42 100644 --- a/Data/User/GameConfig/S3BPWR.ini +++ b/Data/User/GameConfig/S3BPWR.ini @@ -1,18 +1,33 @@ -# S3BPWR - Batman: The Brave and the Bold -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Video_Hacks] -DlistCachingEnable = False -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# S3BPWR - Batman: The Brave and the Bold + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/S59E01.ini b/Data/User/GameConfig/S59E01.ini index 73b6e64169..4addd0d6ee 100644 --- a/Data/User/GameConfig/S59E01.ini +++ b/Data/User/GameConfig/S59E01.ini @@ -1,12 +1,25 @@ -# S59E01 - SAMURAI WARRIORS 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# S59E01 - SAMURAI WARRIORS 3 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/S59JC8.ini b/Data/User/GameConfig/S59JC8.ini index 37de385c3f..b2d8b29186 100644 --- a/Data/User/GameConfig/S59JC8.ini +++ b/Data/User/GameConfig/S59JC8.ini @@ -1,12 +1,25 @@ -# S59JC8 - Sengoku Musou 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# S59JC8 - Sengoku Musou 3 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/S59P01.ini b/Data/User/GameConfig/S59P01.ini index 4ad52ec863..f20f6184c2 100644 --- a/Data/User/GameConfig/S59P01.ini +++ b/Data/User/GameConfig/S59P01.ini @@ -1,12 +1,25 @@ -# S59P01 - SAMURAI WARRIORS 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# S59P01 - SAMURAI WARRIORS 3 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 5 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/S72E01.ini b/Data/User/GameConfig/S72E01.ini index cdacdb835c..00a5d355c4 100644 --- a/Data/User/GameConfig/S72E01.ini +++ b/Data/User/GameConfig/S72E01.ini @@ -1,19 +1,33 @@ -# S72E01 - Kirby's Dream Collection Special Edition -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Kirby's Adventure (Nes classic) has severe graphic glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 0 +# S72E01 - Kirby's Dream Collection Special Edition + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Kirby's Adventure (Nes classic) has severe graphic glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/S72J01.ini b/Data/User/GameConfig/S72J01.ini index 240621a848..3175bbc192 100644 --- a/Data/User/GameConfig/S72J01.ini +++ b/Data/User/GameConfig/S72J01.ini @@ -1,19 +1,33 @@ -# S72J01 - Hoshi No Kirby: 20th Anniversary Edition -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Kirby's Adventure (Nes classic) has severe graphic glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 0 +# S72J01 - Hoshi No Kirby: 20th Anniversary Edition + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Kirby's Adventure (Nes classic) has severe graphic glitches. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/S75E69.ini b/Data/User/GameConfig/S75E69.ini index 314bf62a62..0d08e7075a 100644 --- a/Data/User/GameConfig/S75E69.ini +++ b/Data/User/GameConfig/S75E69.ini @@ -1,19 +1,31 @@ -# S75E69 - Monopoly Streets -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Skip any errors at startup and use integral efb scale (r6682) -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 512 - +# S75E69 - Monopoly Streets + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Skip any errors at startup and use integral efb scale (r6682) +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/S75P69.ini b/Data/User/GameConfig/S75P69.ini index edbfd2b746..ca758a4f81 100644 --- a/Data/User/GameConfig/S75P69.ini +++ b/Data/User/GameConfig/S75P69.ini @@ -1,17 +1,30 @@ -# S75P69 - Monopoly Streets -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Skip any errors at startup and use integral efb scale (r6682) -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 +# S75P69 - Monopoly Streets + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Skip any errors at startup and use integral efb scale (r6682) +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + diff --git a/Data/User/GameConfig/SAKENS.ini b/Data/User/GameConfig/SAKENS.ini index bddd3cfbba..03cd0c2fa4 100644 --- a/Data/User/GameConfig/SAKENS.ini +++ b/Data/User/GameConfig/SAKENS.ini @@ -1,13 +1,25 @@ -# SAKENS - Sakura Wars: So Long, My Love -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# SAKENS - Sakura Wars: So Long, My Love + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SAKPNS.ini b/Data/User/GameConfig/SAKPNS.ini index d11f408fd8..f1a089de5b 100644 --- a/Data/User/GameConfig/SAKPNS.ini +++ b/Data/User/GameConfig/SAKPNS.ini @@ -1,12 +1,25 @@ -# SAKPNS - Sakura Wars: So Long, My Love -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SAKPNS - Sakura Wars: So Long, My Love + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SB3E08.ini b/Data/User/GameConfig/SB3E08.ini index ce8e25554e..97d608bc45 100644 --- a/Data/User/GameConfig/SB3E08.ini +++ b/Data/User/GameConfig/SB3E08.ini @@ -1,18 +1,31 @@ # SB3E08 - BASARA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/SB3J08.ini b/Data/User/GameConfig/SB3J08.ini index 70805a3243..9ac6d03cc4 100644 --- a/Data/User/GameConfig/SB3J08.ini +++ b/Data/User/GameConfig/SB3J08.ini @@ -1,18 +1,31 @@ # SB3J08 - BASARA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/SB3P08.ini b/Data/User/GameConfig/SB3P08.ini index bd1677f5eb..7eaadfdb03 100644 --- a/Data/User/GameConfig/SB3P08.ini +++ b/Data/User/GameConfig/SB3P08.ini @@ -1,18 +1,31 @@ # SB3P08 - BASARA -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/SB4E01.ini b/Data/User/GameConfig/SB4E01.ini index 41dfae8ae7..8781b39f12 100644 --- a/Data/User/GameConfig/SB4E01.ini +++ b/Data/User/GameConfig/SB4E01.ini @@ -1,18 +1,30 @@ # SB4E01 - SUPER MARIO GALAXY MORE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Disable audio or use the LLE plugin instead in levels with Grand Stars to avoid black screen. Needs "Enable CPU Access".(r6584) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True diff --git a/Data/User/GameConfig/SB4J01.ini b/Data/User/GameConfig/SB4J01.ini index f77def6407..6dfe8c6d6b 100644 --- a/Data/User/GameConfig/SB4J01.ini +++ b/Data/User/GameConfig/SB4J01.ini @@ -1,17 +1,30 @@ # SB4J01 - SUPER MARIO GALAXY MORE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Disable audio or use the LLE plugin instead in levels with Grand Stars to avoid black screen. Needs "Enable CPU Access".(r6584) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True + diff --git a/Data/User/GameConfig/SB4P01.ini b/Data/User/GameConfig/SB4P01.ini index 6653478d21..bb48a270ab 100644 --- a/Data/User/GameConfig/SB4P01.ini +++ b/Data/User/GameConfig/SB4P01.ini @@ -1,17 +1,30 @@ # SB4P01 - SUPER MARIO GALAXY MORE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Disable audio or use the LLE plugin instead in levels with Grand Stars to avoid black screen. Needs "Enable CPU Access".(r6584) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBAccessEnable = True + diff --git a/Data/User/GameConfig/SBDE08.ini b/Data/User/GameConfig/SBDE08.ini index 7f48f14214..42ee97c2a8 100644 --- a/Data/User/GameConfig/SBDE08.ini +++ b/Data/User/GameConfig/SBDE08.ini @@ -1,17 +1,30 @@ -# SBDE08 - RESIDENT EVIL THE DARKSIDE CHRONICLES -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.5 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SBDE08 - RESIDENT EVIL THE DARKSIDE CHRONICLES + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.5 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SBDJ08.ini b/Data/User/GameConfig/SBDJ08.ini index 51274d0218..e78ea3b084 100644 --- a/Data/User/GameConfig/SBDJ08.ini +++ b/Data/User/GameConfig/SBDJ08.ini @@ -1,17 +1,30 @@ -# SBDJ08 - RESIDENT EVIL THE DARKSIDE CHRONICLES -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.5 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SBDJ08 - RESIDENT EVIL THE DARKSIDE CHRONICLES + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.5 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SBDK08.ini b/Data/User/GameConfig/SBDK08.ini index 5fef940181..7c163e4bd5 100644 --- a/Data/User/GameConfig/SBDK08.ini +++ b/Data/User/GameConfig/SBDK08.ini @@ -1,17 +1,30 @@ -# SBDK08 - RESIDENT EVIL THE DARKSIDE CHRONICLES -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.5 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SBDK08 - RESIDENT EVIL THE DARKSIDE CHRONICLES + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.5 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SBDP08.ini b/Data/User/GameConfig/SBDP08.ini index f50da37cba..ed7588029c 100644 --- a/Data/User/GameConfig/SBDP08.ini +++ b/Data/User/GameConfig/SBDP08.ini @@ -1,17 +1,30 @@ -# SBDP08 - RESIDENT EVIL THE DARKSIDE CHRONICLES -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 1 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = 0.5 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SBDP08 - RESIDENT EVIL THE DARKSIDE CHRONICLES + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 0 +PH_SZFar = 1 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = 0.5 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SBLE5G.ini b/Data/User/GameConfig/SBLE5G.ini index 58d7c3d886..a1a77e0344 100644 --- a/Data/User/GameConfig/SBLE5G.ini +++ b/Data/User/GameConfig/SBLE5G.ini @@ -1,16 +1,27 @@ # SBLE5G - Sample Game Name -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/SBNEG9.ini b/Data/User/GameConfig/SBNEG9.ini index f5a2a1ad7a..80dd555b1a 100644 --- a/Data/User/GameConfig/SBNEG9.ini +++ b/Data/User/GameConfig/SBNEG9.ini @@ -1,7 +1,19 @@ # SBNEG9 - Ben 10 Alien Force: Vilgax Attacks -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SBVE78.ini b/Data/User/GameConfig/SBVE78.ini index cabf680d52..78df512e95 100644 --- a/Data/User/GameConfig/SBVE78.ini +++ b/Data/User/GameConfig/SBVE78.ini @@ -1,7 +1,19 @@ # SBVE78 - SpongeBob's Boating Bash -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SC2E8P.ini b/Data/User/GameConfig/SC2E8P.ini index 998d51859d..a569738d0b 100644 --- a/Data/User/GameConfig/SC2E8P.ini +++ b/Data/User/GameConfig/SC2E8P.ini @@ -1,20 +1,31 @@ -# SC2E8P - Conduit 2 -[Core] -BlockMerging = 1 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -DlistCachingEnable = False -[Video_Settings] -[Wii] +# SC2E8P - Conduit 2 + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SC2P8P.ini b/Data/User/GameConfig/SC2P8P.ini index b9f5c5989c..6cf41921eb 100644 --- a/Data/User/GameConfig/SC2P8P.ini +++ b/Data/User/GameConfig/SC2P8P.ini @@ -1,69 +1,80 @@ -# SC2P8P - Conduit 2 -[Core] -BlockMerging = 1 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -$Undead Invincibility Mode [Bully@Wiiplaza] -F6000001 80008100 -8001002C 90180000 -D200000C 00000006 -2C110035 40820020 -2C0800F4 40820018 -2C0300A0 40820010 -3C007FFF 6000FFFF -90040000 80040000 -60000000 00000000 -E0000000 80008000 -**Offline Only* -**You are completely untouchable* -*Picture -> http://imageshack.us/photo/my-images/684/sc2p8p008.png/ -$Inf. Ammo [Bully@Wiiplaza] -F6000001 80008100 -80640000 80050000 -D2000008 00000003 -2C110021 4082000C -38600000 7C030050 -60000000 00000000 -E0000000 80008000 -**Offline Only* -$No Flashwhite [Bully@Wiiplaza] -F6000001 80008100 -EC210032 93C10008 -14000114 60000000 -E0000000 80008000 -$Inf. Money [Bully@Wiiplaza] -F6000001 80008100 -7C003A14 38E70001 -D2000010 00000004 -2C11002F 40820014 -2C0401A8 4082000C -3D807FFF 7D84012E -7C04002E 00000000 -E0000000 80008000 -$Profile One Name Changer Jedi Hack & [Mitch] -0487E2D4 XXXXXXXX -0487E2D8 XXXXXXXX -0487E2DC XXXXXXXX -$Profile Two Name Changer Jedi Hack & [Mitch] -0487E320 0000XXXX -0487E324 XXXXXXXX -0487E328 XXXXXXXX -0487E32C XXXX0000 -$Profile Three Name Changer Jedi Hack & [Mitch] -0487E370 XXXXXXXX -0487E374 XXXXXXXX -[Video_Hacks] -DlistCachingEnable = False -[Video_Settings] -[Wii] +# SC2P8P - Conduit 2 + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Undead Invincibility Mode [Bully@Wiiplaza] +F6000001 80008100 +8001002C 90180000 +D200000C 00000006 +2C110035 40820020 +2C0800F4 40820018 +2C0300A0 40820010 +3C007FFF 6000FFFF +90040000 80040000 +60000000 00000000 +E0000000 80008000 +**Offline Only* +**You are completely untouchable* +*Picture -> http://imageshack.us/photo/my-images/684/sc2p8p008.png/ +$Inf. Ammo [Bully@Wiiplaza] +F6000001 80008100 +80640000 80050000 +D2000008 00000003 +2C110021 4082000C +38600000 7C030050 +60000000 00000000 +E0000000 80008000 +**Offline Only* +$No Flashwhite [Bully@Wiiplaza] +F6000001 80008100 +EC210032 93C10008 +14000114 60000000 +E0000000 80008000 +$Inf. Money [Bully@Wiiplaza] +F6000001 80008100 +7C003A14 38E70001 +D2000010 00000004 +2C11002F 40820014 +2C0401A8 4082000C +3D807FFF 7D84012E +7C04002E 00000000 +E0000000 80008000 +$Profile One Name Changer Jedi Hack & [Mitch] +0487E2D4 XXXXXXXX +0487E2D8 XXXXXXXX +0487E2DC XXXXXXXX +$Profile Two Name Changer Jedi Hack & [Mitch] +0487E320 0000XXXX +0487E324 XXXXXXXX +0487E328 XXXXXXXX +0487E32C XXXX0000 +$Profile Three Name Changer Jedi Hack & [Mitch] +0487E370 XXXXXXXX +0487E374 XXXXXXXX + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SC4E64.ini b/Data/User/GameConfig/SC4E64.ini index bbe30283a6..741d1418de 100644 --- a/Data/User/GameConfig/SC4E64.ini +++ b/Data/User/GameConfig/SC4E64.ini @@ -1,16 +1,30 @@ # SC4E64 - LEGO Star Wars III: The Clone Wars -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SC4P64.ini b/Data/User/GameConfig/SC4P64.ini index 137f1de6c4..03a16786b2 100644 --- a/Data/User/GameConfig/SC4P64.ini +++ b/Data/User/GameConfig/SC4P64.ini @@ -1,16 +1,30 @@ # SC4P64 - LEGO Star Wars III: The Clone Wars -[Video_Hacks] -DlistCachingEnable = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 0 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SC7D52.ini b/Data/User/GameConfig/SC7D52.ini index 07aac1180a..0950049491 100644 --- a/Data/User/GameConfig/SC7D52.ini +++ b/Data/User/GameConfig/SC7D52.ini @@ -1,18 +1,30 @@ # SC7D52 - Call of Duty: Black Ops -[Video_Enhancements] -MaxAnisotropy = 0 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 PH_ZNear = 0. 01 -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -[Video_Settings] +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SC7E52.ini b/Data/User/GameConfig/SC7E52.ini index 17e7dbf3e1..a7dba018dc 100644 --- a/Data/User/GameConfig/SC7E52.ini +++ b/Data/User/GameConfig/SC7E52.ini @@ -1,18 +1,30 @@ # SC7E52 - Call of Duty: Black Ops -[Video_Enhancements] -MaxAnisotropy = 0 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 PH_ZNear = 0. 01 -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -[Video_Settings] +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SC7F52.ini b/Data/User/GameConfig/SC7F52.ini index efa2e74bd4..0b05a4af42 100644 --- a/Data/User/GameConfig/SC7F52.ini +++ b/Data/User/GameConfig/SC7F52.ini @@ -1,18 +1,30 @@ # SC7F52 - Call of Duty: Black Ops -[Video_Enhancements] -MaxAnisotropy = 0 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 PH_ZNear = 0. 01 -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -[Video_Settings] +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SC7I52.ini b/Data/User/GameConfig/SC7I52.ini index 804a02a547..3179aebde4 100644 --- a/Data/User/GameConfig/SC7I52.ini +++ b/Data/User/GameConfig/SC7I52.ini @@ -1,18 +1,30 @@ # SC7I52 - Call of Duty: Black Ops -[Video_Enhancements] -MaxAnisotropy = 0 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 PH_ZNear = 0. 01 -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -[Video_Settings] +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SC7P52.ini b/Data/User/GameConfig/SC7P52.ini index 95e09c5053..2f126dc40f 100644 --- a/Data/User/GameConfig/SC7P52.ini +++ b/Data/User/GameConfig/SC7P52.ini @@ -1,18 +1,30 @@ # SC7P52 - Call of Duty: Black Ops -[Video_Enhancements] -MaxAnisotropy = 0 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 PH_ZNear = 0. 01 -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -[Video_Settings] +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SC7S52.ini b/Data/User/GameConfig/SC7S52.ini index 76f6efb914..b12713dd8e 100644 --- a/Data/User/GameConfig/SC7S52.ini +++ b/Data/User/GameConfig/SC7S52.ini @@ -1,18 +1,30 @@ # SC7S52 - Call of Duty: Black Ops -[Video_Enhancements] -MaxAnisotropy = 0 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 1 PH_SZFar = 0 PH_ExtraParam = 0 PH_ZNear = 0. 01 -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Video_Hacks] -[Video_Settings] +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SC8E01.ini b/Data/User/GameConfig/SC8E01.ini index 639f962a6c..b54fef2319 100644 --- a/Data/User/GameConfig/SC8E01.ini +++ b/Data/User/GameConfig/SC8E01.ini @@ -1,15 +1,27 @@ # SC8E01 - Wii Play: Motion -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SC8J01.ini b/Data/User/GameConfig/SC8J01.ini index cc78b5632f..ce965c2650 100644 --- a/Data/User/GameConfig/SC8J01.ini +++ b/Data/User/GameConfig/SC8J01.ini @@ -1,15 +1,27 @@ # SC8J01 - Wii Play: Motion -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SC8P01.ini b/Data/User/GameConfig/SC8P01.ini index bbc6c1f1b4..cad529e227 100644 --- a/Data/User/GameConfig/SC8P01.ini +++ b/Data/User/GameConfig/SC8P01.ini @@ -1,15 +1,27 @@ # SC8P01 - Wii Play: Motion -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs real wiimote and motion plus. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SCAE18.ini b/Data/User/GameConfig/SCAE18.ini index 25bb57ce82..453a754042 100644 --- a/Data/User/GameConfig/SCAE18.ini +++ b/Data/User/GameConfig/SCAE18.ini @@ -1,18 +1,33 @@ -# SCAE18 - CALLING -[Video_Hacks] -EFBEmulateFormatChanges = True -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# SCAE18 - CALLING + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/SCAJ18.ini b/Data/User/GameConfig/SCAJ18.ini index 2821509834..e00617c60e 100644 --- a/Data/User/GameConfig/SCAJ18.ini +++ b/Data/User/GameConfig/SCAJ18.ini @@ -1,18 +1,33 @@ -# SCAJ18 - CALLING Kuroki Chakushin -[Video_Hacks] -EFBEmulateFormatChanges = True -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# SCAJ18 - CALLING Kuroki Chakushin + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/SCAP18.ini b/Data/User/GameConfig/SCAP18.ini index 1b03dcc435..a176ce7627 100644 --- a/Data/User/GameConfig/SCAP18.ini +++ b/Data/User/GameConfig/SCAP18.ini @@ -1,18 +1,33 @@ -# SCAP18 - CALLING -[Video_Hacks] -EFBEmulateFormatChanges = True -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# SCAP18 - CALLING + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/SCYE4Q.ini b/Data/User/GameConfig/SCYE4Q.ini index 1000cd8bcc..d1a6e36bb3 100644 --- a/Data/User/GameConfig/SCYE4Q.ini +++ b/Data/User/GameConfig/SCYE4Q.ini @@ -1,15 +1,27 @@ # SCYE4Q - Cars 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SCYP4Q.ini b/Data/User/GameConfig/SCYP4Q.ini index a7f2b779ff..217d7da1d1 100644 --- a/Data/User/GameConfig/SCYP4Q.ini +++ b/Data/User/GameConfig/SCYP4Q.ini @@ -1,15 +1,27 @@ # SCYP4Q - Cars 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SCYX4Q.ini b/Data/User/GameConfig/SCYX4Q.ini index 6f1a2cf0b3..956afc5a82 100644 --- a/Data/User/GameConfig/SCYX4Q.ini +++ b/Data/User/GameConfig/SCYX4Q.ini @@ -1,15 +1,27 @@ # SCYX4Q - Cars 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SCYY4Q.ini b/Data/User/GameConfig/SCYY4Q.ini index b2637bb69c..17f535a077 100644 --- a/Data/User/GameConfig/SCYY4Q.ini +++ b/Data/User/GameConfig/SCYY4Q.ini @@ -1,15 +1,27 @@ # SCYY4Q - Cars 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SCYZ4Q.ini b/Data/User/GameConfig/SCYZ4Q.ini index 9fad833875..29018bdd1a 100644 --- a/Data/User/GameConfig/SCYZ4Q.ini +++ b/Data/User/GameConfig/SCYZ4Q.ini @@ -1,15 +1,27 @@ # SCYZ4Q - Cars 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SD2E41.ini b/Data/User/GameConfig/SD2E41.ini index ae90ff5196..a67258686c 100644 --- a/Data/User/GameConfig/SD2E41.ini +++ b/Data/User/GameConfig/SD2E41.ini @@ -1,19 +1,33 @@ -# SD2E41 - Just Dance 2 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -MaxAnisotropy = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Wii] +# SD2E41 - Just Dance 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SD2J01.ini b/Data/User/GameConfig/SD2J01.ini index 3285e7c75a..78b9a4cd9e 100644 --- a/Data/User/GameConfig/SD2J01.ini +++ b/Data/User/GameConfig/SD2J01.ini @@ -1,19 +1,33 @@ -# SD2J01 - Just Dance 2 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -MaxAnisotropy = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Wii] +# SD2J01 - Just Dance 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SD2P41.ini b/Data/User/GameConfig/SD2P41.ini index 2111a3c298..da1b58f37d 100644 --- a/Data/User/GameConfig/SD2P41.ini +++ b/Data/User/GameConfig/SD2P41.ini @@ -1,19 +1,33 @@ -# SD2P41 - Just Dance 2 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -MaxAnisotropy = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Wii] +# SD2P41 - Just Dance 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SD2Y41.ini b/Data/User/GameConfig/SD2Y41.ini index 59c9fb666b..fa08be8c3d 100644 --- a/Data/User/GameConfig/SD2Y41.ini +++ b/Data/User/GameConfig/SD2Y41.ini @@ -1,19 +1,33 @@ -# SD2Y41 - Just Dance 2 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -MaxAnisotropy = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] -[Wii] +# SD2Y41 - Just Dance 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SDBE78.ini b/Data/User/GameConfig/SDBE78.ini index f6af5ac5a5..df471f4d0a 100644 --- a/Data/User/GameConfig/SDBE78.ini +++ b/Data/User/GameConfig/SDBE78.ini @@ -1,18 +1,31 @@ # SDBE78 - de Blob 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/SDBP78.ini b/Data/User/GameConfig/SDBP78.ini index cfdb9551ee..01cfa04645 100644 --- a/Data/User/GameConfig/SDBP78.ini +++ b/Data/User/GameConfig/SDBP78.ini @@ -1,18 +1,31 @@ # SDBP78 - de Blob 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/SDFE4Q.ini b/Data/User/GameConfig/SDFE4Q.ini index 70292b9974..16a3318683 100644 --- a/Data/User/GameConfig/SDFE4Q.ini +++ b/Data/User/GameConfig/SDFE4Q.ini @@ -1,15 +1,27 @@ # SDFE4Q - Disney Sing It: Family Hits -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SDNE41.ini b/Data/User/GameConfig/SDNE41.ini index 79dfb707c5..4456ae4425 100644 --- a/Data/User/GameConfig/SDNE41.ini +++ b/Data/User/GameConfig/SDNE41.ini @@ -1,18 +1,33 @@ # SDNE41 - Just Dance -[Video_Settings] -EFBScale = 1 -[Video_Enhancements] -MaxAnisotropy = 0 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = 1 + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SDNP41.ini b/Data/User/GameConfig/SDNP41.ini index 612ecdeddf..f47f5d769b 100644 --- a/Data/User/GameConfig/SDNP41.ini +++ b/Data/User/GameConfig/SDNP41.ini @@ -1,18 +1,33 @@ # SDNP41 - Just Dance -[Video_Settings] -EFBScale = 1 -[Video_Enhancements] -MaxAnisotropy = 0 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = 1 + +[Video_Enhancements] +MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SDWE18.ini b/Data/User/GameConfig/SDWE18.ini index 38360dcc1f..6be901d318 100644 --- a/Data/User/GameConfig/SDWE18.ini +++ b/Data/User/GameConfig/SDWE18.ini @@ -1,20 +1,31 @@ # SDWE18 - A Shadow's Tale -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs efb to ram for proper shadows. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True -[Video_Enhancements] diff --git a/Data/User/GameConfig/SDWJ18.ini b/Data/User/GameConfig/SDWJ18.ini index aa2ccf6477..e27a91c126 100644 --- a/Data/User/GameConfig/SDWJ18.ini +++ b/Data/User/GameConfig/SDWJ18.ini @@ -1,18 +1,31 @@ # SDWJ18 - Kage no Tou -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs efb to ram for proper shadows. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/SDWP18.ini b/Data/User/GameConfig/SDWP18.ini index fef82e113e..e26340b1a8 100644 --- a/Data/User/GameConfig/SDWP18.ini +++ b/Data/User/GameConfig/SDWP18.ini @@ -1,19 +1,31 @@ # SDWP18 - A Shadow's Tale -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Needs efb to ram for proper shadows. EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True -[Video_Enhancements] + diff --git a/Data/User/GameConfig/SE2P69.ini b/Data/User/GameConfig/SE2P69.ini index de20f01001..48f4bd8973 100644 --- a/Data/User/GameConfig/SE2P69.ini +++ b/Data/User/GameConfig/SE2P69.ini @@ -1,14 +1,28 @@ -# SE2P69 - EA Sports Active 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -ForceFiltering = False +# SE2P69 - EA Sports Active 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +ForceFiltering = False + diff --git a/Data/User/GameConfig/SEAE69.ini b/Data/User/GameConfig/SEAE69.ini index 892cb837ea..84889555f0 100644 --- a/Data/User/GameConfig/SEAE69.ini +++ b/Data/User/GameConfig/SEAE69.ini @@ -1,14 +1,28 @@ -# SEAE69 - EA Sports Active: More Workouts -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -ForceFiltering = False +# SEAE69 - EA Sports Active: More Workouts + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +ForceFiltering = False + diff --git a/Data/User/GameConfig/SEAJ13.ini b/Data/User/GameConfig/SEAJ13.ini index f3fadeb798..b38274c168 100644 --- a/Data/User/GameConfig/SEAJ13.ini +++ b/Data/User/GameConfig/SEAJ13.ini @@ -1,14 +1,28 @@ -# SEAJ13 - EA Sports Active: More Workouts -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -ForceFiltering = False +# SEAJ13 - EA Sports Active: More Workouts + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +ForceFiltering = False + diff --git a/Data/User/GameConfig/SEAP69.ini b/Data/User/GameConfig/SEAP69.ini index 7e61ff997a..ef8416cc24 100644 --- a/Data/User/GameConfig/SEAP69.ini +++ b/Data/User/GameConfig/SEAP69.ini @@ -1,14 +1,28 @@ -# SEAP69 - EA Sports Active: More Workouts -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] -ForceFiltering = False +# SEAP69 - EA Sports Active: More Workouts + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 0 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Enhancements] +ForceFiltering = False + diff --git a/Data/User/GameConfig/SEME4Q.ini b/Data/User/GameConfig/SEME4Q.ini index 48056894b9..3f87aed72c 100644 --- a/Data/User/GameConfig/SEME4Q.ini +++ b/Data/User/GameConfig/SEME4Q.ini @@ -1,23 +1,38 @@ -# SEME4Q - Disney Epic Mickey -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Enable progressive scan if the game has boot issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = 1 -SafeTextureCacheColorSamples = 0 -[Video_Enhancements] -ForceFiltering = False -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# SEME4Q - Disney Epic Mickey + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Enable progressive scan if the game has boot issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = 1 + +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +ForceFiltering = False + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SEMJ01.ini b/Data/User/GameConfig/SEMJ01.ini index 280438a489..1585dfd342 100644 --- a/Data/User/GameConfig/SEMJ01.ini +++ b/Data/User/GameConfig/SEMJ01.ini @@ -1,23 +1,38 @@ -# SEMJ01 - Disney Epic Mickey: Mickey Mouse and the Magic Brush -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Enable progressive scan if the game has boot issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 -[Video_Enhancements] -ForceFiltering = False -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# SEMJ01 - Disney Epic Mickey: Mickey Mouse and the Magic Brush + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Enable progressive scan if the game has boot issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +ForceFiltering = False + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SEMP4Q.ini b/Data/User/GameConfig/SEMP4Q.ini index f425547cf4..475f6fb8c4 100644 --- a/Data/User/GameConfig/SEMP4Q.ini +++ b/Data/User/GameConfig/SEMP4Q.ini @@ -1,23 +1,38 @@ -# SEMP4Q - Disney Epic Mickey -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Enable progressive scan if the game has boot issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = 1 -SafeTextureCacheColorSamples = 0 -[Video_Enhancements] -ForceFiltering = False -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# SEMP4Q - Disney Epic Mickey + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Enable progressive scan if the game has boot issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = 1 + +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +ForceFiltering = False + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SEMX4Q.ini b/Data/User/GameConfig/SEMX4Q.ini index 43232806a2..f69c2f9af7 100644 --- a/Data/User/GameConfig/SEMX4Q.ini +++ b/Data/User/GameConfig/SEMX4Q.ini @@ -1,23 +1,38 @@ -# SEMX4Q - Disney Epic Mickey -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Enable progressive scan if the game has boot issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = 1 -SafeTextureCacheColorSamples = 0 -[Video_Enhancements] -ForceFiltering = False -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# SEMX4Q - Disney Epic Mickey + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Enable progressive scan if the game has boot issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = 1 + +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +ForceFiltering = False + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SEMY4Q.ini b/Data/User/GameConfig/SEMY4Q.ini index f01579ade7..41405dcc76 100644 --- a/Data/User/GameConfig/SEMY4Q.ini +++ b/Data/User/GameConfig/SEMY4Q.ini @@ -1,23 +1,38 @@ -# SEMY4Q - Disney Epic Mickey -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Enable progressive scan if the game has boot issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 -[Video_Enhancements] -ForceFiltering = False -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# SEMY4Q - Disney Epic Mickey + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Enable progressive scan if the game has boot issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +ForceFiltering = False + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SEMZ4Q.ini b/Data/User/GameConfig/SEMZ4Q.ini index 1e828432f2..af954e2994 100644 --- a/Data/User/GameConfig/SEMZ4Q.ini +++ b/Data/User/GameConfig/SEMZ4Q.ini @@ -1,23 +1,38 @@ -# SEMZ4Q - Disney Epic Mickey -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Enable progressive scan if the game has boot issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 -[Video_Enhancements] -ForceFiltering = False -[Video_Hacks] -DlistCachingEnable = False -[Wii] +# SEMZ4Q - Disney Epic Mickey + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Enable progressive scan if the game has boot issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + +[Video_Enhancements] +ForceFiltering = False + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SERE4Q.ini b/Data/User/GameConfig/SERE4Q.ini index 526cd7fcda..36867efe99 100644 --- a/Data/User/GameConfig/SERE4Q.ini +++ b/Data/User/GameConfig/SERE4Q.ini @@ -1,19 +1,32 @@ -# SERE4Q - Disney Epic Mickey 2: The Power of 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Enable progressive scan if the game has boot issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 -[Wii] +# SERE4Q - Disney Epic Mickey 2: The Power of 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Enable progressive scan if the game has boot issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/SERF4Q.ini b/Data/User/GameConfig/SERF4Q.ini index 266abd0d76..4cc68e3026 100644 --- a/Data/User/GameConfig/SERF4Q.ini +++ b/Data/User/GameConfig/SERF4Q.ini @@ -1,19 +1,32 @@ -# SERF4Q - Disney Epic Mickey 2: The Power of 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Enable progressive scan if the game has boot issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 -[Wii] +# SERF4Q - Disney Epic Mickey 2: The Power of 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Enable progressive scan if the game has boot issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/SERP4Q.ini b/Data/User/GameConfig/SERP4Q.ini index 300b9d7e8b..e3c34c0832 100644 --- a/Data/User/GameConfig/SERP4Q.ini +++ b/Data/User/GameConfig/SERP4Q.ini @@ -1,19 +1,32 @@ -# SERP4Q - Disney Epic Mickey 2: The Power of 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Enable progressive scan if the game has boot issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -EFBScale = -1 -SafeTextureCacheColorSamples = 0 -[Wii] +# SERP4Q - Disney Epic Mickey 2: The Power of 2 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Enable progressive scan if the game has boot issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +EFBScale = -1 + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/SF8E01.ini b/Data/User/GameConfig/SF8E01.ini index 299627c858..ca73bdf14d 100644 --- a/Data/User/GameConfig/SF8E01.ini +++ b/Data/User/GameConfig/SF8E01.ini @@ -1,19 +1,31 @@ -# SF8E01 - Donkey Kong Country Returns -[Core] Values set here will override the main dolphin settings. -BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Sound crackling can be fixed by lle audio. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Wii] +# SF8E01 - Donkey Kong Country Returns + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Sound crackling can be fixed by lle audio. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SF8J01.ini b/Data/User/GameConfig/SF8J01.ini index 25933e7662..cb0c63a438 100644 --- a/Data/User/GameConfig/SF8J01.ini +++ b/Data/User/GameConfig/SF8J01.ini @@ -1,19 +1,31 @@ -# SF8J01 - Donkey Kong Country Returns -[Core] Values set here will override the main dolphin settings. -BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Sound crackling can be fixed by lle audio. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Wii] +# SF8J01 - Donkey Kong Country Returns + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Sound crackling can be fixed by lle audio. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SF8P01.ini b/Data/User/GameConfig/SF8P01.ini index da165d640b..c9cc83b421 100644 --- a/Data/User/GameConfig/SF8P01.ini +++ b/Data/User/GameConfig/SF8P01.ini @@ -1,19 +1,31 @@ -# SF8P01 - Donkey Kong Country Returns -[Core] Values set here will override the main dolphin settings. -BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Sound crackling can be fixed by lle audio. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Wii] +# SF8P01 - Donkey Kong Country Returns + +[Core] +# Values set here will override the main dolphin settings. +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Sound crackling can be fixed by lle audio. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SFIE01.ini b/Data/User/GameConfig/SFIE01.ini index 7475f94fca..9b4220c76a 100644 --- a/Data/User/GameConfig/SFIE01.ini +++ b/Data/User/GameConfig/SFIE01.ini @@ -1,20 +1,32 @@ -# SFIE01 - Mystery Case Files: The Malgrave Incident -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -UseXFB = True -UseRealXFB = True +# SFIE01 - Mystery Case Files: The Malgrave Incident + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real xfb for videos to show up. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 +UseXFB = True +UseRealXFB = True + diff --git a/Data/User/GameConfig/SFIP01.ini b/Data/User/GameConfig/SFIP01.ini index 114906aac3..201278d20e 100644 --- a/Data/User/GameConfig/SFIP01.ini +++ b/Data/User/GameConfig/SFIP01.ini @@ -1,20 +1,32 @@ -# SFIP01 - Mystery Case Files: The Malgrave Incident -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real xfb for videos to show up. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -UseXFB = True -UseRealXFB = True +# SFIP01 - Mystery Case Files: The Malgrave Incident + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real xfb for videos to show up. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 +UseXFB = True +UseRealXFB = True + diff --git a/Data/User/GameConfig/SFWE69.ini b/Data/User/GameConfig/SFWE69.ini index a357e3d0fd..7a267d9e8b 100644 --- a/Data/User/GameConfig/SFWE69.ini +++ b/Data/User/GameConfig/SFWE69.ini @@ -1,7 +1,19 @@ # SFWE69 - World Cup 2010 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SFWP69.ini b/Data/User/GameConfig/SFWP69.ini index e82ff183a5..87d012c580 100644 --- a/Data/User/GameConfig/SFWP69.ini +++ b/Data/User/GameConfig/SFWP69.ini @@ -1,11 +1,22 @@ -# SFWP69 - World Cup 2010 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Lacks HLE Sound -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SFWP69 - World Cup 2010 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Lacks HLE Sound + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SGAP8P.ini b/Data/User/GameConfig/SGAP8P.ini index 8229671b27..932dcb93d6 100644 --- a/Data/User/GameConfig/SGAP8P.ini +++ b/Data/User/GameConfig/SGAP8P.ini @@ -1,11 +1,22 @@ -# SGAP8P - Tournament of Legends -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# SGAP8P - Tournament of Legends™ + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/SH6E52.ini b/Data/User/GameConfig/SH6E52.ini index 286d4c8a8a..569b66f94c 100644 --- a/Data/User/GameConfig/SH6E52.ini +++ b/Data/User/GameConfig/SH6E52.ini @@ -1,20 +1,33 @@ # SH6E52 - Cabela's Big Game Hunter 2012 -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. TLBHack = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = MMU hack is needed or the game crashes during loading. EFB to RAM prevents glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/SHDE52.ini b/Data/User/GameConfig/SHDE52.ini index c3e7adf457..b0a49feed4 100644 --- a/Data/User/GameConfig/SHDE52.ini +++ b/Data/User/GameConfig/SHDE52.ini @@ -1,7 +1,19 @@ # SHDE52 - How to Train Your Dragon -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SHLPA4.ini b/Data/User/GameConfig/SHLPA4.ini index b9eebf93c5..09af51039e 100644 --- a/Data/User/GameConfig/SHLPA4.ini +++ b/Data/User/GameConfig/SHLPA4.ini @@ -1,18 +1,30 @@ -# SHLPA4 - Silent Hill: Shattered Memories -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Flashlight glitches (r6521) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Wii] +# SHLPA4 - Silent Hill: Shattered Memories + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Flashlight glitches (r6521) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SILE78.ini b/Data/User/GameConfig/SILE78.ini index ec3df3964d..cd240e8ce5 100644 --- a/Data/User/GameConfig/SILE78.ini +++ b/Data/User/GameConfig/SILE78.ini @@ -1,19 +1,32 @@ -# SILE78 - Worms Battle Islands -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -SkipIdle = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Idleskipping causes speed issues(menus,etc.) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SILE78 - Worms Battle Islands + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 +SkipIdle = 0 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Idleskipping causes speed issues(menus,etc.) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SILP78.ini b/Data/User/GameConfig/SILP78.ini index 0f5c7dd381..beece386c1 100644 --- a/Data/User/GameConfig/SILP78.ini +++ b/Data/User/GameConfig/SILP78.ini @@ -1,19 +1,32 @@ -# SILP78 - Worms Battle Islands -[Core] Values set here will override the main dolphin settings. -TLBHack = 1 -SkipIdle = 0 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Idleskipping causes speed issues(menus,etc.) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SILP78 - Worms Battle Islands + +[Core] +# Values set here will override the main dolphin settings. +TLBHack = 1 +SkipIdle = 0 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Idleskipping causes speed issues(menus,etc.) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SJBE52.ini b/Data/User/GameConfig/SJBE52.ini index be02c35bc9..422802288b 100644 --- a/Data/User/GameConfig/SJBE52.ini +++ b/Data/User/GameConfig/SJBE52.ini @@ -1,20 +1,32 @@ # SJBE52 - BondX -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Disable the gamecube controller or the wiimote to not have conflicts (r6480) EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBCopyEnable = True EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/SJBP52.ini b/Data/User/GameConfig/SJBP52.ini index 160a58d635..cfe8774ee0 100644 --- a/Data/User/GameConfig/SJBP52.ini +++ b/Data/User/GameConfig/SJBP52.ini @@ -1,20 +1,32 @@ # SJBP52 - BondX -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Disable the gamecube controller or the wiimote to not have conflicts (r6480) EmulationStateId = 5 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBCopyEnable = True EFBToTextureEnable = False + diff --git a/Data/User/GameConfig/SJDE41.ini b/Data/User/GameConfig/SJDE41.ini index 64b712f81d..f9ed9f80f4 100644 --- a/Data/User/GameConfig/SJDE41.ini +++ b/Data/User/GameConfig/SJDE41.ini @@ -1,16 +1,27 @@ # SJDE41 - Just Dance 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Suffers from random ingame lock ups. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SJDP41.ini b/Data/User/GameConfig/SJDP41.ini index 450a81c4f8..0de2883f39 100644 --- a/Data/User/GameConfig/SJDP41.ini +++ b/Data/User/GameConfig/SJDP41.ini @@ -1,16 +1,27 @@ # SJDP41 - Just Dance 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Suffers from random ingame lock ups. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SJDY41.ini b/Data/User/GameConfig/SJDY41.ini index 74584766c3..c90a989c21 100644 --- a/Data/User/GameConfig/SJDY41.ini +++ b/Data/User/GameConfig/SJDY41.ini @@ -1,16 +1,27 @@ # SJDY41 - Just Dance 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Suffers from random ingame lock ups. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SJDZ41.ini b/Data/User/GameConfig/SJDZ41.ini index 450a81c4f8..0de2883f39 100644 --- a/Data/User/GameConfig/SJDZ41.ini +++ b/Data/User/GameConfig/SJDZ41.ini @@ -1,16 +1,27 @@ # SJDP41 - Just Dance 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Suffers from random ingame lock ups. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SK3EEB.ini b/Data/User/GameConfig/SK3EEB.ini index 076608a2ab..522c022948 100644 --- a/Data/User/GameConfig/SK3EEB.ini +++ b/Data/User/GameConfig/SK3EEB.ini @@ -1,19 +1,30 @@ -# SK3EEB - TRAUMA TEAM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Enhancements] - +# SK3EEB - TRAUMA TEAM + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SK4E52.ini b/Data/User/GameConfig/SK4E52.ini index db75118736..f492e8a814 100644 --- a/Data/User/GameConfig/SK4E52.ini +++ b/Data/User/GameConfig/SK4E52.ini @@ -1,7 +1,19 @@ # SK4E52 - Shrek Forever After -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SKJE78.ini b/Data/User/GameConfig/SKJE78.ini index bb4fb7cf66..a1207608c2 100644 --- a/Data/User/GameConfig/SKJE78.ini +++ b/Data/User/GameConfig/SKJE78.ini @@ -1,18 +1,33 @@ -# SKJE78 - You Don't Know Jack -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 0 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# SKJE78 - You Don't Know Jack + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/SKVE20.ini b/Data/User/GameConfig/SKVE20.ini index 035ade5d69..c9a3bef254 100644 --- a/Data/User/GameConfig/SKVE20.ini +++ b/Data/User/GameConfig/SKVE20.ini @@ -1,17 +1,31 @@ # SKVE20 - Kevin VanDam's Big Bass Challenge -[Video_Settings] -UseXFB = True -UseRealXFB = False + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/SLSEXJ.ini b/Data/User/GameConfig/SLSEXJ.ini index 3250f478c0..b5ecb2a061 100644 --- a/Data/User/GameConfig/SLSEXJ.ini +++ b/Data/User/GameConfig/SLSEXJ.ini @@ -1,19 +1,32 @@ # SLSEXJ - THE LAST STORY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/SLSJ01.ini b/Data/User/GameConfig/SLSJ01.ini index 214f4735bd..fe44bde494 100644 --- a/Data/User/GameConfig/SLSJ01.ini +++ b/Data/User/GameConfig/SLSJ01.ini @@ -1,19 +1,32 @@ # SLSJ01 - THE LAST STORY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/SLSP01.ini b/Data/User/GameConfig/SLSP01.ini index 9f8c30c9e5..4a143a76f8 100644 --- a/Data/User/GameConfig/SLSP01.ini +++ b/Data/User/GameConfig/SLSP01.ini @@ -1,19 +1,32 @@ # SLSP01 - THE LAST STORY -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/SLWE41.ini b/Data/User/GameConfig/SLWE41.ini index 8c6c850c01..b1e14d18b6 100644 --- a/Data/User/GameConfig/SLWE41.ini +++ b/Data/User/GameConfig/SLWE41.ini @@ -1,18 +1,31 @@ # SLWE41 - Where's Waldo? The Fantastic Journey -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Needs Real Xfb for the pointer to appear. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/SMBE8P.ini b/Data/User/GameConfig/SMBE8P.ini index a6c393c3b0..4dde00044d 100644 --- a/Data/User/GameConfig/SMBE8P.ini +++ b/Data/User/GameConfig/SMBE8P.ini @@ -1,8 +1,20 @@ # SMBE8P - SUPER MONKEY BALL STEP AND ROLL -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF=True -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = disable dualcore, if there are (fifo) problems -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. \ No newline at end of file + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SMBP8P.ini b/Data/User/GameConfig/SMBP8P.ini index e20feab4e5..3876e44265 100644 --- a/Data/User/GameConfig/SMBP8P.ini +++ b/Data/User/GameConfig/SMBP8P.ini @@ -1,8 +1,20 @@ # SMBP8P - SUPER MONKEY BALL STEP AND ROLL -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. EnableFPRF=True -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = disable dualcore, if there are (fifo) problems -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SMFE4Q.ini b/Data/User/GameConfig/SMFE4Q.ini index 0d6616b54c..6878659384 100644 --- a/Data/User/GameConfig/SMFE4Q.ini +++ b/Data/User/GameConfig/SMFE4Q.ini @@ -1,21 +1,35 @@ -# SMFE4Q - Phineas and Ferb Across the 2nd Dimension -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False -[Video_Hacks] -EFBEmulateFormatChanges = False +# SMFE4Q - Phineas and Ferb Across the 2nd Dimension + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 +UseXFB = True +UseRealXFB = False + +[Video_Hacks] +EFBEmulateFormatChanges = False + diff --git a/Data/User/GameConfig/SMFP4Q.ini b/Data/User/GameConfig/SMFP4Q.ini index f6140b9c24..cc788a1cf1 100644 --- a/Data/User/GameConfig/SMFP4Q.ini +++ b/Data/User/GameConfig/SMFP4Q.ini @@ -1,21 +1,35 @@ -# SMFP4Q - Phineas and Ferb Across the 2nd Dimension -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False -[Video_Hacks] -EFBEmulateFormatChanges = False +# SMFP4Q - Phineas and Ferb Across the 2nd Dimension + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 +UseXFB = True +UseRealXFB = False + +[Video_Hacks] +EFBEmulateFormatChanges = False + diff --git a/Data/User/GameConfig/SMNE01.ini b/Data/User/GameConfig/SMNE01.ini index 6c37fc88b3..ebc073f6e8 100644 --- a/Data/User/GameConfig/SMNE01.ini +++ b/Data/User/GameConfig/SMNE01.ini @@ -1,43 +1,57 @@ -# SMNE01 - New SUPER MARIO BROS. Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -$Infinite Lives -00354E93 00000063 -015478EF 00000063 -$Infinite Mushrooms -00C7FE69 00000063 -015DBB77 00000063 -$Infinite Fire Flowers -00C7FE6A 00000063 -015DBB7B 00000063 -$Infinite Flying Suits -00C7FE6B 00000063 -015DBB7F 00000063 -$Infinite Ice Flowers -00C7FE6C 00000063 -015DBB83 00000063 -$Infinite Penguin Suits -00C7FE6D 00000063 -015DBB87 00000063 -$Infinite Mini Mushrooms -00C7FE6E 00000063 -015DBB8B 00000063 -$Infinite Stars -00C7FE6F 00000063 -015DBB8F 00000063 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# SMNE01 - New SUPER MARIO BROS. Wii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +$Infinite Lives +00354E93 00000063 +015478EF 00000063 +$Infinite Mushrooms +00C7FE69 00000063 +015DBB77 00000063 +$Infinite Fire Flowers +00C7FE6A 00000063 +015DBB7B 00000063 +$Infinite Flying Suits +00C7FE6B 00000063 +015DBB7F 00000063 +$Infinite Ice Flowers +00C7FE6C 00000063 +015DBB83 00000063 +$Infinite Penguin Suits +00C7FE6D 00000063 +015DBB87 00000063 +$Infinite Mini Mushrooms +00C7FE6E 00000063 +015DBB8B 00000063 +$Infinite Stars +00C7FE6F 00000063 +015DBB8F 00000063 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SMNJ01.ini b/Data/User/GameConfig/SMNJ01.ini index 6f17ef78ca..278408d9fe 100644 --- a/Data/User/GameConfig/SMNJ01.ini +++ b/Data/User/GameConfig/SMNJ01.ini @@ -1,19 +1,33 @@ -# SMNJ01 - New SUPER MARIO BROS. Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# SMNJ01 - New SUPER MARIO BROS. Wii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SMNK01.ini b/Data/User/GameConfig/SMNK01.ini index 315e58741b..e30d833226 100644 --- a/Data/User/GameConfig/SMNK01.ini +++ b/Data/User/GameConfig/SMNK01.ini @@ -1,19 +1,33 @@ -# SMNK01 - New SUPER MARIO BROS. Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# SMNK01 - New SUPER MARIO BROS. Wii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SMNP01.ini b/Data/User/GameConfig/SMNP01.ini index 6dea0d0bfe..de60c36282 100644 --- a/Data/User/GameConfig/SMNP01.ini +++ b/Data/User/GameConfig/SMNP01.ini @@ -1,28 +1,42 @@ -# SMNP01 - New SUPER MARIO BROS. Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -+$Speed hack -0x801D5B10:dword:0x60000000 -0x801D5B14:dword:0x60000000 -[ActionReplay] Add action replay cheats here. -$98 lives (Mario, keep hat) -04355190 00000062 -$99 lives (Mario, no hat) -04355190 00000062 -$Freeze timer -040E3AB8 3C0001F4 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# SMNP01 - New SUPER MARIO BROS. Wii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. ++$Speed hack +0x801D5B10:dword:0x60000000 +0x801D5B14:dword:0x60000000 + +[ActionReplay] +# Add action replay cheats here. +$98 lives (Mario, keep hat) +04355190 00000062 +$99 lives (Mario, no hat) +04355190 00000062 +$Freeze timer +040E3AB8 3C0001F4 + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SMNW01.ini b/Data/User/GameConfig/SMNW01.ini index 3f2fcdda15..a7ce8bcacc 100644 --- a/Data/User/GameConfig/SMNW01.ini +++ b/Data/User/GameConfig/SMNW01.ini @@ -1,19 +1,33 @@ -# SMNW01 - New SUPER MARIO BROS. Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video_Hacks] -DlistCachingEnable = False +# SMNW01 - New SUPER MARIO BROS. Wii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = Enable EFB to RAM for the coins to spin (it will cause a big slowdown). +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SMOE41.ini b/Data/User/GameConfig/SMOE41.ini index 9edd71f38d..3b988c5521 100644 --- a/Data/User/GameConfig/SMOE41.ini +++ b/Data/User/GameConfig/SMOE41.ini @@ -1,20 +1,33 @@ -# SMOE41 - MICHAEL JACKSON THE EXPERIENCE SPECIAL EDITION -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBEmulateFormatChanges = True -[Video_Enhancements] -MaxAnisotropy = 0 -[Wii] +# SMOE41 - MICHAEL JACKSON THE EXPERIENCE SPECIAL EDITION + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/SMOP41.ini b/Data/User/GameConfig/SMOP41.ini index 18b790ac12..08f3925042 100644 --- a/Data/User/GameConfig/SMOP41.ini +++ b/Data/User/GameConfig/SMOP41.ini @@ -1,20 +1,33 @@ -# SMOP41 - MICHAEL JACKSON THE EXPERIENCE SPECIAL EDITION -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBEmulateFormatChanges = True -[Video_Enhancements] -MaxAnisotropy = 0 -[Wii] +# SMOP41 - MICHAEL JACKSON THE EXPERIENCE SPECIAL EDITION + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/SMOX41.ini b/Data/User/GameConfig/SMOX41.ini index e8fa62ff14..65fc196129 100644 --- a/Data/User/GameConfig/SMOX41.ini +++ b/Data/User/GameConfig/SMOX41.ini @@ -1,20 +1,33 @@ -# SMOX41 - Michael Jackson The Experience: Walmart Edition -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBEmulateFormatChanges = True -[Video_Enhancements] -MaxAnisotropy = 0 -[Wii] +# SMOX41 - Michael Jackson The Experience: Walmart Edition + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Enhancements] +MaxAnisotropy = 0 + +[Video_Hacks] +EFBEmulateFormatChanges = True + diff --git a/Data/User/GameConfig/SN4EDA.ini b/Data/User/GameConfig/SN4EDA.ini index ed64a5713b..387881d417 100644 --- a/Data/User/GameConfig/SN4EDA.ini +++ b/Data/User/GameConfig/SN4EDA.ini @@ -1,11 +1,22 @@ # SN4EDA - NARUTO SHIPPUDEN DRAGON BLADE CHRONICLES -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/SN4JDA.ini b/Data/User/GameConfig/SN4JDA.ini index 51f8739487..0392eb86ce 100644 --- a/Data/User/GameConfig/SN4JDA.ini +++ b/Data/User/GameConfig/SN4JDA.ini @@ -1,10 +1,22 @@ # SN4JDA - Naruto Shippuuden Ryujinki -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/SN4XGT.ini b/Data/User/GameConfig/SN4XGT.ini index 2bf43c31bc..26708bc8dd 100644 --- a/Data/User/GameConfig/SN4XGT.ini +++ b/Data/User/GameConfig/SN4XGT.ini @@ -1,10 +1,22 @@ # SN4XGT - NARUTO SHIPPUDEN DRAGON BLADE CHRONICLES -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/SNCE8P.ini b/Data/User/GameConfig/SNCE8P.ini index 2be325922b..bb919646af 100644 --- a/Data/User/GameConfig/SNCE8P.ini +++ b/Data/User/GameConfig/SNCE8P.ini @@ -1,19 +1,33 @@ # SNCE8P - Sonic2010 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Integral efb scale has less graphical glitches. Enable "Use EuRGB60 mode" for proper brightness level. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = +PH_ZNear = PH_ZFar = 0.01 -[Gecko] + [Video_Settings] EFBScale = -1 + [Video_Hacks] EFBAccessEnable = False + diff --git a/Data/User/GameConfig/SNCJ8P.ini b/Data/User/GameConfig/SNCJ8P.ini index f49713339b..bd0da480d7 100644 --- a/Data/User/GameConfig/SNCJ8P.ini +++ b/Data/User/GameConfig/SNCJ8P.ini @@ -1,19 +1,33 @@ # SNCJ8P - Sonic2010 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Integral efb scale has less graphical glitches. Enable "Use EuRGB60 mode" for proper brightness level. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = +PH_ZNear = PH_ZFar = 0.01 -[Gecko] + [Video_Settings] EFBScale = -1 + [Video_Hacks] EFBAccessEnable = False + diff --git a/Data/User/GameConfig/SNCP8P.ini b/Data/User/GameConfig/SNCP8P.ini index 9f78dc824b..03247225eb 100644 --- a/Data/User/GameConfig/SNCP8P.ini +++ b/Data/User/GameConfig/SNCP8P.ini @@ -1,19 +1,33 @@ # SNCP8P - Sonic2010 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Integral efb scale has less graphical glitches. Enable "Use EuRGB60 mode" for proper brightness level. EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = +PH_ZNear = PH_ZFar = 0.01 -[Gecko] + [Video_Settings] EFBScale = -1 + [Video_Hacks] EFBAccessEnable = False + diff --git a/Data/User/GameConfig/SNDE20.ini b/Data/User/GameConfig/SNDE20.ini index 012a3b2ceb..facfbccb54 100644 --- a/Data/User/GameConfig/SNDE20.ini +++ b/Data/User/GameConfig/SNDE20.ini @@ -1,17 +1,30 @@ # SNDE20 - Deal or No Deal -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SNJE69.ini b/Data/User/GameConfig/SNJE69.ini index 3b2c5f6834..c496950b46 100644 --- a/Data/User/GameConfig/SNJE69.ini +++ b/Data/User/GameConfig/SNJE69.ini @@ -1,35 +1,47 @@ -# SNJE69 - NBA JAM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -$Score 999-000 ( 1 and B Button ) [ZiT] -281ADCC0 00000600 -42000000 92000000 -0426BCE4 000003E7 -0426BCE8 00000000 -E0000000 80008000 -$Score 000-999 ( 2 and B Button ) [ZiT] -281ADCC0 00000500 -42000000 92000000 -0426BCE4 00000000 -0426BCE8 000003E7 -E0000000 80008000 -$Time Stop ( - and B Button on/off ) [ZiT] -281ADCC0 00001400 -04521C84 60000000 -CC000000 00000000 -04521C84 D01D0040 -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# SNJE69 - NBA JAM + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = +$Score 999-000 ( 1 and B Button ) [ZiT] +281ADCC0 00000600 +42000000 92000000 +0426BCE4 000003E7 +0426BCE8 00000000 +E0000000 80008000 +$Score 000-999 ( 2 and B Button ) [ZiT] +281ADCC0 00000500 +42000000 92000000 +0426BCE4 00000000 +0426BCE8 000003E7 +E0000000 80008000 +$Time Stop ( - and B Button on/off ) [ZiT] +281ADCC0 00001400 +04521C84 60000000 +CC000000 00000000 +04521C84 D01D0040 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SNJP69.ini b/Data/User/GameConfig/SNJP69.ini index 134e803548..39078c74be 100644 --- a/Data/User/GameConfig/SNJP69.ini +++ b/Data/User/GameConfig/SNJP69.ini @@ -1,13 +1,25 @@ -# SNJP69 - NBA JAM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = -EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# SNJP69 - NBA JAM + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = +EmulationStateId = 4 + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SO3EE9.ini b/Data/User/GameConfig/SO3EE9.ini index c359fede43..ee3196bea7 100644 --- a/Data/User/GameConfig/SO3EE9.ini +++ b/Data/User/GameConfig/SO3EE9.ini @@ -1,18 +1,30 @@ # SO3EE9 - Rune Factory: Tides of Destiny -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Direct 3d 11 fixes some texture glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SO3J99.ini b/Data/User/GameConfig/SO3J99.ini index e29dca5b96..219b3f016d 100644 --- a/Data/User/GameConfig/SO3J99.ini +++ b/Data/User/GameConfig/SO3J99.ini @@ -1,18 +1,30 @@ # SO3J99 - Rune Factory Oceans -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Direct 3d 11 fixes some texture glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Wii] + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SOJE41.ini b/Data/User/GameConfig/SOJE41.ini index af6d49b785..3ecb139771 100644 --- a/Data/User/GameConfig/SOJE41.ini +++ b/Data/User/GameConfig/SOJE41.ini @@ -1,16 +1,27 @@ -# SOJE41 - Rayman Origins -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# SOJE41 - Rayman Origins + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SOJP41.ini b/Data/User/GameConfig/SOJP41.ini index fca55f9117..391b82eaa0 100644 --- a/Data/User/GameConfig/SOJP41.ini +++ b/Data/User/GameConfig/SOJP41.ini @@ -1,16 +1,27 @@ -# SOJP41 - Rayman Origins -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 1 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +# SOJP41 - Rayman Origins + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 1 +PH_SZNear = 1 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SOUE01.ini b/Data/User/GameConfig/SOUE01.ini index 7e37e04936..d34b216b4e 100644 --- a/Data/User/GameConfig/SOUE01.ini +++ b/Data/User/GameConfig/SOUE01.ini @@ -1,20 +1,31 @@ -# SOUE01 - The Legend of Zelda Skyward Sword -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. Use direct 3d9 backend for less graphic issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBAccessEnable = True -DlistCachingEnable = False -[Wii] -[Video_Settings] +# SOUE01 - The Legend of Zelda Skyward Sword + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. Use direct 3d9 backend for less graphic issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBAccessEnable = True +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SOUJ01.ini b/Data/User/GameConfig/SOUJ01.ini index b02302e15c..9be2cefa22 100644 --- a/Data/User/GameConfig/SOUJ01.ini +++ b/Data/User/GameConfig/SOUJ01.ini @@ -1,20 +1,31 @@ -# SOUJ01 - The Legend of Zelda Skyward Sword -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. Use direct 3d9 backend for less graphic issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBAccessEnable = True -DlistCachingEnable = False -[Wii] -[Video_Settings] +# SOUJ01 - The Legend of Zelda Skyward Sword + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. Use direct 3d9 backend for less graphic issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBAccessEnable = True +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SOUK01.ini b/Data/User/GameConfig/SOUK01.ini index 201ec99315..8d332015c3 100644 --- a/Data/User/GameConfig/SOUK01.ini +++ b/Data/User/GameConfig/SOUK01.ini @@ -1,20 +1,31 @@ -# SOUK01 - The Legend of Zelda Skyward Sword -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. Use direct 3d9 backend for less graphic issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBAccessEnable = True -DlistCachingEnable = False -[Wii] -[Video_Settings] +# SOUK01 - The Legend of Zelda Skyward Sword + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. Use direct 3d9 backend for less graphic issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBAccessEnable = True +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SOUP01.ini b/Data/User/GameConfig/SOUP01.ini index eab4d6b442..c0db560999 100644 --- a/Data/User/GameConfig/SOUP01.ini +++ b/Data/User/GameConfig/SOUP01.ini @@ -1,20 +1,31 @@ -# SOUP01 - The Legend of Zelda Skyward Sword -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Needs real wiimote and motion plus. Use direct 3d9 backend for less graphic issues. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -EFBAccessEnable = True -DlistCachingEnable = False -[Wii] -[Video_Settings] +# SOUP01 - The Legend of Zelda Skyward Sword + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Needs real wiimote and motion plus. Use direct 3d9 backend for less graphic issues. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +EFBAccessEnable = True +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SPDE52.ini b/Data/User/GameConfig/SPDE52.ini index ea50df3a7d..ab9296e25a 100644 --- a/Data/User/GameConfig/SPDE52.ini +++ b/Data/User/GameConfig/SPDE52.ini @@ -1,10 +1,22 @@ -# SPDE52 - Spider-Man: SD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# SPDE52 - Spider-Man™: SD + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Graphic glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 0 @@ -12,9 +24,11 @@ PH_SZFar = 0 PH_ExtraParam = 0 PH_ZNear = 0.5 PH_ZFar = 0.5 -[Gecko] + +[Video_Enhancements] +MaxAnisotropy = 0 + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True -[Video_Enhancements] -MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SPDP52.ini b/Data/User/GameConfig/SPDP52.ini index 246eb0ddd7..c0028483b3 100644 --- a/Data/User/GameConfig/SPDP52.ini +++ b/Data/User/GameConfig/SPDP52.ini @@ -1,10 +1,22 @@ -# SPDP52 - Spider-Man: SD -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# SPDP52 - Spider-Man™: SD + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Graphic glitches. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 1 PH_SZNear = 0 @@ -12,9 +24,11 @@ PH_SZFar = 0 PH_ExtraParam = 0 PH_ZNear = 0.5 PH_ZFar = 0.5 -[Gecko] + +[Video_Enhancements] +MaxAnisotropy = 0 + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True -[Video_Enhancements] -MaxAnisotropy = 0 + diff --git a/Data/User/GameConfig/SPPEFS.ini b/Data/User/GameConfig/SPPEFS.ini index 5c3ad2ba70..4ee0ca29e8 100644 --- a/Data/User/GameConfig/SPPEFS.ini +++ b/Data/User/GameConfig/SPPEFS.ini @@ -1,7 +1,19 @@ # SPPEFS - Power Punch -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SPTJEB.ini b/Data/User/GameConfig/SPTJEB.ini index 5c70d0dd54..6cc7760b3c 100644 --- a/Data/User/GameConfig/SPTJEB.ini +++ b/Data/User/GameConfig/SPTJEB.ini @@ -1,12 +1,25 @@ -# SPTJEB - Hospital. 6 nin no Ishi -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SPTJEB - Hospital. 6 nin no Ishi + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SPVEA4.ini b/Data/User/GameConfig/SPVEA4.ini index 23a62c1394..31e90d9ea5 100644 --- a/Data/User/GameConfig/SPVEA4.ini +++ b/Data/User/GameConfig/SPVEA4.ini @@ -1,16 +1,30 @@ -# SPVEA4 - Pro Evolution Soccer 2011 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 5 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# SPVEA4 - Pro Evolution Soccer 2011 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SPVPA4.ini b/Data/User/GameConfig/SPVPA4.ini index 10b7414ffa..f1365672b3 100644 --- a/Data/User/GameConfig/SPVPA4.ini +++ b/Data/User/GameConfig/SPVPA4.ini @@ -1,16 +1,30 @@ -# SPVPA4 - Pro Evolution Soccer 2011 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 5 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# SPVPA4 - Pro Evolution Soccer 2011 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SPVXA4.ini b/Data/User/GameConfig/SPVXA4.ini index 95d2d85497..2f3984930b 100644 --- a/Data/User/GameConfig/SPVXA4.ini +++ b/Data/User/GameConfig/SPVXA4.ini @@ -1,16 +1,30 @@ -# SPVXA4 - Pro Evolution Soccer 2011 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 5 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# SPVXA4 - Pro Evolution Soccer 2011 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SPVYA4.ini b/Data/User/GameConfig/SPVYA4.ini index b558818b2d..56eaca756f 100644 --- a/Data/User/GameConfig/SPVYA4.ini +++ b/Data/User/GameConfig/SPVYA4.ini @@ -1,16 +1,30 @@ -# SPVYA4 - Pro Evolution Soccer 2011 -[Video_Settings] -SafeTextureCacheColorSamples = 512 -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 5 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +# SPVYA4 - Pro Evolution Soccer 2011 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SQME52.ini b/Data/User/GameConfig/SQME52.ini index c4d9f1bf26..b56c096765 100644 --- a/Data/User/GameConfig/SQME52.ini +++ b/Data/User/GameConfig/SQME52.ini @@ -1,15 +1,27 @@ # SQME52 - Spider-Man: Edge of Time -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SQMP52.ini b/Data/User/GameConfig/SQMP52.ini index 0aa97ec05f..4883db1e38 100644 --- a/Data/User/GameConfig/SQMP52.ini +++ b/Data/User/GameConfig/SQMP52.ini @@ -1,15 +1,27 @@ # SQMP52 - Spider-Man: Edge of Time -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SR5E41.ini b/Data/User/GameConfig/SR5E41.ini index f159db63ac..9f286c6868 100644 --- a/Data/User/GameConfig/SR5E41.ini +++ b/Data/User/GameConfig/SR5E41.ini @@ -1,16 +1,27 @@ # SR5E41 - RRRT - SU -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = diff --git a/Data/User/GameConfig/SRQE41.ini b/Data/User/GameConfig/SRQE41.ini index e923433ee8..bdf53c6c47 100644 --- a/Data/User/GameConfig/SRQE41.ini +++ b/Data/User/GameConfig/SRQE41.ini @@ -1,18 +1,30 @@ # SRQE41 - Racquet Sports -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SRQP41.ini b/Data/User/GameConfig/SRQP41.ini index c1001990b1..9106f0539a 100644 --- a/Data/User/GameConfig/SRQP41.ini +++ b/Data/User/GameConfig/SRQP41.ini @@ -1,18 +1,30 @@ # SRQP41 - Racquet Sports -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + [Video_Hacks] DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SS3EWR.ini b/Data/User/GameConfig/SS3EWR.ini index 185bc0b34d..4a382202b3 100644 --- a/Data/User/GameConfig/SS3EWR.ini +++ b/Data/User/GameConfig/SS3EWR.ini @@ -1,15 +1,27 @@ # SS3EWR - Elmo's A to Zoo Adventure -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SSQE01.ini b/Data/User/GameConfig/SSQE01.ini index af7219ba3e..03059d6677 100644 --- a/Data/User/GameConfig/SSQE01.ini +++ b/Data/User/GameConfig/SSQE01.ini @@ -1,19 +1,32 @@ # SSQE01 - Mario Party 9 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Flinger Painting minigame needs EFB to RAM to function properly. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/SSQJ01.ini b/Data/User/GameConfig/SSQJ01.ini index feb7f9dbd7..9fe7622a85 100644 --- a/Data/User/GameConfig/SSQJ01.ini +++ b/Data/User/GameConfig/SSQJ01.ini @@ -1,19 +1,32 @@ # SSQJ01 - Mario Party 9 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Flinger Painting minigame needs EFB to RAM to function properly. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/SSQP01.ini b/Data/User/GameConfig/SSQP01.ini index b48a159480..0a483510ba 100644 --- a/Data/User/GameConfig/SSQP01.ini +++ b/Data/User/GameConfig/SSQP01.ini @@ -1,19 +1,32 @@ # SSQP01 - Mario Party 9 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Flinger Painting minigame needs EFB to RAM to function properly. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True EFBCopyCacheEnable = True + diff --git a/Data/User/GameConfig/SSRE20.ini b/Data/User/GameConfig/SSRE20.ini index 20edfda0c0..5b449ff17d 100644 --- a/Data/User/GameConfig/SSRE20.ini +++ b/Data/User/GameConfig/SSRE20.ini @@ -1,18 +1,31 @@ # SSRE20 - Wild West Shootout -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/SSRPXT.ini b/Data/User/GameConfig/SSRPXT.ini index 880617b35c..b5d2828d52 100644 --- a/Data/User/GameConfig/SSRPXT.ini +++ b/Data/User/GameConfig/SSRPXT.ini @@ -1,18 +1,31 @@ # SSRPXT - Wild West Shootout -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/SSZE5G.ini b/Data/User/GameConfig/SSZE5G.ini index dd9db599ab..503a63907c 100644 --- a/Data/User/GameConfig/SSZE5G.ini +++ b/Data/User/GameConfig/SSZE5G.ini @@ -1,21 +1,31 @@ # SSZE5G - Swords -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = False -[Video_Enhancements] - diff --git a/Data/User/GameConfig/STEETR.ini b/Data/User/GameConfig/STEETR.ini index e83497c5d9..1ab209761c 100644 --- a/Data/User/GameConfig/STEETR.ini +++ b/Data/User/GameConfig/STEETR.ini @@ -1,15 +1,27 @@ # STEETR - Tetris Party Deluxe -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/STHP8P.ini b/Data/User/GameConfig/STHP8P.ini index 2e8678dac4..cc147492eb 100644 --- a/Data/User/GameConfig/STHP8P.ini +++ b/Data/User/GameConfig/STHP8P.ini @@ -1,20 +1,31 @@ # STHP8P - Thor: God of Thunder -[Video_Hacks] -DlistCachingEnable = False -[Video_Settings] -[Video_Enhancements] + [Core] +# Values set here will override the main dolphin settings. BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[EmuState] -EmulationStateId = 4 -EmulationIssues = -[OnFrame] -[ActionReplay] -[Gecko] +PH_ZNear = +PH_ZFar = + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/STKE08.ini b/Data/User/GameConfig/STKE08.ini index ba140d2955..069dbf5ffc 100644 --- a/Data/User/GameConfig/STKE08.ini +++ b/Data/User/GameConfig/STKE08.ini @@ -1,11 +1,22 @@ # STKE08 - TATSUNOKO VS. CAPCOM ULTIMATE ALL-STARS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Disable GC controllers if you want to use wiimote(r6590) EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/STKJ08.ini b/Data/User/GameConfig/STKJ08.ini index 03d7a34cbc..a0273e1e53 100644 --- a/Data/User/GameConfig/STKJ08.ini +++ b/Data/User/GameConfig/STKJ08.ini @@ -1,10 +1,22 @@ # STKJ08 - TATSUNOKO VS. CAPCOM ULTIMATE ALL-STARS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Disable GC controllers if you want to use wiimote(r6590) EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] \ No newline at end of file + diff --git a/Data/User/GameConfig/STKP08.ini b/Data/User/GameConfig/STKP08.ini index 268238b6c1..c191133e43 100644 --- a/Data/User/GameConfig/STKP08.ini +++ b/Data/User/GameConfig/STKP08.ini @@ -1,10 +1,22 @@ # STKP08 - TATSUNOKO VS. CAPCOM ULTIMATE ALL-STARS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationIssues = Disable GC controllers if you want to use wiimote(r6590) EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/SUKE01.ini b/Data/User/GameConfig/SUKE01.ini index 154a760b7d..a49d252c1d 100644 --- a/Data/User/GameConfig/SUKE01.ini +++ b/Data/User/GameConfig/SUKE01.ini @@ -1,18 +1,31 @@ -# SUKE01 - Kirby Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Some minigames need XFB to work. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# SUKE01 - Kirby Wii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Some minigames need XFB to work. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/SUKJ01.ini b/Data/User/GameConfig/SUKJ01.ini index a024c0eb63..bd2a758de2 100644 --- a/Data/User/GameConfig/SUKJ01.ini +++ b/Data/User/GameConfig/SUKJ01.ini @@ -1,18 +1,31 @@ -# SUKJ01 - Hoshi no Kirby Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Some minigames need XFB to work. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# SUKJ01 - Hoshi no Kirby Wii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Some minigames need XFB to work. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/SUKP01.ini b/Data/User/GameConfig/SUKP01.ini index 40b75c0593..4f935e0803 100644 --- a/Data/User/GameConfig/SUKP01.ini +++ b/Data/User/GameConfig/SUKP01.ini @@ -1,18 +1,31 @@ -# SUKP01 - Kirby's Adventure Wii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Some minigames need XFB to work. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False +# SUKP01 - Kirby's Adventure Wii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Some minigames need XFB to work. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + diff --git a/Data/User/GameConfig/SVBE52.ini b/Data/User/GameConfig/SVBE52.ini index 30756bcb27..c06b73169f 100644 --- a/Data/User/GameConfig/SVBE52.ini +++ b/Data/User/GameConfig/SVBE52.ini @@ -1,17 +1,30 @@ -# SVBE52 - Battleship -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# SVBE52 - Battleship + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/SVBP52.ini b/Data/User/GameConfig/SVBP52.ini index 8095983a48..d95eee7ab1 100644 --- a/Data/User/GameConfig/SVBP52.ini +++ b/Data/User/GameConfig/SVBP52.ini @@ -1,17 +1,30 @@ -# SVBP52 - Battleship -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# SVBP52 - Battleship + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/SVME01.ini b/Data/User/GameConfig/SVME01.ini index 56ea6df84d..24a4977588 100644 --- a/Data/User/GameConfig/SVME01.ini +++ b/Data/User/GameConfig/SVME01.ini @@ -1,18 +1,31 @@ # SVME01 - super mario collection -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/SVMJ01.ini b/Data/User/GameConfig/SVMJ01.ini index b29e4821a4..9dbc817aff 100644 --- a/Data/User/GameConfig/SVMJ01.ini +++ b/Data/User/GameConfig/SVMJ01.ini @@ -1,18 +1,31 @@ # SVMJ01 - super mario collection -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/SVMP01.ini b/Data/User/GameConfig/SVMP01.ini index 0652795a4f..0d13c23359 100644 --- a/Data/User/GameConfig/SVMP01.ini +++ b/Data/User/GameConfig/SVMP01.ini @@ -1,18 +1,31 @@ # SVMP01 - Super Mario All-Stars : 25th Anniversary Edition -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True + diff --git a/Data/User/GameConfig/SWAE52.ini b/Data/User/GameConfig/SWAE52.ini index b7b05f261a..2b5d45df98 100644 --- a/Data/User/GameConfig/SWAE52.ini +++ b/Data/User/GameConfig/SWAE52.ini @@ -1,7 +1,19 @@ # SWAE52 - DJHero -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SX3J01.ini b/Data/User/GameConfig/SX3J01.ini index 3aef192f00..9cf7a276e6 100644 --- a/Data/User/GameConfig/SX3J01.ini +++ b/Data/User/GameConfig/SX3J01.ini @@ -1,18 +1,30 @@ -# SX3J01 - Pandora s Tower -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Wii] +# SX3J01 - Pandora s Tower + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/SX3P01.ini b/Data/User/GameConfig/SX3P01.ini index a753975414..df783f97ea 100644 --- a/Data/User/GameConfig/SX3P01.ini +++ b/Data/User/GameConfig/SX3P01.ini @@ -1,18 +1,30 @@ -# SX3P01 - Pandora s Tower -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 -[Wii] +# SX3P01 - Pandora s Tower + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/SX4J01.ini b/Data/User/GameConfig/SX4J01.ini index 70a248d5d7..271b8e8585 100644 --- a/Data/User/GameConfig/SX4J01.ini +++ b/Data/User/GameConfig/SX4J01.ini @@ -1,21 +1,34 @@ # SX4J01 - Xenoblade -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = The game randomly freezes. Per pixel lighting creates a glitch in ether cave with direct 3d 9. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -DlistCachingEnable = False +PH_ZNear = +PH_ZFar = + [Video_Settings] EnablePixelLighting = False +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SX4P01.ini b/Data/User/GameConfig/SX4P01.ini index 801db4f13a..b0de31d8ad 100644 --- a/Data/User/GameConfig/SX4P01.ini +++ b/Data/User/GameConfig/SX4P01.ini @@ -1,20 +1,34 @@ # SX4P01 - Xenoblade Chronicles -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = The game randomly freezes. Per pixel lighting creates a glitch in ether cave with direct 3d 9. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Hacks] -DlistCachingEnable = False +PH_ZNear = +PH_ZFar = + [Video_Settings] EnablePixelLighting = False + +[Video_Hacks] +DlistCachingEnable = False + diff --git a/Data/User/GameConfig/SX8E52.ini b/Data/User/GameConfig/SX8E52.ini index f682252135..47526ee4ad 100644 --- a/Data/User/GameConfig/SX8E52.ini +++ b/Data/User/GameConfig/SX8E52.ini @@ -1,19 +1,32 @@ -# SX8E52 - X-Men Destiny -[Core] Values set here will override the main dolphin settings. -SkipIdle = 0 -BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Idle skipping causes drop in performance. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 0 +# SX8E52 - X-Men Destiny + +[Core] +# Values set here will override the main dolphin settings. +SkipIdle = 0 +BlockMerging = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Idle skipping causes drop in performance. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/User/GameConfig/SXBP52.ini b/Data/User/GameConfig/SXBP52.ini index 706f889386..a80f827067 100644 --- a/Data/User/GameConfig/SXBP52.ini +++ b/Data/User/GameConfig/SXBP52.ini @@ -1,9 +1,22 @@ # SXBP52 - Guitar Hero Metallica -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + [ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/SXCE52.ini b/Data/User/GameConfig/SXCE52.ini index ba7ce1266e..553e9d53e1 100644 --- a/Data/User/GameConfig/SXCE52.ini +++ b/Data/User/GameConfig/SXCE52.ini @@ -1,13 +1,25 @@ -# SXCE52 - Guitar Hero Smash Hits -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Create a quitar profile and use that for controls instead of wiimote controls(r6575) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 - +# SXCE52 - Guitar Hero Smash Hits + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Create a quitar profile and use that for controls instead of wiimote controls(r6575) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SXCP52.ini b/Data/User/GameConfig/SXCP52.ini index e0e8b25afe..de81838148 100644 --- a/Data/User/GameConfig/SXCP52.ini +++ b/Data/User/GameConfig/SXCP52.ini @@ -1,12 +1,25 @@ -# SXCP52 - Guitar Hero Smash Hits -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = Create a quitar profile and use that for controls instead of wiimote controls(r6575) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# SXCP52 - Guitar Hero Smash Hits + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = Create a quitar profile and use that for controls instead of wiimote controls(r6575) + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/SXDE52.ini b/Data/User/GameConfig/SXDE52.ini index 246c04debf..dcd02e054d 100644 --- a/Data/User/GameConfig/SXDE52.ini +++ b/Data/User/GameConfig/SXDE52.ini @@ -1,15 +1,27 @@ # SXDE52 - Guitar Hero Van Halen -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = Plays awfully if emu doesn't run at 100% -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/SXEE52.ini b/Data/User/GameConfig/SXEE52.ini index 6907b0cc1e..b3c48606f8 100644 --- a/Data/User/GameConfig/SXEE52.ini +++ b/Data/User/GameConfig/SXEE52.ini @@ -1,9 +1,21 @@ # SXEE52 - Sample Game Name -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. +$Get ingame 0x801822D0:dword:0x60000000 -[ActionReplay] Add action replay cheats here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/SZAE69.ini b/Data/User/GameConfig/SZAE69.ini index f4c9c1db25..72ab694040 100644 --- a/Data/User/GameConfig/SZAE69.ini +++ b/Data/User/GameConfig/SZAE69.ini @@ -1,11 +1,22 @@ # SZAE69 - Rock Band 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Config and use the quitar and drums, wiimote asks for a microphone otherwise.(r6575) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] diff --git a/Data/User/GameConfig/SZAP69.ini b/Data/User/GameConfig/SZAP69.ini index bb1c036d2a..fc015dabec 100644 --- a/Data/User/GameConfig/SZAP69.ini +++ b/Data/User/GameConfig/SZAP69.ini @@ -1,10 +1,22 @@ # SZAP69 - Rock Band 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 EmulationIssues = Config and use the quitar and drums, wiimote asks for a microphone otherwise.(r6575) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/SZBE69.ini b/Data/User/GameConfig/SZBE69.ini index 46ebb0d350..bb9e1efc46 100644 --- a/Data/User/GameConfig/SZBE69.ini +++ b/Data/User/GameConfig/SZBE69.ini @@ -1,19 +1,30 @@ # SZBE69 - Rock Band 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = If emu is running less than 100% it's EXTREMELY hard to hit notes. No mic, keyboard, or Pro instrument support yet. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False diff --git a/Data/User/GameConfig/SZBP69.ini b/Data/User/GameConfig/SZBP69.ini index 21478890ba..c712984785 100644 --- a/Data/User/GameConfig/SZBP69.ini +++ b/Data/User/GameConfig/SZBP69.ini @@ -1,18 +1,30 @@ # SZBP69 - Rock Band 3 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 EmulationIssues = If emu is running less than 100% it's EXTREMELY hard to hit notes. No mic, keyboard, or Pro instrument support yet. -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Wii] +PH_ZNear = +PH_ZFar = + [Video_Enhancements] ForceFiltering = False + diff --git a/Data/User/GameConfig/UGPE01.ini b/Data/User/GameConfig/UGPE01.ini index 865c55bae1..95dcd43c14 100644 --- a/Data/User/GameConfig/UGPE01.ini +++ b/Data/User/GameConfig/UGPE01.ini @@ -1,15 +1,27 @@ # UGPE01 - Game Boy Player Start-up Disc for US -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 EmulationIssues = No GameBoy Player Device (r7574) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/UGPP01.ini b/Data/User/GameConfig/UGPP01.ini index 82ed681c11..f5ec6ffb87 100644 --- a/Data/User/GameConfig/UGPP01.ini +++ b/Data/User/GameConfig/UGPP01.ini @@ -1,15 +1,27 @@ # UGPP01 - GAME BOY PLAYER -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 EmulationIssues = No GameBoy Player Device (r7574) -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/W2MEBB.ini b/Data/User/GameConfig/W2MEBB.ini index 68f8bbbcbc..3a9b6b2e89 100644 --- a/Data/User/GameConfig/W2MEBB.ini +++ b/Data/User/GameConfig/W2MEBB.ini @@ -1,10 +1,22 @@ # W2MEBB - BLASTER MASTER OVERDRIVE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/W8CEXS.ini b/Data/User/GameConfig/W8CEXS.ini index 7607ca4e5f..2b2c2cf625 100644 --- a/Data/User/GameConfig/W8CEXS.ini +++ b/Data/User/GameConfig/W8CEXS.ini @@ -1,15 +1,27 @@ # W8CEXS - BIT.TRIP CORE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/W8CPXS.ini b/Data/User/GameConfig/W8CPXS.ini index 2abcbba163..dc25cae6ff 100644 --- a/Data/User/GameConfig/W8CPXS.ini +++ b/Data/User/GameConfig/W8CPXS.ini @@ -1,7 +1,19 @@ # W8CPXS - BIT.TRIP CORE -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. \ No newline at end of file +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/WA4P01.ini b/Data/User/GameConfig/WA4P01.ini index eaa9e1193e..05954cc9d2 100644 --- a/Data/User/GameConfig/WA4P01.ini +++ b/Data/User/GameConfig/WA4P01.ini @@ -1,7 +1,19 @@ # WA4P01 - WarioWare: DIY (Wii) -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/WALE01.ini b/Data/User/GameConfig/WALE01.ini index 0185648d2f..52763f07c2 100644 --- a/Data/User/GameConfig/WALE01.ini +++ b/Data/User/GameConfig/WALE01.ini @@ -1,10 +1,22 @@ # WALE01 - light trax Art Style Series -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WAYETJ.ini b/Data/User/GameConfig/WAYETJ.ini index 3341e25729..dd1250608d 100644 --- a/Data/User/GameConfig/WAYETJ.ini +++ b/Data/User/GameConfig/WAYETJ.ini @@ -1,10 +1,22 @@ # WAYETJ - And Yet It Moves -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WBLPGD.ini b/Data/User/GameConfig/WBLPGD.ini index 95a7c5d68d..a6326c0286 100644 --- a/Data/User/GameConfig/WBLPGD.ini +++ b/Data/User/GameConfig/WBLPGD.ini @@ -1,10 +1,22 @@ # WBLPGD - BUBBLE BOBBLE Plus! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WBME01.ini b/Data/User/GameConfig/WBME01.ini index 770a1b6b9e..d35360f0d6 100644 --- a/Data/User/GameConfig/WBME01.ini +++ b/Data/User/GameConfig/WBME01.ini @@ -1,15 +1,27 @@ -# WBME01 - My Pokmon Ranch -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# WBME01 - My Pokémon Ranch + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/WBQE18.ini b/Data/User/GameConfig/WBQE18.ini index b55198bf15..d244a9ff8f 100644 --- a/Data/User/GameConfig/WBQE18.ini +++ b/Data/User/GameConfig/WBQE18.ini @@ -1,10 +1,22 @@ # WBQE18 - Star Soldier R -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WC6EUP.ini b/Data/User/GameConfig/WC6EUP.ini index a2a8900723..366afca831 100644 --- a/Data/User/GameConfig/WC6EUP.ini +++ b/Data/User/GameConfig/WC6EUP.ini @@ -1,10 +1,22 @@ # WC6EUP - Chronos Twins DX -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Disable EuRGB60 mode -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WCVENV.ini b/Data/User/GameConfig/WCVENV.ini index f12e1904c7..41ca0d115e 100644 --- a/Data/User/GameConfig/WCVENV.ini +++ b/Data/User/GameConfig/WCVENV.ini @@ -1,10 +1,22 @@ # WCVENV - Cave Story -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WD9EA4.ini b/Data/User/GameConfig/WD9EA4.ini index 215843e5c4..0a22077436 100644 --- a/Data/User/GameConfig/WD9EA4.ini +++ b/Data/User/GameConfig/WD9EA4.ini @@ -1,7 +1,19 @@ # WD9EA4 - Castlevania ReBirth -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/WDME01.ini b/Data/User/GameConfig/WDME01.ini index f83c20325c..dcfea9ab35 100644 --- a/Data/User/GameConfig/WDME01.ini +++ b/Data/User/GameConfig/WDME01.ini @@ -1,9 +1,22 @@ -# WDME01 - Dr. Mario Online Rx -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# WDME01 - Dr. Mario Online Rx + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/WDMP01.ini b/Data/User/GameConfig/WDMP01.ini index 4d43e7b742..78f3785ef9 100644 --- a/Data/User/GameConfig/WDMP01.ini +++ b/Data/User/GameConfig/WDMP01.ini @@ -1,9 +1,22 @@ # WDMP01 - Dr. Mario & Germ Buster -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/WERP18.ini b/Data/User/GameConfig/WERP18.ini index 753b4df5bf..62dc91427c 100644 --- a/Data/User/GameConfig/WERP18.ini +++ b/Data/User/GameConfig/WERP18.ini @@ -1,9 +1,22 @@ -# WERP18 - My Aquarium -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# WERP18 - My Aquarium + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/WF4EGD.ini b/Data/User/GameConfig/WF4EGD.ini index 3087160415..5d79f469b0 100644 --- a/Data/User/GameConfig/WF4EGD.ini +++ b/Data/User/GameConfig/WF4EGD.ini @@ -1,12 +1,25 @@ -# WF4EGD - FINAL FANTASY IV THE AFTER YEARS -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -[Gecko] -[Video_Settings] -SafeTextureCacheColorSamples = 512 +# WF4EGD - FINAL FANTASY IV THE AFTER YEARS + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 + +[Video_Settings] +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/WGDEA4.ini b/Data/User/GameConfig/WGDEA4.ini index 8674954189..8ab3ece63f 100644 --- a/Data/User/GameConfig/WGDEA4.ini +++ b/Data/User/GameConfig/WGDEA4.ini @@ -1,10 +1,22 @@ # WGDEA4 - GRADIUS REBIRTH -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WGDPA4.ini b/Data/User/GameConfig/WGDPA4.ini index 46609b3066..b4bbf2f909 100644 --- a/Data/User/GameConfig/WGDPA4.ini +++ b/Data/User/GameConfig/WGDPA4.ini @@ -1,10 +1,22 @@ # WGDPA4 - GRADIUS REBIRTH -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WGOEWG.ini b/Data/User/GameConfig/WGOEWG.ini index 5f4c26c332..91e3c1cc2f 100644 --- a/Data/User/GameConfig/WGOEWG.ini +++ b/Data/User/GameConfig/WGOEWG.ini @@ -1,9 +1,22 @@ -# WGOEWG - World of Goo -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# WGOEWG - World of Goo + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/WGOPWG.ini b/Data/User/GameConfig/WGOPWG.ini index 269a984da8..d7a1f3d9b9 100644 --- a/Data/User/GameConfig/WGOPWG.ini +++ b/Data/User/GameConfig/WGOPWG.ini @@ -1,10 +1,22 @@ # WGOPWG - World of Goo -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WGSE08.ini b/Data/User/GameConfig/WGSE08.ini index 54fe59e7c8..7df455a65e 100644 --- a/Data/User/GameConfig/WGSE08.ini +++ b/Data/User/GameConfig/WGSE08.ini @@ -1,7 +1,19 @@ # WGSE08 - PWAA Ace Attorney -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/WGSP08.ini b/Data/User/GameConfig/WGSP08.ini index 8cc0b240b6..586c204dfa 100644 --- a/Data/User/GameConfig/WGSP08.ini +++ b/Data/User/GameConfig/WGSP08.ini @@ -1,9 +1,22 @@ -# WGSP08 - -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# WGSP08 - + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/WGYEHN.ini b/Data/User/GameConfig/WGYEHN.ini index ce7191d931..6d34fe2c3c 100644 --- a/Data/User/GameConfig/WGYEHN.ini +++ b/Data/User/GameConfig/WGYEHN.ini @@ -1,10 +1,23 @@ -# WGYEHN - Gyrostarr -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# WGYEHN - Gyrostarr + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] Hack = -1 ProjectionHack = 0 + diff --git a/Data/User/GameConfig/WHFETY.ini b/Data/User/GameConfig/WHFETY.ini index fb31efd80e..242d398951 100644 --- a/Data/User/GameConfig/WHFETY.ini +++ b/Data/User/GameConfig/WHFETY.ini @@ -1,10 +1,22 @@ # WHFETY - Heavy Fire Special Operations -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WICPKQ.ini b/Data/User/GameConfig/WICPKQ.ini index f2c03e4851..a2fde07351 100644 --- a/Data/User/GameConfig/WICPKQ.ini +++ b/Data/User/GameConfig/WICPKQ.ini @@ -1,10 +1,22 @@ # WICPKQ - NyxQuest -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WIDEUN.ini b/Data/User/GameConfig/WIDEUN.ini index fea64ed6cc..a77a20c5f5 100644 --- a/Data/User/GameConfig/WIDEUN.ini +++ b/Data/User/GameConfig/WIDEUN.ini @@ -1,10 +1,22 @@ # WIDEUN - Dracula Undead Awakening -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WILETL.ini b/Data/User/GameConfig/WILETL.ini index 0be2cca3c9..cb123eda87 100644 --- a/Data/User/GameConfig/WILETL.ini +++ b/Data/User/GameConfig/WILETL.ini @@ -1,15 +1,27 @@ -# WILETL - Screaming Narwhal Monkey Island Chap 1 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# WILETL - Screaming Narwhal Monkey Island Chap 1 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/WIYETL.ini b/Data/User/GameConfig/WIYETL.ini index efcd6b75bb..9c6e2700e6 100644 --- a/Data/User/GameConfig/WIYETL.ini +++ b/Data/User/GameConfig/WIYETL.ini @@ -1,10 +1,22 @@ # WIYETL - Trial of Guybrush Monkey Island Chap 4 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WJEEJX.ini b/Data/User/GameConfig/WJEEJX.ini index e7a131e195..77ee2335f7 100644 --- a/Data/User/GameConfig/WJEEJX.ini +++ b/Data/User/GameConfig/WJEEJX.ini @@ -1,10 +1,22 @@ # WJEEJX - Jett Rocket -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WKTJA4.ini b/Data/User/GameConfig/WKTJA4.ini index dcbf0e11e3..cead9f6586 100644 --- a/Data/User/GameConfig/WKTJA4.ini +++ b/Data/User/GameConfig/WKTJA4.ini @@ -1,10 +1,22 @@ # WKTJA4 - CONTRA REBIRTH -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WKTPA4.ini b/Data/User/GameConfig/WKTPA4.ini index 578da0fbb0..f2efe775a0 100644 --- a/Data/User/GameConfig/WKTPA4.ini +++ b/Data/User/GameConfig/WKTPA4.ini @@ -1,10 +1,22 @@ # WKTPA4 - Contra ReBirth -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WLOEHL.ini b/Data/User/GameConfig/WLOEHL.ini index 4019674f09..ced5b7457c 100644 --- a/Data/User/GameConfig/WLOEHL.ini +++ b/Data/User/GameConfig/WLOEHL.ini @@ -1,12 +1,25 @@ # WLOEHL - LostWinds WotM -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + [Video_Hacks] EFBToTextureEnable = False EFBCopyEnable = True diff --git a/Data/User/GameConfig/WLWEHL.ini b/Data/User/GameConfig/WLWEHL.ini index bf15345c91..cd502543a2 100644 --- a/Data/User/GameConfig/WLWEHL.ini +++ b/Data/User/GameConfig/WLWEHL.ini @@ -1,11 +1,23 @@ # WLWEHL - LostWinds -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. BlockMerging = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WM8E18.ini b/Data/User/GameConfig/WM8E18.ini index 37f37e4d09..a131e8fbf7 100644 --- a/Data/User/GameConfig/WM8E18.ini +++ b/Data/User/GameConfig/WM8E18.ini @@ -1,10 +1,22 @@ # WM8E18 - Bomberman Blast -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WMBP01.ini b/Data/User/GameConfig/WMBP01.ini index 2c9249d4bc..0bcfc00bca 100644 --- a/Data/User/GameConfig/WMBP01.ini +++ b/Data/User/GameConfig/WMBP01.ini @@ -1,18 +1,31 @@ # WMBP01 - MaBoShi -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 EmulationIssues = Use OpenGL and Real XFB -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + [Video_Settings] UseXFB = True UseRealXFB = True + diff --git a/Data/User/GameConfig/WMMEAF.ini b/Data/User/GameConfig/WMMEAF.ini index c88ef3e9b5..0f55b61236 100644 --- a/Data/User/GameConfig/WMMEAF.ini +++ b/Data/User/GameConfig/WMMEAF.ini @@ -1,10 +1,22 @@ # WMMEAF - MUSCLE MARCH -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WOTEM0.ini b/Data/User/GameConfig/WOTEM0.ini index a6e4dbd619..e2ef5204dc 100644 --- a/Data/User/GameConfig/WOTEM0.ini +++ b/Data/User/GameConfig/WOTEM0.ini @@ -1,10 +1,22 @@ # WOTEM0 - OVERTURN -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WPCE01.ini b/Data/User/GameConfig/WPCE01.ini index af09307bc9..1fd7cf7c81 100644 --- a/Data/User/GameConfig/WPCE01.ini +++ b/Data/User/GameConfig/WPCE01.ini @@ -1,10 +1,22 @@ # WPCE01 - Doc's Punch-Out!! -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WPPEXS.ini b/Data/User/GameConfig/WPPEXS.ini index f77888e7a2..aec1e70fbf 100644 --- a/Data/User/GameConfig/WPPEXS.ini +++ b/Data/User/GameConfig/WPPEXS.ini @@ -1,9 +1,22 @@ -# WPPEXS - Family Table Tennis -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# WPPEXS - Family Table Tennis + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/WPPJJF.ini b/Data/User/GameConfig/WPPJJF.ini index 4ecb121356..f96286a43f 100644 --- a/Data/User/GameConfig/WPPJJF.ini +++ b/Data/User/GameConfig/WPPJJF.ini @@ -1,15 +1,27 @@ -# WPPJJF - JMOWii -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# WPPJJF - JM‰OÔóÝóWii + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 0 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 PH_SZNear = 0 PH_SZFar = 0 PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] +PH_ZNear = +PH_ZFar = + diff --git a/Data/User/GameConfig/WPSE01.ini b/Data/User/GameConfig/WPSE01.ini index 0687c23508..5f341e4df2 100644 --- a/Data/User/GameConfig/WPSE01.ini +++ b/Data/User/GameConfig/WPSE01.ini @@ -1,7 +1,19 @@ -# WPSE01 - Pokmon Rumble -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. +# WPSE01 - Pokémon Rumble + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/WPYPPY.ini b/Data/User/GameConfig/WPYPPY.ini index 2d084160a9..b7139e00e6 100644 --- a/Data/User/GameConfig/WPYPPY.ini +++ b/Data/User/GameConfig/WPYPPY.ini @@ -1,7 +1,19 @@ # WPYPPY - Pallurikio -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/WR9E08.ini b/Data/User/GameConfig/WR9E08.ini index dc6f4fa551..e30fbceecc 100644 --- a/Data/User/GameConfig/WR9E08.ini +++ b/Data/User/GameConfig/WR9E08.ini @@ -1,20 +1,34 @@ -# WR9E08 - MEGA MAN 9 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -EFBScale = 2 -SafeTextureCacheColorSamples = 512 +# WR9E08 - MEGA MAN 9 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False +EFBScale = 2 + +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/WR9P08.ini b/Data/User/GameConfig/WR9P08.ini index 9579a68043..c92e373455 100644 --- a/Data/User/GameConfig/WR9P08.ini +++ b/Data/User/GameConfig/WR9P08.ini @@ -1,20 +1,34 @@ -# WR9P08 - MEGA MAN 9 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -EFBScale = 2 -SafeTextureCacheColorSamples = 512 +# WR9P08 - MEGA MAN 9 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False +EFBScale = 2 + +SafeTextureCacheColorSamples = 512 + diff --git a/Data/User/GameConfig/WRGEHU.ini b/Data/User/GameConfig/WRGEHU.ini index 2d939440ff..1e5dc7ec44 100644 --- a/Data/User/GameConfig/WRGEHU.ini +++ b/Data/User/GameConfig/WRGEHU.ini @@ -1,10 +1,22 @@ # WRGEHU - Gladiator -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WRIPGD.ini b/Data/User/GameConfig/WRIPGD.ini index f58a7443b5..0441b63e2e 100644 --- a/Data/User/GameConfig/WRIPGD.ini +++ b/Data/User/GameConfig/WRIPGD.ini @@ -1,10 +1,22 @@ # WRIPGD - RAINBOW ISLANDS T.A. -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WRUPXS.ini b/Data/User/GameConfig/WRUPXS.ini index 61358eb0ce..23a9917905 100644 --- a/Data/User/GameConfig/WRUPXS.ini +++ b/Data/User/GameConfig/WRUPXS.ini @@ -1,7 +1,19 @@ # WRUPXS - BIT.TRIP RUNNER -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/WRXE08.ini b/Data/User/GameConfig/WRXE08.ini index 393d9adbb5..4c5882cfa7 100644 --- a/Data/User/GameConfig/WRXE08.ini +++ b/Data/User/GameConfig/WRXE08.ini @@ -1,20 +1,34 @@ -# WRXE08 - MEGA MAN 10 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. -[Video] -ProjectionHack = 0 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = -PH_ZFar = -[Gecko] -[Video_Settings] -UseXFB = True -UseRealXFB = False -SafeTextureCacheColorSamples = 512 -EFBScale = 2 +# WRXE08 - MEGA MAN 10 + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + +[Video] +ProjectionHack = 0 +PH_SZNear = 0 +PH_SZFar = 0 +PH_ExtraParam = 0 +PH_ZNear = +PH_ZFar = + +[Video_Settings] +UseXFB = True +UseRealXFB = False + +SafeTextureCacheColorSamples = 512 +EFBScale = 2 + diff --git a/Data/User/GameConfig/WSNE8P.ini b/Data/User/GameConfig/WSNE8P.ini index 873d314ae4..7ee2c7e597 100644 --- a/Data/User/GameConfig/WSNE8P.ini +++ b/Data/User/GameConfig/WSNE8P.ini @@ -1,10 +1,22 @@ # WSNE8P - Sonic 4 Episode I -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WTKEGL.ini b/Data/User/GameConfig/WTKEGL.ini index 11c7725e52..cfff25663d 100644 --- a/Data/User/GameConfig/WTKEGL.ini +++ b/Data/User/GameConfig/WTKEGL.ini @@ -1,10 +1,22 @@ # WTKEGL - TV Show King 2 -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 3 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WTRPXS.ini b/Data/User/GameConfig/WTRPXS.ini index d70eaf2206..7a5c07a8c7 100644 --- a/Data/User/GameConfig/WTRPXS.ini +++ b/Data/User/GameConfig/WTRPXS.ini @@ -1,9 +1,22 @@ # WTRPXS - BIT.TRIP BEAT -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 2 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 + diff --git a/Data/User/GameConfig/WTTPTW.ini b/Data/User/GameConfig/WTTPTW.ini index e84e56dabf..f09b30c946 100644 --- a/Data/User/GameConfig/WTTPTW.ini +++ b/Data/User/GameConfig/WTTPTW.ini @@ -1,10 +1,22 @@ # WTTPTW - Toki Tori -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WTXPJS.ini b/Data/User/GameConfig/WTXPJS.ini index 5dfa4da4a2..70fb7a24f0 100644 --- a/Data/User/GameConfig/WTXPJS.ini +++ b/Data/User/GameConfig/WTXPJS.ini @@ -1,10 +1,23 @@ -# WTXPJS - Texas Hold'em Tournament -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationIssues = +# WTXPJS - Texas Hold'em Tournament + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationIssues = EmulationStateId = 4 -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] Hack = -1 ProjectionHack = 0 + diff --git a/Data/User/GameConfig/WWRE01.ini b/Data/User/GameConfig/WWRE01.ini index aac809bef7..b0abe3b37e 100644 --- a/Data/User/GameConfig/WWRE01.ini +++ b/Data/User/GameConfig/WWRE01.ini @@ -1,7 +1,19 @@ # WWRE01 - EXCITEBIKE World Rally -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Data/User/GameConfig/WZIPTW.ini b/Data/User/GameConfig/WZIPTW.ini index 6e7cce2648..a3192a880c 100644 --- a/Data/User/GameConfig/WZIPTW.ini +++ b/Data/User/GameConfig/WZIPTW.ini @@ -1,11 +1,23 @@ # WZIPTW - Rubik's: Rush -[Core] Values set here will override the main dolphin settings. + +[Core] +# Values set here will override the main dolphin settings. DCBZ = 1 -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 1 EmulationIssues = Requires data cache emulation -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + [Video] ProjectionHack = 0 -[Gecko] + diff --git a/Data/User/GameConfig/WZPPRZ.ini b/Data/User/GameConfig/WZPPRZ.ini index ed2b4311dd..66d8467a32 100644 --- a/Data/User/GameConfig/WZPPRZ.ini +++ b/Data/User/GameConfig/WZPPRZ.ini @@ -1,7 +1,19 @@ # WZPPRZ - Zombie Panic in Wonderland -[Core] Values set here will override the main dolphin settings. -[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. + +[Core] +# Values set here will override the main dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 5 -EmulationIssues = -[OnFrame] Add memory patches to be applied every frame here. -[ActionReplay] Add action replay cheats here. +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. +