mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-01 13:54:16 +01:00
[WiiU] Add resolutions from menu
This commit is contained in:
parent
8dfa5e5d58
commit
da458f0af0
@ -24,18 +24,95 @@ formatsExcluded = 0x31,0x1a
|
|||||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 1280
|
||||||
|
height = 504
|
||||||
|
#formatsExcluded =
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*504)?>
|
||||||
|
|
||||||
[TextureRedefine] # tv half
|
[TextureRedefine] # tv half
|
||||||
width = 640
|
width = 640
|
||||||
height = 360
|
height = 360
|
||||||
overwriteWidth = <?=round($scaleFactorX*640)?>
|
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*360)?>
|
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 640
|
||||||
|
height = 252
|
||||||
|
#formatsExcluded =
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*252)?>
|
||||||
|
|
||||||
[TextureRedefine] # tv quarter
|
[TextureRedefine] # tv quarter
|
||||||
width = 320
|
width = 320
|
||||||
height = 180
|
height = 180
|
||||||
overwriteWidth = <?=round($scaleFactorX*320)?>
|
overwriteWidth = <?=round($scaleFactorX*320)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*180)?>
|
overwriteHeight = <?=round($scaleFactorY*180)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 256
|
||||||
|
#height = 256
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 160
|
||||||
|
height = 90
|
||||||
|
#formatsExcluded =
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*160)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*90)?>
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 106
|
||||||
|
height = 60
|
||||||
|
#formatsExcluded =
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*106)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*60)?>
|
||||||
|
|
||||||
|
[TextureRedefine]
|
||||||
|
width = 80
|
||||||
|
height = 45
|
||||||
|
#formatsExcluded =
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*80)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*45)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 48
|
||||||
|
#height = 48
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*48)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*48)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 32
|
||||||
|
#height = 32
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*32)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*32)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 24
|
||||||
|
#height = 24
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*24)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*24)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 16
|
||||||
|
#height = 16
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*16)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*16)?>
|
||||||
|
|
||||||
|
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||||
|
#width = 8
|
||||||
|
#height = 8
|
||||||
|
#formatsExcluded =
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*8)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*8)?>
|
||||||
|
|
||||||
[TextureRedefine] # gamepad full
|
[TextureRedefine] # gamepad full
|
||||||
width = 854
|
width = 854
|
||||||
height = 480
|
height = 480
|
||||||
@ -54,126 +131,3 @@ width = 2176
|
|||||||
height = 1248
|
height = 1248
|
||||||
#overwriteWidth = <?=round($scaleFactorX*2176)?>
|
#overwriteWidth = <?=round($scaleFactorX*2176)?>
|
||||||
#overwriteHeight = <?=round($scaleFactorY*1248)?>
|
#overwriteHeight = <?=round($scaleFactorY*1248)?>
|
||||||
|
|
||||||
#The following texture resolutions need to be checked in Nsight or PerfStudio
|
|
||||||
|
|
||||||
#Daily Log
|
|
||||||
#0, 0, 32, 32
|
|
||||||
#0, 0, 16, 16
|
|
||||||
#0, 0, 8, 8
|
|
||||||
#0, 0, 48, 48
|
|
||||||
#0, 0, 24, 24
|
|
||||||
|
|
||||||
#Internet Browser
|
|
||||||
#0, 0, 128, 128
|
|
||||||
#0, 0, 64, 128
|
|
||||||
#0, 0, 256, 256
|
|
||||||
#0, 0, 128, 256
|
|
||||||
#0, 0, 2176, 1248
|
|
||||||
#121, 107, 1038, 544
|
|
||||||
#81, 72, 692, 362
|
|
||||||
#114, 104, 1052, 551
|
|
||||||
#77, 69, 700, 368
|
|
||||||
#105, 99, 1070, 562
|
|
||||||
#70, 66, 714, 374
|
|
||||||
#94, 94, 1092, 573
|
|
||||||
#63, 63, 728, 381
|
|
||||||
#83, 88, 1114, 585
|
|
||||||
#55, 59, 744, 390
|
|
||||||
#70, 82, 1140, 598
|
|
||||||
#47, 55, 760, 399
|
|
||||||
#57, 76, 1166, 612
|
|
||||||
#38, 51, 778, 407
|
|
||||||
#45, 70, 1190, 625
|
|
||||||
#30, 47, 794, 416
|
|
||||||
#33, 64, 1214, 637
|
|
||||||
#22, 43, 810, 425
|
|
||||||
#22, 59, 1236, 648
|
|
||||||
#15, 39, 824, 433
|
|
||||||
#13, 54, 1254, 659
|
|
||||||
#9, 36, 836, 439
|
|
||||||
#6, 51, 1268, 666
|
|
||||||
#4, 34, 846, 444
|
|
||||||
#1, 49, 1278, 670
|
|
||||||
#1, 33, 852, 446
|
|
||||||
#0, 48, 1280, 672
|
|
||||||
#0, 32, 854, 448
|
|
||||||
#0, 47, 1280, 673
|
|
||||||
#0, 31, 854, 449
|
|
||||||
#0, 45, 1280, 675
|
|
||||||
#0, 30, 854, 450
|
|
||||||
#0, 42, 1280, 678
|
|
||||||
#0, 28, 854, 452
|
|
||||||
#0, 37, 1280, 683
|
|
||||||
#0, 25, 854, 455
|
|
||||||
#0, 32, 1280, 688
|
|
||||||
#0, 21, 854, 459
|
|
||||||
#0, 26, 1280, 694
|
|
||||||
#0, 17, 854, 463
|
|
||||||
#0, 20, 1280, 700
|
|
||||||
#0, 13, 854, 467
|
|
||||||
#0, 14, 1280, 706
|
|
||||||
#0, 9, 854, 471
|
|
||||||
#0, 8, 1280, 712
|
|
||||||
#0, 5, 854, 475
|
|
||||||
#0, 2, 1280, 718
|
|
||||||
#0, 1, 854, 479
|
|
||||||
#0, 0, 170, 256
|
|
||||||
#0, 0, 256, 120
|
|
||||||
#0, 0, 170, 120
|
|
||||||
#0, 0, 424, 376
|
|
||||||
|
|
||||||
#Mii Maker
|
|
||||||
#0, 0, 650, 366
|
|
||||||
#0, 0, 256, 256
|
|
||||||
#0, 0, 64, 64
|
|
||||||
#0, 0, 128, 256
|
|
||||||
#0, 0, 32, 64
|
|
||||||
#0, 0, 128, 128
|
|
||||||
#0, 0, 460, 460
|
|
||||||
#0, 0, 230, 460
|
|
||||||
|
|
||||||
#Nintendo eShop
|
|
||||||
#265, 170, 750, 381
|
|
||||||
#177, 113, 500, 254
|
|
||||||
#235, 134, 750, 381
|
|
||||||
#157, 89, 500, 254
|
|
||||||
#234, 133, 751, 382
|
|
||||||
#234, 133, 752, 382
|
|
||||||
#156, 89, 502, 254
|
|
||||||
#233, 133, 753, 382
|
|
||||||
#156, 88, 502, 255
|
|
||||||
#233, 132, 754, 383
|
|
||||||
#155, 88, 503, 256
|
|
||||||
#232, 132, 756, 384
|
|
||||||
#155, 88, 504, 256
|
|
||||||
|
|
||||||
#Parental Controls
|
|
||||||
#0, 0, 32, 32
|
|
||||||
#0, 0, 16, 16
|
|
||||||
#0, 0, 8, 8
|
|
||||||
#0, 0, 48, 48
|
|
||||||
#0, 0, 24, 24
|
|
||||||
#0, 0, 213, 120
|
|
||||||
|
|
||||||
#System Settings
|
|
||||||
#0, 0, 32, 32
|
|
||||||
#0, 0, 16, 16
|
|
||||||
#0, 0, 8, 8
|
|
||||||
#0, 0, 48, 48
|
|
||||||
#0, 0, 24, 24
|
|
||||||
#0, 0, 213, 120
|
|
||||||
|
|
||||||
#System Transfer (Crashes)
|
|
||||||
#0, 0, 256, 256
|
|
||||||
#0, 0, 128, 256
|
|
||||||
#0, 0, 128, 128
|
|
||||||
#0, 0, 48, 48
|
|
||||||
|
|
||||||
#User Settings
|
|
||||||
#0, 0, 48, 48
|
|
||||||
#0, 0, 24, 24
|
|
||||||
#0, 0, 32, 32
|
|
||||||
#0, 0, 16, 16
|
|
||||||
#0, 0, 8, 8
|
|
||||||
#0, 0, 213, 120
|
|
Loading…
Reference in New Issue
Block a user