mirror of
https://github.com/PCSX2/pcsx2_patches.git
synced 2026-01-31 01:15:19 +01:00
patches: Gran Turismo 3 "Metric Units" patch fix. (#394)
* Fixed Gran Turismo 3 metric units to correct measurements.
This commit is contained in:
@@ -31,7 +31,7 @@ patch=1,EE,102112F0,extended,0000005A
|
||||
patch=1,EE,20211014,extended,00000000
|
||||
|
||||
[Metric units]
|
||||
description=Changes MPH to KMH, ft.lb to NM
|
||||
description=Changes MPH to KMH, ft.lb to kgf.m
|
||||
author=Silent
|
||||
|
||||
// Speed and distance units
|
||||
@@ -43,4 +43,4 @@ patch=1,EE,202F59D8,extended,0
|
||||
// 0 - kgf.m
|
||||
// 1 - ft.lb
|
||||
// 2 - NM
|
||||
patch=1,EE,202F59E0,extended,2
|
||||
patch=1,EE,202F59E0,extended,0
|
||||
|
||||
@@ -30,7 +30,7 @@ patch=1,EE,102112F0,extended,0000005A
|
||||
patch=1,EE,20211014,extended,00000000
|
||||
|
||||
[Metric units]
|
||||
description=Changes MPH to KMH, ft.lb to NM
|
||||
description=Changes MPH to KMH, ft.lb to kgf.m
|
||||
author=Silent
|
||||
|
||||
// Speed and distance units
|
||||
@@ -42,4 +42,4 @@ patch=1,EE,202F59D8,extended,0
|
||||
// 0 - kgf.m
|
||||
// 1 - ft.lb
|
||||
// 2 - NM
|
||||
patch=1,EE,202F59E0,extended,2
|
||||
patch=1,EE,202F59E0,extended,0
|
||||
|
||||
Reference in New Issue
Block a user