mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-24 00:41:51 +01:00
add 1366x768 (683:384) to functions.php
no packs related to this resolution will be made, but it's there of anyone wants to scale up to this resolution
This commit is contained in:
parent
d3a02d1ff8
commit
f7da4fceb6
@ -32,6 +32,9 @@ function get_title($width, $height) {
|
|||||||
} else if ($ratio[0] == 427 && $ratio[1] == 240) {
|
} else if ($ratio[0] == 427 && $ratio[1] == 240) {
|
||||||
// common sense
|
// common sense
|
||||||
return $title;
|
return $title;
|
||||||
|
} else if ($ratio[0] == 683 && $ratio[1] == 384) {
|
||||||
|
// 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