mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
Add Puyo Puyo Tetris
This commit is contained in:
parent
0a08214ef7
commit
80151011d1
25
Source/PuyoPuyoTetris/rules.txt
Normal file
25
Source/PuyoPuyoTetris/rules.txt
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
include 'Source/functions.php';
|
||||||
|
$fullWidth = $argv[1];
|
||||||
|
$fullHeight = $argv[2];
|
||||||
|
$scaleFactorX = $fullWidth / 1920.0;
|
||||||
|
$scaleFactorY = $fullHeight / 1080.0;
|
||||||
|
$title = get_title($fullWidth, $fullHeight);
|
||||||
|
?>
|
||||||
|
[Definition]
|
||||||
|
titleIds = 000500001014d900
|
||||||
|
name = "Puyo Puyo Tetris - <?=$title?>"
|
||||||
|
version = 2
|
||||||
|
|
||||||
|
[TextureRedefine] # tv
|
||||||
|
width = 1920
|
||||||
|
height = 1080
|
||||||
|
tileModesExcluded = 0x1
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||||
|
|
||||||
|
[TextureRedefine] # gamepad
|
||||||
|
width = 854
|
||||||
|
height = 480
|
||||||
|
#overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||||
|
#overwriteHeight = <?=round($scaleFactorY*1080)?>
|
1
build.sh
1
build.sh
@ -140,6 +140,7 @@ std_respack "PhineasFerb" "${res16by9[@]/$just720p}"
|
|||||||
std_respack "Pikmin3" "${res16by9[@]/$just720p}"
|
std_respack "Pikmin3" "${res16by9[@]/$just720p}"
|
||||||
std_respack "PokkenTournament" "${res16by9[@]/$just720p}"
|
std_respack "PokkenTournament" "${res16by9[@]/$just720p}"
|
||||||
std_respack "ProjectZero" "${res16by9[@]/$just720p}"
|
std_respack "ProjectZero" "${res16by9[@]/$just720p}"
|
||||||
|
std_respack "PuyoPuyoTetris" "${res16by9[@]/$just1080p}"
|
||||||
std_respack "SanatoryHallways" "${res16by9[@]/$just720p}"
|
std_respack "SanatoryHallways" "${res16by9[@]/$just720p}"
|
||||||
std_respack "ScribblenautsUnlimited" "${res16by9[@]/$just720p}"
|
std_respack "ScribblenautsUnlimited" "${res16by9[@]/$just720p}"
|
||||||
std_respack "ScribblenautsUnmasked" "${res16by9[@]/$just720p}"
|
std_respack "ScribblenautsUnmasked" "${res16by9[@]/$just720p}"
|
||||||
|
Loading…
Reference in New Issue
Block a user