cemu_graphic_packs/Source/TokyoMirage/patches.txt
getdls a55831c43c [TMS] Ultra wide aspect
No GUI, just 3d so far.
2018-07-01 00:24:53 +02:00

20 lines
331 B
Plaintext

<?php
$width = $argv[1];
$height = $argv[2];
$aspect = $width / (float)$height;
if (round($aspect*100.0) == 178)
exit(1);
$aspect = number_format((float)$aspect, 3, '.', '');
?>
[TMS_219_EUv16]
moduleMatches = 0x2249A57A
0x10006C18 = .float <?=$aspect?>
0x10014400 = .float <?=$aspect?>
0x10067140 = .float <?=$aspect?>
_