mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-22 22:51:15 +01:00
Add Mario Party 10 Resolution Packs
Just to test the game before people will find the exact resolutions.
This commit is contained in:
parent
3afcfaf687
commit
3e2b7db4ba
25
Source/MarioParty10/rules.txt
Normal file
25
Source/MarioParty10/rules.txt
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
include 'Source/functions.php';
|
||||
$fullWidth = $argv[1];
|
||||
$fullHeight = $argv[2];
|
||||
$scaleFactorX = $fullWidth / 1280.0;
|
||||
$scaleFactorY = $fullHeight / 720.0;
|
||||
|
||||
$title = get_title($fullWidth, $fullHeight);
|
||||
?>
|
||||
[Definition]
|
||||
titleIds = 0005000010162D00,0005000010162E00,0005000E10161F00
|
||||
name = "Mario Party 10 - <?=$title?>"
|
||||
version = 2
|
||||
|
||||
[TextureRedefine] # tv
|
||||
width = 1280
|
||||
height = 720
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine] # gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
1
build.sh
1
build.sh
@ -149,6 +149,7 @@ std_respack "LEGOCityUndercover" "${res16by9[@]/$just720p}"
|
||||
std_respack "MarioKart8" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}"
|
||||
std_respack "MarioSonicSochi" "${res16by9[@]/$just720p}"
|
||||
std_respack "MarioTennis" "${res16by9[@]/$just720p}"
|
||||
std_respack "MarioParty10" "${res16by9[@]/$just720p}"
|
||||
std_respack "MonsterHunter3Ultimate" "${res16by9[@]/$just1080p}"
|
||||
std_respack "NBA2K13" "${res16by9[@]/$just720p}"
|
||||
std_respack "NewSuperMarioBrosU" "${res16by9[@]/$just720p}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user