mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
fix 71:40 ratio
This commit is contained in:
parent
8c94337110
commit
fcc467cd0e
@ -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 New Issue
Block a user