mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
f3d35c75dc
Didn't update the docs (will do that tomorrow), but I manually checked (didn't verify things, but I basically checked if it contained "uf_windowSpaceToClipSpaceTransform" and if the shader was made after a certain Cemu change was made due to how they're left out) to see if any graphic pack in here was *probably* safe. I also didn't convert 5 graphic packs since they contained signs that needed to be manually checked or at least examined more: - \Enhancements\TwilightPrincessHD_Bicubic - \Resolutions\DevilsThird_Resolution - \Resolutions\TwilightPrincessHD_Resolution (this one just needs to be fully verified since it's popular enough and has like 27 shaders) - \Resolutions\LegoStarWars_Resolution - \Resolutions\TokyoMirage_Resolution (this one could also be manually verified) I hope I didn't make too many mistakes with this one.
17 lines
480 B
Plaintext
17 lines
480 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 pillar-boxing. Made by getdls.
|
|
version = 4
|
|
|
|
[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
|