~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Data/Sys/GameSettings/PH_PRESETS.ini

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ORTHO PROJECTION HACK - PRESETS
 
2
 
 
3
# IMPORTANT: Incremental Sections only are allowed and without jumps.
 
4
# IMPORTANT: Each Section REQUIRES "Title" entry existing. Other entries are optionals.
 
5
 
 
6
# ENTRIES LIST: Title, PH_SZNear, PH_ZNear, PH_ZSFar, PH_ZFar, PH_ExtraParam
 
7
 
 
8
[0]
 
9
Title = Zelda Twilight Princess (Bloom hack)
 
10
PH_SZNear = 1
 
11
PH_ZFar = 0.1
 
12
 
 
13
[1]
 
14
Title = Sonic and the Black Knight
 
15
PH_SZNear = 1
 
16
PH_SZFar = 1
 
17
PH_ZNear = 20
 
18
PH_ZFar = 1.99998
 
19
 
 
20
[2]
 
21
Title = Bleach Versus Crusade
 
22
PH_SZFar = 1
 
23
PH_ZFar = 0.5
 
24
 
 
25
[3]
 
26
Title = Skies of Arcadia
 
27
PH_SZFar = 1
 
28
PH_ZFar = 0.4
 
29
 
 
30
[4]
 
31
Title = Metroid: Other M
 
32
PH_ExtraParam = 1
 
33
 
 
34
[5]
 
35
Title = Tales of Symphonia GC
 
36
PH_ZNear = 0.00026
 
37
 
 
38
 
 
39
# ---------------------------------------------------
 
40
 
 
41
# Unused - kept for reference
 
42
 
 
43
# case HACK_FINAL_FANTASY_CC_ECHO_OF_TIME:
 
44
# PH_SZNear = 1
 
45
# PH_ZNear = 0.8
 
46
# PH_SZFar = 1
 
47
# PH_ZFar = 1.2
 
48
 
 
49
# case HACK_HARVESTMOON_MM:
 
50
# PH_SZNear = 1
 
51
# PH_ZNear = 0.0075
 
52
        
 
53
# case HACK_BATEN_KAITOS:
 
54
# PH_SZNear = 1
 
55
# PH_ZNear = 0.0026
 
56
# PH_SZFar = 1
 
57
# PH_ZFar = 1.8974
 
58
 
 
59
# case PROJECTION_HACK_BATEN_KAITOS_ORIGIN:
 
60
# PH_SZNear = 1
 
61
# PH_ZNear = 0.0012
 
62
# PH_SZFar = 1
 
63
# PH_ZFar = 1.8988