mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-17 16:50:31 +00:00
Display video scaling info
This commit is contained in:
parent
5649d4410a
commit
297ec9005c
1 changed files with 1 additions and 1 deletions
|
|
@ -588,7 +588,7 @@ stats.modules = [
|
|||
{
|
||||
mui: stats.mui('', '', false, () => ''),
|
||||
init() {
|
||||
sub(APP_VIDEO_CHANGED, (payload) => (this.val = `${payload.w}x${payload.h}`))
|
||||
sub(APP_VIDEO_CHANGED, ({s = 1, w, h}) => (this.val = `${w * s}x${h * s}`))
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue