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

Update libgamestream #232

Closed d3m3vilurr closed 1 year ago

d3m3vilurr commented 1 year ago

picked commits from moonlight-embedded

this patchset will replace a rest part of #231 only tested compilation without actual device process

Fewnity commented 1 year ago

How do you pick some commits of specific files like that?

Fewnity commented 1 year ago

Tested, I was able to pair a device, I just saw a problem, when connecting to a host, after the ip address you added the port number, but it always shows "0".

d3m3vilurr commented 1 year ago

How do you pick some commits of specific files like that?

you can check though git log branch path then pick git cherry-pick hash

Tested, I was able to pair a device, I just saw a problem, when connecting to a host, after the ip address you added the port number, but it always shows "0".

thank you for testing. i might miss the some initialization part of the device_info_t so... i have to check a saved(paired) file has port value.

Fewnity commented 1 year ago

you can check though git log branch path then pick git cherry-pick hash

Okay thanks!

i might miss the some initialization part of the device_info_t so... i have to check a saved(paired) file has port value.

Tested and it's fixed with your last commit!

d3m3vilurr commented 1 year ago

good! thank you