mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 19:16:52 +01:00
[Rio] Scale gamepad
This commit is contained in:
parent
46e193f8cb
commit
5c7859eeda
@ -8,7 +8,7 @@ $scaleFactorY = $fullHeight / 720.0;
|
|||||||
$title = get_title($fullWidth, $fullHeight);
|
$title = get_title($fullWidth, $fullHeight);
|
||||||
?>
|
?>
|
||||||
[Definition]
|
[Definition]
|
||||||
titleIds = 0005000010190300,00050000101e5300,00050000101e5400,0005000210190301,00050002101e5401
|
titleIds = 0005000010190300,00050000101E5300,00050000101E5400,0005000210190301,00050002101E5301,00050002101E5401
|
||||||
name = "Mario & Sonic at the Rio 2016 Olympic Games - <?=$title?>"
|
name = "Mario & Sonic at the Rio 2016 Olympic Games - <?=$title?>"
|
||||||
version = 2
|
version = 2
|
||||||
|
|
||||||
@ -51,8 +51,8 @@ overwriteHeight = <?=round($scaleFactorY*226)?>
|
|||||||
width = 854
|
width = 854
|
||||||
height = 480
|
height = 480
|
||||||
#formatsExcluded =
|
#formatsExcluded =
|
||||||
overwriteWidth = <?=round($scaleFactorX*854)?>
|
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*480)?>
|
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||||
|
|
||||||
[TextureRedefine]
|
[TextureRedefine]
|
||||||
width = 832
|
width = 832
|
||||||
|
Loading…
Reference in New Issue
Block a user