cemu_graphic_packs/Enhancements/TokyoMirage_!VideoPanNScan/rules.txt
getdls 91f6779539 [TMS] Pan n scan video for 21:9, 16:10
Cuts top n bottom  so video will fill whole screen for 21:9, while
keeping aspect
2019-08-11 19:52:41 +02:00

17 lines
466 B
Plaintext

[Definition]
titleIds = 00050000101ED700,00050000101ED800,0005000010131D00
name = Video pan n scan
path = "Tokyo Mirage Sessions FE/Graphics/Video pan n scan"
description = 21:9 Video, cuts of sides instead of pillarboxing
version = 3
[Preset]
name = 21:9 Pan n scan (Cut top, bottom)
$UIAspectX = 1.0
$UIAspectY = (2560.0 / 1080.0) / (1280.0/720.0)
[Preset]
name = 16:10 Pan n scan (Cut sides)
$UIAspectX = (1280.0/720.0) / (3840.0 / 2400.0)
$UIAspectY = 1.0