Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/assets/compatvr.ini
3185 views
1
# ========================================================================================
2
# compatvr.ini for PPSSPP
3
# ========================================================================================
4
#
5
# This file is not meant to be user-editable, although is kept as a separate ini
6
# file instead of compiled into the code for debugging purposes.
7
#
8
# The uses cases are strict:
9
# * Enable fixes for things we can't reasonably emulate without completely ruining
10
# performance for other games, such as the screen copies in Dangan Ronpa
11
# * Disabling accuracy features like 16-bit depth rounding, when we can't seem to
12
# implement them at all in a 100% compatible way
13
# * Emergency game-specific compatibility fixes before releases, such as the GTA
14
# music problem where every attempted fix has reduced compatibility with other games
15
# * Enable "unsafe" performance optimizations that some games can tolerate and
16
# others cannot. We do not currently have any of those.
17
# * This file is only for VR (virtual reality). For non-VR purposes, use compat.ini.
18
#
19
# This functionality should NOT be used for any of the following:
20
# * Cheats
21
# * Fun hacks, like enlarged heads or whatever
22
# * Fixing general compatibility issues. First try to find a general solution. Try hard.
23
#
24
# Game IDs can be looked up at GameFAQs, for example:
25
# http://www.gamefaqs.com/psp/925776-grand-theft-auto-liberty-city-stories/data
26
# Sometimes the information may be incomplete though.
27
#
28
# ========================================================================================
29
# Issue numbers refer to issues on https://github.com/hrydgard/ppsspp/issues
30
# ========================================================================================
31
32
33
[ForceFlatScreen]
34
# Forces flat screen rendering in games which don't work in VR.
35
36
# Madden NFL 06
37
ULES00147 = true
38
ULUS10024 = true
39
40
# Madden NFL 07
41
ULUS10117 = true
42
43
# Madden NFL 08
44
ULES00867 = true
45
ULUS10275 = true
46
47
# Madden NFL 09
48
ULES01093 = true
49
ULUS10352 = true
50
51
# Madden NFL 10
52
NPEH00010 = true
53
ULUS10441 = true
54
55
# Madden NFL 11
56
ULJM05757 = true
57
ULUS10541 = true
58
59
# Madden NFL 12
60
ULUS10581 = true
61
62
# Red Bull X-Fighters
63
NPEZ00100 = true
64
NPUZ00048 = true
65
66
67
[ForceMono]
68
# Forces disabled stereo as the game rendering cannot be called twice
69
70
# MotorStorm: Arctic Edge
71
NPJG00047 = true
72
UCAS40266 = true
73
UCES01250 = true
74
UCJS10104 = true
75
UCKS45124 = true
76
UCUS98743 = true
77
78
# Ultimate Ghosts 'n Goblins
79
NPJH50235 = true
80
UCKS45037 = true
81
ULJM05147 = true
82
ULES00419 = true
83
ULUS10105 = true
84
85
86
[IdentityViewHack]
87
# Disables head tracking for render passes where view matrix is identity
88
89
# Sonic Rivals 1
90
ULES00622 = true
91
ULUS10195 = true
92
93
# Sonic Rivals 2
94
ULES00940 = true
95
ULUS10323 = true
96
97
98
[MirroringVariant]
99
# Forces mirroring of the view matrix
100
101
# Shadow of Destiny / Shadow of Memories
102
NPJH50036 = 3
103
ULUS10459 = 3
104
VP051J1 = 3
105
106
# Tony Hawk's Underground 2 Remix
107
ULES00033 = 3
108
ULES00034 = 3
109
ULES00035 = 3
110
ULUS10014 = 3
111
112
113
[ProjectionHack]
114
# Forces ignoring of projection matrix pivot point.
115
116
# Gran Turismo: The Real Driving Simulator
117
NPJG00027 = true
118
UCAS40265 = true
119
UCES01245 = true
120
UCJS10100 = true
121
UCUS98632 = true
122
123
124
[Skyplane]
125
# Workaround to remove the background skyplane and add clearing framebuffer with a fog color.
126
127
# Grand Theft Auto: Liberty City Stories
128
NPJH50825 = true
129
ULES00151 = true
130
ULES00182 = true
131
ULJM05255 = true
132
ULJM05359 = true
133
ULJM05885 = true
134
ULUS10041 = true
135
136
# Grand Theft Auto: Sindacco Chronicles (romhack)
137
ULUS01826 = true
138
139
# Grand Theft Auto: Vice City Stories
140
NPJH50827 = true
141
ULES00502 = true
142
ULES00503 = true
143
ULJM05297 = true
144
ULJM05395 = true
145
ULJM05884 = true
146
ULUS10160 = true
147
148
149
[UnitsPerMeter]
150
# Scale of game world to convert the world units into meters. This enables following VR features:
151
# + 3D stereoscopy (that can work only with accurate values)
152
# * 6DoF motion tracking (that can work with inaccurate values)
153
154
# cube.elf (homebrew)
155
CUBE00772 = 10.0
156
157
# 300: March to Glory
158
ULES00766 = 0.95
159
ULUS10241 = 0.95
160
161
# 50 Cent: Bulletproof G Unit Edition
162
ULES00451 = 1.0
163
ULES00452 = 1.0
164
ULUS10128 = 1.0
165
166
# 7 Wonders of the Ancient World
167
ULES01037 = 1.0
168
ULUS10227 = 1.0
169
170
# Ace Combat X: Skies of Deception
171
UCAS40120 = 1.0
172
UCAS40169 = 1.0
173
UCES00423 = 1.0
174
UCKS45038 = 1.0
175
UCKS45067 = 1.0
176
ULJS00086 = 1.0
177
ULJS19018 = 1.0
178
ULUS10176 = 1.0
179
180
# Activision Hits Remixed
181
ULES00640 = 1.0
182
ULUS10186 = 1.0
183
184
# Age of Zombies
185
NPEZ00044 = 1.0
186
NPUZ00024 = 1.0
187
188
# Alien Syndrome
189
ULES00772 = 1.0
190
ULUS10245 = 1.0
191
192
# Ape Escape Academy
193
NPJG00048 = 100.0
194
UCAS40007 = 100.0
195
UCES00010 = 100.0
196
UCJS10003 = 100.0
197
UCJS18007 = 100.0
198
UCJS18043 = 100.0
199
UCUS98619 = 100.0
200
201
# Ape Escape Academy 2
202
NPJG00049 = 100.0
203
UCAS40041 = 100.0
204
UCAS40052 = 100.0
205
UCAS40123 = 100.0
206
UCES00302 = 100.0
207
UCJS10020 = 100.0
208
UCJS18009 = 100.0
209
UCKS45024 = 100.0
210
211
# Archer Maclean's Mercury
212
UCAS40021 = 10.0
213
UCJS10011 = 10.0
214
UCKS45007 = 10.0
215
ULES00011 = 10.0
216
ULUS10017 = 10.0
217
218
# Army of Two: The 40th Day
219
NPEH90028 = 128.0
220
NPUH90067 = 128.0
221
ULAS42215 = 128.0
222
ULES01381 = 128.0
223
ULJM05643 = 128.0
224
ULJM05849 = 128.0
225
ULUS10472 = 128.0
226
227
# Armored Core 3 Portable
228
NPEH00045 = 1.0
229
NPUH10023 = 1.0
230
UCAS40268 = 1.0
231
ULJM05492 = 1.0
232
ULKS46210 = 1.0
233
234
# Armored Core: Formula Front - Extreme Battle
235
NPJH50041 = 1.0
236
UCAS40004 = 1.0
237
UCAS40036 = 1.0
238
ULES00219 = 1.0
239
ULJS00003 = 1.0
240
ULJS19001 = 1.0
241
ULKS46003 = 1.0
242
ULUS10034 = 1.0
243
244
# Armored Core: Last Raven Portable
245
NPEH00046 = 1.0
246
NPUH10024 = 1.0
247
ULJM05611 = 1.0
248
UCAS40302 = 1.0
249
UCKS45148 = 1.0
250
251
# Assassin's Creed: Bloodlines
252
NPEH00029 = 1.0
253
NPUH10032 = 1.0
254
ULES01367 = 1.0
255
ULKS46231 = 1.0
256
ULJM05571 = 1.0
257
ULJM05720 = 1.0
258
ULUS10455 = 1.0
259
260
# Astonishia Story
261
ULES00363 = 1.0
262
ULJM05176 = 1.0
263
ULKS46021 = 1.0
264
ULUS10083 = 1.0
265
266
# Atari Classics Evolved
267
ULUS10325 = 1.0
268
269
# ATV Offroad Fury Pro
270
UCES00786 = 1.0
271
UCUS98648 = 1.0
272
UCUS98681 = 1.0
273
274
# Audition Portable
275
ULKS46122 = 32.0
276
277
# B-Boy
278
UCED00432 = 1.0
279
UCES00249 = 1.0
280
ULUS10363 = 1.0
281
282
# Battle Poker
283
NPUZ00020 = 1.0
284
285
# BattleZone
286
ULES00522 = 1.0
287
ULET00456 = 1.0
288
ULUS10156 = 1.0
289
290
# Beam 'em up
291
NPEZ00081 = 1.0
292
293
# Beaterator
294
ULES01023 = 1.0
295
ULUS10405 = 1.0
296
297
# Beats
298
NPEG00001 = 1.0
299
NPHG00002 = 1.0
300
NPJG00001 = 1.0
301
NPUG80060 = 1.0
302
303
# Big head snooker
304
NPEZ00104 = 1.0
305
306
# Black Rock Shooter: The Game
307
JRPG00001 = 80.0
308
JRPG00002 = 80.0
309
NPEH00138 = 80.0
310
NPJH50448 = 80.0
311
NPUH10126 = 80.0
312
ULJM05859 = 80.0
313
314
# Blast Off
315
NPEZ00041 = 1.0
316
NPUZ00021 = 1.0
317
318
# BlazBlue: Calamity Trigger Portable
319
NPJH50180 = 1.0
320
UCAS40299 = 1.0
321
ULJM05613 = 1.0
322
ULJM05970 = 1.0
323
ULUS10519 = 1.0
324
325
# BlazBlue: Continuum Shift II
326
NPJH50401 = 1.0
327
UCKS45170 = 1.0
328
ULES01526 = 1.0
329
ULJM05850 = 1.0
330
ULUS10579 = 1.0
331
332
# Bleach: Heat the Soul 1
333
UCAS40011 = 1.0
334
UCJS18005 = 1.0
335
UCJS10008 = 1.0
336
337
# Bleach: Heat the Soul 2
338
UCAS40024 = 0.98
339
UCAS40130 = 0.98
340
UCJS18010 = 0.98
341
UCJS10017 = 0.98
342
343
# Bleach: Heat the Soul 3
344
UCAS40098 = 0.96
345
UCAS40177 = 0.96
346
UCJS10042 = 0.96
347
UCJS18015 = 0.96
348
349
# Bleach: Heat the Soul 4
350
UCAS40149 = 0.96
351
UCAS40216 = 0.96
352
UCJS10057 = 0.96
353
UCJS18025 = 0.96
354
355
# Bleach: Heat the Soul 5
356
UCAS40210 = 0.96
357
UCJS10082 = 0.96
358
UCJS18033 = 0.96
359
360
# Bleach: Heat the Soul 6
361
NPJG00021 = 0.96
362
UCAS40258 = 0.96
363
UCAS40308 = 0.96
364
UCJS10093 = 0.96
365
UCJS18039 = 0.96
366
367
# Bleach: Heat the Soul 7
368
NPJG00114 = 0.96
369
UCAS40314 = 0.96
370
UCJS10110 = 0.96
371
UCJS18057 = 0.96
372
UCKS45158 = 0.96
373
374
# Bleach: Soul Carnival 1
375
NPJG00008 = 1.0
376
UCAS40227 = 1.0
377
UCAS40234 = 1.0
378
UCAS40296 = 1.0
379
UCJS10085 = 1.0
380
UCJS18038 = 1.0
381
UCKS45102 = 1.0
382
ULJS10085 = 1.0
383
384
# Bleach: Soul Carnival 2
385
NPJG00070 = 1.0
386
UCJS10106 = 1.0
387
UCAS40291 = 1.0
388
UCAS40297 = 1.0
389
390
# Bloons
391
NPEZ00045 = 1.0
392
NPUZ00010 = 1.0
393
394
# Bomberman Land Portable
395
NPJH50142 = 10.0
396
ULAS42097 = 10.0
397
ULES00959 = 10.0
398
ULJM05181 = 10.0
399
ULJM05319 = 10.0
400
ULUS10319 = 10.0
401
402
# Bowling 3D
403
NPUZ00002 = 1.0
404
405
# Brain Challenge
406
NPEH00003 = 30.0
407
NPJH00002 = 30.0
408
NPUH10006 = 30.0
409
410
# BreakQuest
411
NPEZ00011 = 1.0
412
NPUZ00031 = 1.0
413
414
# Bubble Trubble
415
NPEZ00023 = 1.0
416
NPUZ00007 = 1.0
417
418
# Burnout Legends
419
ULES00125 = 2.0
420
ULUS10025 = 2.0
421
ULJM05228 = 2.0
422
NPJH50305 = 2.0
423
ULJM05049 = 2.0
424
ULKS46027 = 2.0
425
ULAS42019 = 2.0
426
427
# Bust-A-Move Deluxe
428
NPJH50087 = 1.0
429
ULES00233 = 1.0
430
ULUS10057 = 1.0
431
ULJM05116 = 1.0
432
433
# Cabela's African Safari
434
ULUS10175 = 1.0
435
436
# Call of Duty: Roads to Victory
437
ULES00643 = 1.05
438
ULES00644 = 1.05
439
ULUS10218 = 1.05
440
441
# Capcom Classics Collection Reloaded
442
ULAS42072 = 1.0
443
ULES00377 = 1.0
444
ULJM05104 = 1.0
445
ULJM05280 = 1.0
446
ULUS10134 = 1.0
447
448
# Castlevania: The Dracula X Chronicles
449
NPJH50028 = 100.0
450
ULES00841 = 100.0
451
ULJM05287 = 100.0
452
ULKS46155 = 100.0
453
ULUS10277 = 100.0
454
455
# Championship Manager
456
ULES00174 = 1.0
457
458
# Charge! Tank Squad
459
NPEX00005 = 1.0
460
NPJG00103 = 1.0
461
NPUX80433 = 1.0
462
463
# Chessmaster: The Art of Learning
464
ULES01013 = 1.0
465
ULUS10335 = 1.0
466
467
# Circles, Circles, Circles
468
NPEZ00007 = 1.0
469
NPUZ00028 = 1.0
470
471
# Coded Arms: Contagion
472
ULAS42099 = 1.0
473
ULES00718 = 1.0
474
ULJM05243 = 1.0
475
ULKS46139 = 1.0
476
ULUS10184 = 1.0
477
478
# Coded Soul: Uketsugareshi Idea
479
NPJG00043 = 9.5
480
UCAS40180 = 9.5
481
UCJS10061 = 9.5
482
UCKS45071 = 9.5
483
484
# Crash Tag Team Racing
485
ULES00168 = 1.0
486
ULES00169 = 1.0
487
ULES00170 = 1.0
488
ULES00171 = 1.0
489
ULES00172 = 1.0
490
ULJM05036 = 1.0
491
ULUS10044 = 1.0
492
493
# Crazy Taxi: Fare Wars
494
NPJH50490 = 10.0
495
ULES00811 = 10.0
496
ULJM05340 = 10.0
497
ULUS10273 = 10.0
498
499
# Creature Defense
500
NPEH00027 = 1.0
501
NPJH00006 = 1.0
502
NPUH10034 = 1.0
503
504
# Crimson Gem Saga
505
UCAS40212 = 1.0
506
ULJM05369 = 1.0
507
ULKS46142 = 1.0
508
ULUS10400 = 1.0
509
510
# Crimson Room Reverse
511
NPJH50046 = 32.0
512
NPUH10037 = 32.0
513
ULJM05408 = 32.0
514
515
# Crisis Core: Final Fantasy VII
516
UCAS40167 = 100.0
517
UCAS40204 = 100.0
518
UCAS40272 = 100.0
519
UCKS45052 = 100.0
520
ULES01044 = 100.0
521
ULES01045 = 100.0
522
ULES01046 = 100.0
523
ULES01047 = 100.0
524
ULJM05254 = 100.0
525
ULJM05275 = 100.0
526
ULJM05517 = 100.0
527
ULUS10336 = 100.0
528
529
# Crush
530
ULES00765 = 1.0
531
ULUS10238 = 1.0
532
533
# Crystal Defenders
534
NPEH00017 = 1.0
535
NPJH00005 = 1.0
536
NPJH90066 = 1.0
537
NPUH10026 = 1.0
538
NPUH90048 = 1.0
539
540
# Cube
541
ULES00722 = 10.0
542
ULJS00108 = 10.0
543
ULUS10223 = 10.0
544
545
# Cubixx
546
NPEZ00101 = 1.0
547
NPUZ00080 = 1.0
548
549
# D-Cube Planet
550
NPEZ00008 = 20.0
551
NPUZ00027 = 20.0
552
553
# Dangan-Ronpa
554
NPJH50515 = 8.0
555
ULJS00337 = 8.0
556
ULJS00438 = 8.0
557
ULJS19060 = 8.0
558
559
# Daxter
560
NPEG00025 = 2.0
561
UCES00044 = 2.0
562
UCKS45025 = 2.0
563
UCUS98618 = 2.0
564
UCUS98654 = 2.0
565
566
# Dead or Alive Paradise
567
NPEH00038 = 0.8
568
NPJH50239 = 0.8
569
ULES01416 = 0.8
570
ULES01431 = 0.8
571
ULJM05640 = 0.8
572
ULJM08046 = 0.8
573
ULKS46246 = 0.8
574
ULUS10521 = 0.8
575
576
# Death Jr.
577
ULES00144 = 1.0
578
ULUS10027 = 1.0
579
580
# Deflector
581
NPEZ00127 = 1.0
582
NPUZ00040 = 1.0
583
584
# Diamond and the Sound of a Gunshot
585
UCJS10092 = 1.0
586
UCKS45120 = 1.0
587
588
# Dissidia 012: Duodecim Final Fantasy
589
NPJH50377 = 1.0
590
UCAS40333 = 1.0
591
UCAS40329 = 1.0
592
UCAS40335 = 1.0
593
UCKS45166 = 1.0
594
ULES01505 = 1.0
595
ULJM05814 = 1.0
596
ULJM06121 = 1.0
597
ULUS10566 = 1.0
598
599
# Dissidia: Final Fantasy
600
NPEH90014 = 1.0
601
NPJH50065 = 1.0
602
NPJH50330 = 1.0
603
NPUH90029 = 1.0
604
UCAS40322 = 1.0
605
ULES01270 = 1.0
606
ULJM05262 = 1.0
607
ULJM05405 = 1.0
608
ULJM05550 = 1.0
609
ULJM05760 = 1.0
610
ULJM05761 = 1.0
611
ULUS10437 = 1.0
612
613
# Disney G-Force
614
ULES01238 = 1.0
615
ULES01239 = 1.0
616
ULES01240 = 1.0
617
ULUS10439 = 1.0
618
619
# Disney Hannah Montana: Rock Out the Show
620
ULES01303 = 1.0
621
ULUS10431 = 1.0
622
623
# Disney/Pixar Cars
624
UCKS45018 = 1.0
625
ULES00319 = 1.0
626
ULES00320 = 1.0
627
ULES00321 = 1.0
628
ULES00322 = 1.0
629
ULES00323 = 1.0
630
ULES00324 = 1.0
631
ULES00325 = 1.0
632
ULES00326 = 1.0
633
ULES00327 = 1.0
634
ULJM05149 = 1.0
635
ULUS10073 = 1.0
636
637
# Disney/Pixar Ratatouille
638
UCKS45050 = 10.0
639
ULES00734 = 10.0
640
ULES00735 = 10.0
641
ULES00736 = 10.0
642
ULES00737 = 10.0
643
ULES00738 = 10.0
644
ULES00741 = 10.0
645
ULES00742 = 10.0
646
ULES00743 = 10.0
647
ULES00744 = 10.0
648
ULES00745 = 10.0
649
ULES00746 = 10.0
650
ULES00747 = 10.0
651
ULES00748 = 10.0
652
ULES00749 = 10.0
653
ULUS10247 = 10.0
654
655
# DJ Max Fever
656
NPEH00030 = 1.0
657
ULUS10403 = 1.0
658
659
# DJ Max Portable 2
660
ULKS46116 = 1.0
661
662
# DJ Max Portable 3
663
NPJH50471 = 1.0
664
ULKS46236 = 1.0
665
ULJM05836 = 1.0
666
ULJM06033 = 1.0
667
ULUS10538 = 1.0
668
669
# DJ Max Portable: Black Square
670
NPJH50559 = 1.0
671
ULJM06034 = 1.0
672
ULKS46189 = 1.0
673
674
# DJ Max Portable: Clazziquai Edition
675
ULKS46190 = 1.0
676
ULKS46191 = 1.0
677
678
# DJ Max Portable Hot Tunes
679
ULKS46240 = 1.0
680
681
# DreamWorks Shrek the Third
682
ULES00812 = 0.5
683
ULES00813 = 0.5
684
ULKS46141 = 0.5
685
ULUS10248 = 0.5
686
687
# Dynasty Warriors
688
NPJH50030 = 0.1
689
ULES00026 = 0.1
690
ULES00118 = 0.1
691
ULES00119 = 0.1
692
ULJM05003 = 0.1
693
ULJM08008 = 0.1
694
ULJM08017 = 0.1
695
ULKS46012 = 0.1
696
ULUS10004 = 0.1
697
698
# Eragon
699
ULES00474 = 0.1
700
ULES00475 = 0.1
701
ULUS10146 = 0.1
702
703
# Evangelion Shin Gekijoban: 3nd Impact
704
ULAS42293 = 1.0
705
ULJS00408 = 1.0
706
NPJH50457 = 1.0
707
708
# F1 Grand Prix
709
UCAS40026 = 0.1
710
UCES00004 = 0.1
711
UCJS10019 = 0.1
712
713
# Family Guy
714
ULES00567 = 1.0
715
ULES00601 = 1.0
716
ULUS10185 = 1.0
717
718
# Fat Princess: Fistful of Cake
719
NPHG00025 = 80.0
720
NPJG00045 = 80.0
721
UCAS40285 = 80.0
722
UCES01312 = 80.0
723
UCKS45137 = 80.0
724
UCUS98740 = 80.0
725
726
# Final Fantasy I
727
NPJH50406 = 6.8
728
UCAS40146 = 6.8
729
UCKS45056 = 6.8
730
ULES00986 = 6.8
731
ULJM05241 = 6.8
732
ULJM05514 = 6.8
733
ULUS10251 = 6.8
734
735
# Final Fantasy II
736
NPJH50407 = 1.0
737
UCAS40152 = 1.0
738
ULJM05245 = 1.0
739
ULJM05515 = 1.0
740
ULES00987 = 1.0
741
ULUS10263 = 1.0
742
743
# Final Fantasy III
744
NPEH00134 = 8.0
745
NPHH00351 = 8.0
746
NPJH50626 = 8.0
747
NPUH10125 = 8.0
748
ULJM06133 = 8.0
749
750
# Final Fantasy IV
751
NPJH50414 = 1.0
752
UCAS40334 = 1.0
753
UCAS40342 = 1.0
754
ULES01521 = 1.0
755
ULJM05855 = 1.0
756
ULJM06122 = 1.0
757
ULUS10560 = 1.0
758
759
# Final Fantasy Tactics: The War of the Lions
760
NPJH50408 = 1.0
761
UCAS40148 = 1.0
762
ULES00850 = 1.0
763
ULJM05194 = 1.0
764
ULJM05516 = 1.0
765
ULUS10297 = 1.0
766
767
# Final Fantasy Type-0
768
NPJH50443 = 100.0
769
NPJH50444 = 100.0
770
UCAS40346 = 100.0
771
ULJM05900 = 100.0
772
ULJM06217 = 100.0
773
774
# flOw
775
NPEG00003 = 1000.0
776
NPJG00004 = 1000.0
777
NPUG80086 = 1000.0
778
779
# Free Running
780
ULES00704 = 1.0
781
782
# Ghost in the Shell: Stand Alone Complex
783
UCAS40025 = 83.0
784
UCJS10018 = 83.0
785
ULES00135 = 83.0
786
ULES00153 = 83.0
787
ULUS10020 = 83.0
788
789
# Ghostbusters: The Video Game
790
UCES01276 = 3.28
791
ULUS10485 = 3.28
792
ULUS10486 = 3.28
793
794
# Gitaroo Man Lives!
795
NPJH50035 = 50.0
796
ULES00383 = 50.0
797
ULJM05130 = 50.0
798
ULKS46071 = 50.0
799
ULUS10207 = 50.0
800
801
# Gods Eater Burst
802
NPJH50352 = 100.0
803
ULES01519 = 100.0
804
ULJS00350 = 100.0
805
ULJS00351 = 100.0
806
ULJS19056 = 100.0
807
ULJS19081 = 100.0
808
ULKS46263 = 100.0
809
ULUS10563 = 100.0
810
811
# God of War: Ghost of Sparta
812
NPEG00044 = 1.0
813
NPHG00092 = 1.0
814
NPJG00120 = 1.0
815
UCAS40323 = 1.0
816
UCES01401 = 1.0
817
UCES01473 = 1.0
818
UCJS10114 = 1.0
819
UCKS45161 = 1.0
820
UCUS98737 = 1.0
821
822
# God of War: Chains of Olympus
823
NPEG00023 = 1.0
824
NPUG80325 = 1.0
825
UCAS40191 = 1.0
826
UCAS40198 = 1.0
827
UCED00970 = 1.0
828
UCED00971 = 1.0
829
UCES00842 = 1.0
830
ULJM05348 = 1.0
831
UCKS45084 = 1.0
832
UCUS98653 = 1.0
833
UCUS98705 = 1.0
834
UCUS98713 = 1.0
835
836
# Gran Turismo: The Real Driving Simulator
837
NPJG00027 = 1.0
838
UCAS40265 = 1.0
839
UCES01245 = 1.0
840
UCJS10100 = 1.0
841
UCUS98632 = 1.0
842
843
# Grand Theft Auto: Chinatown Wars
844
NPJH00138 = 1.0
845
ULES01347 = 1.0
846
ULJM05604 = 1.0
847
ULUS10490 = 1.0
848
849
# Grand Theft Auto: Liberty City Stories
850
NPJH50825 = 0.5
851
ULES00151 = 0.5
852
ULES00182 = 0.5
853
ULJM05255 = 0.5
854
ULJM05359 = 0.5
855
ULJM05885 = 0.5
856
ULUS10041 = 0.5
857
858
# Grand Theft Auto: Sindacco Chronicles (romhack)
859
ULUS01826 = 0.5
860
861
# Grand Theft Auto: Vice City Stories
862
NPJH50827 = 1.0
863
ULES00502 = 1.0
864
ULES00503 = 1.0
865
ULJM05297 = 1.0
866
ULJM05395 = 1.0
867
ULJM05884 = 1.0
868
ULUS10160 = 1.0
869
870
# Gun Showdown
871
ULES00484 = 1.0
872
ULUS10158 = 1.0
873
874
# Gungnir
875
NPEH00135 = 1.0
876
NPJH50397 = 1.0
877
ULJM05779 = 1.0
878
ULUS10592 = 1.0
879
880
# Harry Potter and the Goblet of Fire
881
ULES00210 = 1.0
882
ULES00214 = 1.0
883
ULES00215 = 1.0
884
ULES00216 = 1.0
885
ULUS10032 = 1.0
886
887
# Hatsune Miku: Project Diva
888
NPJH50494 = 3.6
889
UCKS45123 = 3.6
890
ULAS42163 = 3.6
891
ULJM05472 = 3.6
892
ULJM05682 = 3.6
893
894
# Hatsune Miku: Project Diva 2nd
895
NPJH50475 = 4.0
896
ULJM05681 = 4.0
897
ULJM05952 = 4.0
898
899
# Indiana Jones and the Staff of Kings
900
ULES00939 = 1.0
901
ULUS10316 = 1.0
902
903
# Iron Man 2
904
ULES01422 = 1.000999
905
ULUS10497 = 1.000999
906
907
# James Cameron's Avatar: The Game
908
NPEH00031 = 1.0
909
ULES01357 = 1.0
910
ULUS10451 = 1.0
911
912
# Jeanne d'Arc
913
NPJG00032 = 7.0
914
UCAS40129 = 7.0
915
UCJS10048 = 7.0
916
UCJS18014 = 7.0
917
UCJX90019 = 7.0
918
UCKS45033 = 7.0
919
UCUS98700 = 7.0
920
UCUS98706 = 7.0
921
ULAS40129 = 7.0
922
923
# Kingdom Hearts: Birth by Sleep
924
UCAS40295 = 1.0
925
UCAS40317 = 1.0
926
UCAS40326 = 1.0
927
UCKS45143 = 1.0
928
UCKS45168 = 1.0
929
ULES01441 = 1.0
930
ULJM05600 = 1.0
931
ULJM05775 = 1.0
932
ULJM06213 = 1.0
933
ULJM06214 = 1.0
934
ULUS10505 = 1.0
935
936
# Kingdom of Paradise 1
937
UCAS40018 = 9.0
938
UCAS40023 = 9.0
939
UCAS40089 = 9.0
940
UCES00178 = 9.0
941
UCET00247 = 9.0
942
UCJM95402 = 9.0
943
UCJS10010 = 9.0
944
UCKS45011 = 9.0
945
UCUS98623 = 9.0
946
947
# Kingdom of Paradise 2
948
UCAS40116 = 9.0
949
UCAS40156 = 9.0
950
UCJS10047 = 9.0
951
UCKS45034 = 9.0
952
953
# LEGO Batman: The Videogame
954
NPUH90019 = 1.0
955
ULES01151 = 1.0
956
ULUS10380 = 1.0
957
958
# LEGO Indiana Jones 1: The Original Adventures
959
ULES01086 = 47.0
960
ULUS10365 = 47.0
961
962
# LEGO Indiana Jones 2: The Adventure Continues
963
ULES01370 = 47.0
964
ULUS10487 = 47.0
965
966
# LEGO Star Wars II: The Original Trilogy
967
ULES00479 = 1.0
968
ULUS10155 = 1.0
969
970
# LEGO Star Wars III: The Clone Wars
971
ULES01446 = 3.0
972
ULUS10531 = 3.0
973
974
# Lemmings
975
NPJG00058 = 5.0
976
UCAS40076 = 5.0
977
UCES00109 = 5.0
978
UCET00179 = 5.0
979
UCJS10028 = 5.0
980
UCUS98647 = 5.0
981
UCUS98671 = 5.0
982
983
# LocoRoco
984
NPJG00057 = 1.0
985
UCAS40063 = 1.0
986
UCAS40157 = 1.0
987
UCED90007 = 1.0
988
UCES00304 = 1.0
989
UCET00357 = 1.0
990
UCJB98011 = 1.0
991
UCJS10041 = 1.0
992
UCJS18041 = 1.0
993
UCKS45020 = 1.0
994
UCKS45055 = 1.0
995
UCUS98662 = 1.0
996
997
# Macross Ace Frontier
998
ULJS00158 = 1.0
999
ULJS19029 = 1.0
1000
1001
# Me & My Katamari
1002
NPJH50141 = 1.0
1003
UCAS40049 = 1.0
1004
UCKS45022 = 1.0
1005
ULAS40155 = 1.0
1006
ULES00339 = 1.0
1007
ULJS00033 = 1.0
1008
ULJS19009 = 1.0
1009
ULUS10094 = 1.0
1010
1011
# Mega Man Powered Up
1012
NPJH50183 = 10.0
1013
UCAS40208 = 10.0
1014
ULAS42050 = 10.0
1015
ULAS42052 = 10.0
1016
ULES00307 = 10.0
1017
ULJM05044 = 10.0
1018
ULJM05391 = 10.0
1019
ULUS10091 = 10.0
1020
1021
# Metal Gear Acid 1
1022
ULAS42007 = 1000.0
1023
ULES00008 = 1000.0
1024
ULJM05001 = 1000.0
1025
ULJM08001 = 1000.0
1026
ULUS10006 = 1000.0
1027
1028
# Metal Gear Acid 2
1029
ULAS42035 = 930.0
1030
ULES00284 = 930.0
1031
ULJM05047 = 930.0
1032
ULJM08011 = 930.0
1033
ULKS46065 = 930.0
1034
ULUS10077 = 930.0
1035
1036
# Metal Gear Solid: Peace Walker
1037
NPEH90023 = 1000.0
1038
NPJH50045 = 1000.0
1039
ULES01372 = 1000.0
1040
ULJM05630 = 1000.0
1041
ULJM08038 = 1000.0
1042
ULKS46239 = 1000.0
1043
ULUS10509 = 1000.0
1044
1045
# Metal Gear Solid: Portable Ops
1046
NPJH50112 = 970.0
1047
ULAS42087 = 970.0
1048
ULES00645 = 970.0
1049
ULJM05193 = 970.0
1050
ULJM05227 = 970.0
1051
ULJM05256 = 970.0
1052
ULJM05284 = 970.0
1053
ULJM05573 = 970.0
1054
ULJM08016 = 970.0
1055
ULKS46119 = 970.0
1056
ULUS10202 = 970.0
1057
1058
# Monopoly
1059
NPEZ00118 = 70.0
1060
NPUZ00033 = 70.0
1061
1062
# Monster Hunter Freedom 2
1063
ULAS42110 = 100.0
1064
ULES00851 = 100.0
1065
ULJM05156 = 100.0
1066
ULKS46152 = 100.0
1067
ULUS10266 = 100.0
1068
1069
# Monster Hunter Freedom Unite
1070
NPEH90011 = 100.0
1071
NPJH50244 = 100.0
1072
ULAS42093 = 100.0
1073
ULES01213 = 100.0
1074
ULJM05500 = 100.0
1075
ULJM08019 = 100.0
1076
ULJM08053 = 100.0
1077
ULKS46177 = 100.0
1078
ULKS46202 = 100.0
1079
ULUS10391 = 100.0
1080
ULUS90003 = 100.0
1081
1082
# Monster Hunter Portable 3rd
1083
NPJB40001 = 100.0
1084
NPJH55800 = 100.0
1085
ULJM05800 = 100.0
1086
ULJM08058 = 100.0
1087
1088
# Nayuta no Kiseki
1089
NPJH50625 = 1.0
1090
ULJM06113 = 1.0
1091
ULJM08069 = 1.0
1092
1093
# OutRun 2006: Coast 2 Coast
1094
ULES00262 = 10.0
1095
ULKS46087 = 10.0
1096
ULUS10064 = 10.0
1097
1098
# Patapon 1
1099
NPJG00054 = 80.0
1100
UCAS40193 = 80.0
1101
UCAS40221 = 80.0
1102
UCES00995 = 80.0
1103
UCJS10077 = 80.0
1104
UCJS18027 = 80.0
1105
UCJS18042 = 80.0
1106
UCKS45076 = 80.0
1107
UCUS98711 = 80.0
1108
UCUS98717 = 80.0
1109
1110
# Patapon 2
1111
NPJG00010 = 80.0
1112
NPUG98732 = 80.0
1113
UCAS40232 = 80.0
1114
UCAS40239 = 80.0
1115
UCAS40292 = 80.0
1116
UCES01177 = 80.0
1117
UCJS10089 = 80.0
1118
UCJS18036 = 80.0
1119
UCJS18053 = 80.0
1120
UCUS98732 = 80.0
1121
1122
# Patapon 3
1123
NPJG00122 = 100.0
1124
UCAS40318 = 100.0
1125
UCES01421 = 100.0
1126
UCJS10113 = 100.0
1127
UCJS18048 = 100.0
1128
UCJS18059 = 100.0
1129
UCKS45169 = 100.0
1130
UCUS98751 = 100.0
1131
1132
# Petz: Dogz Family
1133
ULUS10463 = 3.28
1134
1135
# Prince of Persia Revelations
1136
ULES00223 = 1.0
1137
ULUS10063 = 1.0
1138
1139
# Ratchet & Clank: Size Matters
1140
NPJG00015 = 1.0
1141
UCAS40145 = 1.0
1142
UCES00420 = 1.0
1143
UCJS10052 = 1.0
1144
UCJS18030 = 1.0
1145
UCJS18047 = 1.0
1146
UCKS45048 = 1.0
1147
UCUS98633 = 1.0
1148
1149
# Ridge Racer 2
1150
NPJH50366 = 1000.0
1151
UCAS40113 = 1000.0
1152
UCAS40119 = 1000.0
1153
UCAS40273 = 1000.0
1154
UCES00422 = 1000.0
1155
UCKS45032 = 1000.0
1156
ULJS00080 = 1000.0
1157
1158
# Sega Rally Revo
1159
ULAS42119 = 1.0
1160
ULES00910 = 1.0
1161
ULET00919 = 1.0
1162
ULJM05302 = 1.0
1163
ULJM05417 = 1.0
1164
ULUS10311 = 1.0
1165
1166
# Shin Megami Tensei: Persona 3 Portable
1167
NPJH50040 = 1.0
1168
UCAS40288 = 1.0
1169
UCKS45140 = 1.0
1170
UCKS45175 = 1.0
1171
ULES01523 = 1.0
1172
ULJM05489 = 1.0
1173
ULJM08044 = 1.0
1174
ULUS10512 = 1.0
1175
1176
# Silent Hill: Origins
1177
NPJH50051 = 1.0
1178
ULAS42117 = 1.0
1179
ULES00869 = 1.0
1180
ULJM05281 = 1.0
1181
ULKS46161 = 1.0
1182
ULUS10285 = 1.0
1183
1184
# Silent Hill: Shattered Memories
1185
NPJH50148 = 1.0
1186
ULAS42189 = 1.0
1187
ULES01352 = 1.0
1188
ULJM05564 = 1.0
1189
ULJM05828 = 1.0
1190
ULUS10450 = 1.0
1191
1192
# SoulCalibur: Broken Destiny
1193
NPJH50034 = 1.0
1194
UCKS45126 = 1.0
1195
ULES01298 = 1.0
1196
ULJS00202 = 1.0
1197
ULJS19055 = 1.0
1198
ULUS10457 = 1.0
1199
1200
# Spectral vs Generation
1201
UCAS40102 = 1.0
1202
ULES00757 = 1.0
1203
ULJM05162 = 1.0
1204
ULJM05599 = 1.0
1205
ULUS10076 = 1.0
1206
1207
# Split/Second
1208
NPJH50371 = 10.0
1209
ULES01402 = 10.0
1210
ULJM05812 = 10.0
1211
ULUS10513 = 10.0
1212
1213
# Spot the Differences!
1214
NPEZ00107 = 1.0
1215
NPEZ00108 = 1.0
1216
NPUZ00034 = 1.0
1217
1218
# Star Soldier
1219
NPJH50261 = 1.0
1220
ULJM05026 = 1.0
1221
ULJM05235 = 1.0
1222
1223
# SSX On Tour
1224
ULES00192 = 50.0
1225
ULJM05063 = 50.0
1226
ULJM05389 = 50.0
1227
ULUS10042 = 50.0
1228
1229
# Star Trek: Tactical Assault
1230
ULES00623 = 0.01
1231
ULUS10150 = 0.01
1232
1233
# Star Wars: Battlefront II
1234
ULAS42037 = 1.0
1235
ULES00183 = 1.0
1236
ULJM05060 = 1.0
1237
ULUS10053 = 1.0
1238
1239
# Star Wars: The Force Unleashed
1240
ULES00981 = 100.0
1241
ULES00982 = 100.0
1242
ULKS46143 = 100.0
1243
ULUS10345 = 100.0
1244
1245
# Street Fighter Alpha 3 MAX
1246
ULES00235 = 1.0
1247
ULJM05082 = 1.0
1248
ULJM05225 = 1.0
1249
ULUS10062 = 1.0
1250
1251
# Sword Art Online: Infinity Moment
1252
NPJH50701 = 1.0
1253
ULJS00557 = 1.0
1254
ULJS00558 = 1.0
1255
1256
# Tekken: Dark Resurrection
1257
NPJH50137 = 1000.0
1258
UCAS40095 = 1000.0
1259
UCAS40099 = 1000.0
1260
UCAS40164 = 1000.0
1261
UCAS40165 = 1000.0
1262
UCED00448 = 1000.0
1263
UCES00356 = 1000.0
1264
UCET00424 = 1000.0
1265
UCKS45027 = 1000.0
1266
ULJS00048 = 1000.0
1267
ULJS19013 = 1000.0
1268
ULUS10139 = 1000.0
1269
1270
# Tekken 6
1271
NPJH50184 = 1000.0
1272
NPUH10047 = 1000.0
1273
ULAS42214 = 1000.0
1274
ULES01376 = 1000.0
1275
ULJS00224 = 1000.0
1276
ULJS19054 = 1000.0
1277
ULKS46235 = 1000.0
1278
ULKS46265 = 1000.0
1279
ULUS10466 = 1000.0
1280
1281
# Tenchu: Shadow Assassins
1282
UCAS40247 = 10.0
1283
ULES01237 = 10.0
1284
ULJM05425 = 10.0
1285
ULJM05471 = 10.0
1286
ULJM08027 = 10.0
1287
ULUS10419 = 10.0
1288
1289
# Tenchu: Time of the Assassins
1290
NPJH50042 = 100.0
1291
UCAS40020 = 100.0
1292
UCAS40092 = 100.0
1293
ULES00277 = 100.0
1294
ULJS00018 = 100.0
1295
ULJS19007 = 100.0
1296
1297
# The 3rd Birthday
1298
NPJH50361 = 100.0
1299
UCAS40325 = 100.0
1300
UCAS40336 = 100.0
1301
UCKS45163 = 100.0
1302
ULES01513 = 100.0
1303
ULJM05798 = 100.0
1304
ULJM06008 = 100.0
1305
ULUS10567 = 100.0
1306
1307
# The Simpsons Game
1308
ULAS42115 = 1.0
1309
ULES00975 = 1.0
1310
ULES00976 = 1.0
1311
ULES00977 = 1.0
1312
ULES00978 = 1.0
1313
ULES00979 = 1.0
1314
ULUS10295 = 1.0
1315
1316
# The Terminator
1317
NPEZ00140 = 1.0
1318
NPUZ00056 = 1.0
1319
1320
# Tomb Raider: Legend
1321
ULES00283 = 256.0
1322
ULJM05180 = 256.0
1323
ULUS10110 = 256.0
1324
1325
# Tony Hawk's Underground 2 Remix
1326
ULES00033 = 0.005
1327
ULES00034 = 0.005
1328
ULES00035 = 0.005
1329
ULUS10014 = 0.005
1330
1331
# Ultimate Ghosts 'n Goblins
1332
NPJH50235 = 7.8
1333
ULAS42069 = 7.8
1334
ULAS42073 = 7.8
1335
ULES00419 = 7.8
1336
ULJM05147 = 7.8
1337
ULUS10105 = 7.8
1338
1339
# Valkyria Chronicles II
1340
NPJH50145 = 9.0
1341
ULES01417 = 9.0
1342
ULJM05560 = 9.0
1343
ULJM05807 = 9.0
1344
ULUS10515 = 9.0
1345
1346
# Virtua Tennis: World Tour
1347
ULES00126 = 10.0
1348
ULJM05079 = 10.0
1349
ULKS46023 = 10.0
1350
ULUS10037 = 10.0
1351
1352
# WipEout Pulse
1353
UCES00465 = 1.0
1354
NPEG90003 = 1.0
1355
UCUS98712 = 1.0
1356
NPUG70008 = 1.0
1357
UCAS40179 = 1.0
1358
UCKS45078 = 1.0
1359
UCET00713 = 1.0
1360
1361
# WipEout Pure
1362
UCES00001 = 1.0
1363
UCUS98612 = 1.0
1364
UCJS10007 = 1.0
1365
NPJG00059 = 1.0
1366
UCKS45008 = 1.0
1367
ULES00229 = 1.0
1368
ULES00230 = 1.0
1369
ULES00231 = 1.0
1370
ULES00232 = 1.0
1371
ULUS10058 = 1.0
1372
UMDS10059 = 1.0
1373
ULJM05105 = 1.0
1374
UCAS40012 = 1.0
1375
UCED00009 = 1.0
1376
UCED00017 = 1.0
1377
UCET00001 = 1.0
1378
UTST99099 = 1.0
1379
UTST99100 = 1.0
1380
WPCE02025 = 1.0
1381
1382
# WWE SmackDown! vs. Raw 2006
1383
ULES00227 = 10.0
1384
ULJM05103 = 10.0
1385
ULKS46057 = 10.0
1386
ULUS10050 = 10.0
1387
1388