mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 19:16:52 +01:00
Added The Smurfs 2
This commit is contained in:
parent
842ba9b776
commit
6ceb2d9e99
73
Source/Smurfs2/rules.txt
Normal file
73
Source/Smurfs2/rules.txt
Normal file
@ -0,0 +1,73 @@
|
||||
<?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 = 0005000010115D00
|
||||
name = "The Smurfs 2 - <?=$title?>"
|
||||
version = 2
|
||||
|
||||
[TextureRedefine] # tv
|
||||
width = 1920
|
||||
height = 1080
|
||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||
|
||||
[TextureRedefine] # gamepad
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||
|
||||
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||
#width = 16
|
||||
#height = 16
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||
#width = 64
|
||||
#height = 64
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||
#width = 256
|
||||
#height = 256
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||
#width = 512
|
||||
#height = 512
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||
#width = 1024
|
||||
#height = 1024
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||
#width = 512
|
||||
#height = 448
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*256)?>
|
||||
|
||||
#[TextureRedefine] #May unintentionally scale textures, check formatsExcluded
|
||||
#width = 448
|
||||
#height = 448
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*256)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*256)?>
|
1
build.sh
1
build.sh
@ -189,6 +189,7 @@ std_respack "ScribblenautsUnmasked" "${res16by9[@]/$just720p}"
|
||||
std_respack "Severed" "${res16by9[@]/$just720p}"
|
||||
std_respack "ShantaeHGH" "${res16by9[@]/$just1080p}"
|
||||
std_respack "ShovelKnight" "${res16by9[@]/$just1080p}"
|
||||
std_respack "Smurfs2" "${res16by9[@]/$just1080p}"
|
||||
std_respack "SonicLostWorld" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}"
|
||||
std_respack "Splatoon" "${res16by9[@]/$just720p}" "${res21by9[@]}"
|
||||
std_respack "SpongeBob" "${res16by9[@]/$just720p}"
|
||||
|
Loading…
Reference in New Issue
Block a user