mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
add world of kleflings
This commit is contained in:
parent
991c8d591c
commit
3f98a69bfc
18
Source/WorldOfKeflings/rules.txt
Normal file
18
Source/WorldOfKeflings/rules.txt
Normal file
@ -0,0 +1,18 @@
|
||||
<?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 = 000500001017b300
|
||||
name = "A World Of Keflings - <?=$title?>"
|
||||
version = 2
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
1
build.sh
1
build.sh
@ -233,6 +233,7 @@ std_respack "Wipeout3" "${res16by9[@]/$just720p}"
|
||||
std_respack "WipeoutCreate" "${res16by9[@]/$just720p}"
|
||||
std_respack "Wonderful101" "${res16by9[@]/$just720p}"
|
||||
std_respack "WoollyWorld" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}"
|
||||
std_respack "WorldOfKeflings" "${res16by9[@]/$just720p}"
|
||||
std_respack "XenobladeX" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}"
|
||||
|
||||
if [ "$buildType" = "Common" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user