xyzz / vita-moonlight

NVIDIA Gamestream client for PlayStation Vita, based on moonlight-embedded
GNU General Public License v3.0
629 stars 74 forks source link

Add more fps modes #233

Closed Fewnity closed 1 year ago

Fewnity commented 1 year ago

Small pr to add 24, 40 and 50 fps config modes to save bandwidth.

I changed the fps counter too, instead of showing 60 as the maximum framerate, the counter shows stream's target fps. To have 40/40 instead of 40/60 at screen.

d3m3vilurr commented 1 year ago

can you squash first and third? you can it git rebase -i HEAD~3

this command will open the editor to choice the commit

pick ff8514d ...
s da6c974 ... # swap 2<->3 lines then change mark squash
pick fcbf1e4 ...

after that, git wil reopen the vim for editing the commit message you can drop da6c974's message

then push branch with force git push origin branch -f

Fewnity commented 1 year ago

Mhhhh, I think it's not the the expected result

Fewnity commented 1 year ago

New fixed PR https://github.com/xyzz/vita-moonlight/pull/234 I know what is squash now and it's cool thanks! Sorry for the new pr ^^'