Skip to content

Commit

Permalink
PS2CONFIG
Browse files Browse the repository at this point in the history
- Added PS2 configs for Jaws Unleashed, fixed by mrjaredbeta
"Fixes freezing issues."
  • Loading branch information
aldostools committed Jul 29, 2023
1 parent 21f46fd commit 16f2071
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 11 additions & 7 deletions _Projects_/updater/PS2CONFIG/USRDIR/CONFIG/ps2config.html
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,8 @@ <h1>
<tr><td>CUSTOM<td>SLES_512.60<td>James Bond 007: Nightfire</tr>
<tr><td>CUSTOM<td>SLPS_252.03<td>James Bond 007: Nightfire / 007 ~ナイトファイア~</tr>
<tr><td>CUSTOM<td>SLKA_250.04<td>James Bond 007: Nightfire</tr>
<tr><td>CUSTOM<td>SLUS_210.62<td>Jaws Unleashed</tr>
<tr><td>CUSTOM<td>SLES_541.70<td>Jaws Unleashed</tr>
<tr><td>CUSTOM<td>SCED_522.61<td>Jet Li: Rise to Honour</tr>
<tr><td>CUSTOM<td>SLPM_664.95<td>Joshikousei Game's High!</tr>
<tr><td>CUSTOM<td>GUST_000.01<td>Judie no Atelier: Gramnad no Renkinjutsushi [Premium Box]</tr>
Expand Down Expand Up @@ -1308,11 +1310,11 @@ <h1>
<tr><td>CUSTOM<td>SLES_519.97<td>SWAT: Global Strike Team</tr>
<tr><td>CUSTOM<td>SCUS_975.84<td>Syphon Filter: Logan's Shadow</tr>
<tr><td>CUSTOM<td>SLUS_205.19<td>Tak and The Power of Juju</tr>
<tr><td>CUSTOM<td>SLUS_290.67<td>Tak and the Power of Juju [Demo]</tr>
<tr><td>CUSTOM<td>SLES_521.04<td>Tak and the Power of JuJu</tr>
<tr><td>CUSTOM<td>SLUS_290.67<td>Tak and The Power of JuJu [Demo]</tr>
<tr><td>CUSTOM<td>SLES_521.04<td>Tak and The Power of JuJu</tr>
<tr><td>CUSTOM<td>SLES_522.86<td>Tak and The Power of JuJu</tr>
<tr><td>CUSTOM<td>SLES_522.87<td>Tak and The Power of JuJu</tr>
<tr><td>CUSTOM<td>SLES_520.11<td>Tak and The Power Of Juju</tr>
<tr><td>CUSTOM<td>SLES_520.11<td>Tak and The Power of Juju</tr>
<tr><td>CUSTOM<td>SLPS_258.42<td>Tales of Destiny [Director's Cut]</tr>
<tr><td>CUSTOM<td>SLUS_212.01<td>Tales of Legendia</tr>
<tr><td>CUSTOM<td>SLPS_255.33<td>Tales of Legendia</tr>
Expand Down Expand Up @@ -3875,6 +3877,8 @@ <h1>
<tr><td>ENC<td>SLES_512.60<td>James Bond 007: Nightfire</tr>
<tr><td>ENC<td>SLPS_252.03<td>James Bond 007: Nightfire / 007 ~ナイトファイア~</tr>
<tr><td>ENC<td>SLKA_250.04<td>James Bond 007: Nightfire</tr>
<tr><td>ENC<td>SLUS_210.62<td>Jaws Unleashed</tr>
<tr><td>ENC<td>SLES_541.70<td>Jaws Unleashed</tr>
<tr><td>ENC<td>SLUS_202.45<td>Jeremy McGrath: Supercross World 2002</tr>
<tr><td>ENC<td>SLES_505.44<td>Jet Ion GP</tr>
<tr><td>ENC<td>SCUS_972.79<td>Jet Li: Rise to Honor</tr>
Expand Down Expand Up @@ -4765,11 +4769,11 @@ <h1>
<tr><td>ENC<td>SLKA_251.23<td>Taisho Mononoke Ibunroku</tr>
<tr><td>ENC<td>SLPM_652.28<td>Taisho Mononoke Ibunroku</tr>
<tr><td>ENC<td>SLUS_205.19<td>Tak and The Power of Juju</tr>
<tr><td>ENC<td>SLUS_290.67<td>Tak and the Power of Juju [Demo]</tr>
<tr><td>ENC<td>SLES_521.04<td>Tak and the Power of JuJu</tr>
<tr><td>ENC<td>SLUS_290.67<td>Tak and The Power of JuJu [Demo]</tr>
<tr><td>ENC<td>SLES_521.04<td>Tak and The Power of JuJu</tr>
<tr><td>ENC<td>SLES_522.86<td>Tak and The Power of JuJu</tr>
<tr><td>ENC<td>SLES_522.87<td>Tak and The Power of JuJu</tr>
<tr><td>ENC<td>SLES_520.11<td>Tak and The Power Of Juju</tr>
<tr><td>ENC<td>SLES_520.11<td>Tak and The Power of Juju</tr>
<tr><td>ENC<td>SLPS_258.42<td>Tales of Destiny [Director's Cut]</tr>
<tr><td>ENC<td>SLPS_257.15<td>Tales of Destiny</tr>
<tr><td>ENC<td>SLUS_212.01<td>Tales of Legendia</tr>
Expand Down Expand Up @@ -5101,7 +5105,7 @@ <h1>
var table = $("dbTable");
var tbody = table.getElementsByTagName('tbody')[0];
var tr = tbody.getElementsByTagName('tr');
var i = 2764, count = tr.length, classics = i;
var i = 2766, count = tr.length, classics = i;
for (; i < count; i++) {
cols = tr[i].children;
if(cols[0].innerText=="ENC") {classics = i; break;}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 16f2071

Please sign in to comment.