mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 11:47:34 -03:00
fix 71:40 ratio
This commit is contained in:
parent
8c94337110
commit
fcc467cd0e
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ function get_title($width, $height) {
|
||||||
} else if ($ratio[0] == 683 && $ratio[1] == 384) {
|
} else if ($ratio[0] == 683 && $ratio[1] == 384) {
|
||||||
// common sense
|
// common sense
|
||||||
return $title;
|
return $title;
|
||||||
|
} else if ($ratio[0] == 71 && $ratio[1] == 40) {
|
||||||
|
// common sense
|
||||||
|
return $title;
|
||||||
} else {
|
} else {
|
||||||
$title = $title . " (" . $ratio[0] .":". $ratio[1] . ")";
|
$title = $title . " (" . $ratio[0] .":". $ratio[1] . ")";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue