Update SDL version #131

Open
Jonatas-Goncalves wants to merge 1 commits from Jonatas-Goncalves/patch-2 into main
Jonatas-Goncalves commented 2023-06-07 01:39:19 +02:00 (Migrated from github.com)

Update SDL version to 2.26.4 to compile correctly on workflow

Update SDL version to 2.26.4 to compile correctly on workflow
Alleop5 commented 2023-06-07 13:12:21 +02:00 (Migrated from github.com)

You seem to have opened 2 pull requests. Sadly this isn't an official yuzu repo. #125 for example shows that the person maintaining this repo. Isn't the developer of yuzu. Check the yuzu-emu/yuzu repository if you wanna submit it to the right place.

You seem to have opened 2 pull requests. Sadly this isn't an official yuzu repo. #125 for example shows that the person maintaining this repo. Isn't the developer of yuzu. Check the yuzu-emu/yuzu repository if you wanna submit it to the right place.
Jonatas-Goncalves commented 2023-06-07 21:32:46 +02:00 (Migrated from github.com)

This change is not in the code, but in the workflow only, yuzu repo uses CI and not workflow like this repository.

This change is not in the code, but in the workflow only, yuzu repo uses CI and not workflow like this repository.
MGThePro commented 2023-06-07 21:36:09 +02:00 (Migrated from github.com)

We don't use github actions anymore, so there is no use to this. The linux builds used to be built here from source but we now upload the official ones from yuzu

We don't use github actions anymore, so there is no use to this. The linux builds used to be built here from source but we now upload the official ones from yuzu
Masteman commented 2023-06-13 17:30:05 +02:00 (Migrated from github.com)

not works sdl motion control via Bluetooth on Gulikit KingKong Pro from EA 3639 version

not works sdl motion control via Bluetooth on Gulikit KingKong Pro from EA 3639 version
juampe commented 2023-07-17 21:09:38 +02:00 (Migrated from github.com)

AFAIK the last SDL version that works motion control via Bluetooth is 2.0.18.0. To workaround it, I use this library version instead the new one, leaving it, in the yuzu directory.

AFAIK the last SDL version that works motion control via Bluetooth is 2.0.18.0. To workaround it, I use this library version instead the new one, leaving it, in the yuzu directory.
Write commented 2023-07-21 02:02:50 +02:00 (Migrated from github.com)

not works sdl motion control via Bluetooth on Gulikit KingKong Pro from EA 3639 version

Yup, can confirm. My batch script automatically copy the old SDL2.dll after unzipping the new build, and it work flawlessly ever since.

> not works sdl motion control via Bluetooth on Gulikit KingKong Pro from EA 3639 version Yup, can confirm. My batch script automatically copy the old SDL2.dll after unzipping the new build, and it work flawlessly ever since.
felipecrs commented 2023-07-21 05:08:19 +02:00 (Migrated from github.com)

I got to say it's working normally for me. Gulikit King Kong 2 Pro (Switch mode connected with Bluetooth, Windows 11, pineapple EA 3767).

https://github.com/pineappleEA/pineapple-src/assets/29582865/f80b0b5f-d549-4aca-8fc8-85853ef46588

I got to say it's working normally for me. Gulikit King Kong 2 Pro (Switch mode connected with Bluetooth, Windows 11, pineapple EA 3767). https://github.com/pineappleEA/pineapple-src/assets/29582865/f80b0b5f-d549-4aca-8fc8-85853ef46588
felipecrs commented 2023-07-21 05:09:57 +02:00 (Migrated from github.com)

PS: Make sure Steam is fully closed!

PS: Make sure Steam is fully closed!
Write commented 2023-07-21 12:29:37 +02:00 (Migrated from github.com)

PS: Make sure Steam is fully closed!

Yup but this is not the issue here, the issue is that one should be able to use the controller used trough Steam Input, with "Any" selected in the menu instead of specific controller, which allows one to switch between controller easily, without having to set the specific controller in settings. This is only working with the older version of SDL2.dll. (EA 3638 and before).

> PS: Make sure Steam is fully closed! Yup but this is not the issue here, the issue is that one should be able to use the controller used trough Steam Input, with "Any" selected in the menu instead of specific controller, which allows one to switch between controller easily, without having to set the specific controller in settings. This is only working with the older version of SDL2.dll. (EA 3638 and before).
EslamHULK commented 2023-08-01 06:18:09 +02:00 (Migrated from github.com)

Screenshot 2023-08-01 070549
last version YUZU Early 3785 Vulkan not work
Screenshot 2023-08-01 010004
old version YUZU Early 1880 Vulkan working , please need fix it soon to play Vulkan in 4k , and thank you

![Screenshot 2023-08-01 070549](https://github.com/yuzu-emu/yuzu/assets/35035933/f75242f2-91f8-410f-ab9b-eb94f01d9d79) last version YUZU Early 3785 Vulkan not work ![Screenshot 2023-08-01 010004](https://github.com/yuzu-emu/yuzu/assets/35035933/a7a6af56-f3c3-48b8-ab11-f4e62c0f9baf) old version YUZU Early 1880 Vulkan working , please need fix it soon to play Vulkan in 4k , and thank you
EslamHULK commented 2023-08-01 18:17:06 +02:00 (Migrated from github.com)

Screenshot 2023-08-01 185837
YUZU 1514 Vulkan not work
Screenshot 2023-08-01 185701
YUZU Early 3787 Vulkan not work

![Screenshot 2023-08-01 185837](https://github.com/yuzu-emu/yuzu/assets/35035933/0493a955-eada-4a31-8baa-d8eab86fbc7b) YUZU 1514 Vulkan not work ![Screenshot 2023-08-01 185701](https://github.com/yuzu-emu/yuzu/assets/35035933/10f188fe-cf40-4232-8344-b566591b4e22) YUZU Early 3787 Vulkan not work
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Jonatas-Goncalves/patch-2 main
git pull origin Jonatas-Goncalves/patch-2

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff Jonatas-Goncalves/patch-2
git push origin main
Sign in to join this conversation.
No description provided.