mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
Super Mario Maker
This commit is contained in:
parent
37169ea974
commit
e65a9445de
24
Source/SuperMarioMaker/rules.txt
Normal file
24
Source/SuperMarioMaker/rules.txt
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<?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 = 000500001018DB00,000500001018DC00,000500001018DD00
|
||||||
|
name = "Super Mario Maker - <?=$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
@ -169,6 +169,7 @@ std_respack "SpongeBob" "${res16by9[@]/$just720p}"
|
|||||||
std_respack "StarFoxGuard" "${res16by9[@]/$just720p}"
|
std_respack "StarFoxGuard" "${res16by9[@]/$just720p}"
|
||||||
std_respack "StarFoxZero" "${res16by9[@]/$just720p}"
|
std_respack "StarFoxZero" "${res16by9[@]/$just720p}"
|
||||||
std_respack "SuperMario3DWorld" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}"
|
std_respack "SuperMario3DWorld" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}"
|
||||||
|
std_respack "SuperMarioMaker" "${res16by9[@]/$just720p}"
|
||||||
std_respack "SuperSmashBros" "${res16by9[@]/$just1080p}"
|
std_respack "SuperSmashBros" "${res16by9[@]/$just1080p}"
|
||||||
std_respack "TNTRacers" "${res16by9[@]/$just1080p}"
|
std_respack "TNTRacers" "${res16by9[@]/$just1080p}"
|
||||||
std_respack "TaikoNoTatsujin" "${res16by9[@]/$just720p}"
|
std_respack "TaikoNoTatsujin" "${res16by9[@]/$just720p}"
|
||||||
|
Loading…
Reference in New Issue
Block a user