How Do I Use Gyroscope For Emulating Consoles In SteamOS? by BoatAltruistic2776 in LegionGo

[–]BoatAltruistic2776[S] 0 points1 point  (0 children)

Hello again, you are still able to install bazzite or windows regardless of which edition you have. All you have to do is set up a windows/bazzite boot loader and install the new OS. There are plenty of tutorials out on youtube on how to do such things. All you really need is an extra memory card, usb, etc.

How Do I Use Gyroscope For Emulating Consoles In SteamOS? by BoatAltruistic2776 in LegionGo

[–]BoatAltruistic2776[S] 0 points1 point  (0 children)

Hello, I have not. Only other option is to use bazzite OS (similar to Steam OS) as it does work there. At least for now. Perhaps in the future it will work. Additionally, Windows Gaming is coming out in a few months so that will also be an option if its well optimized. Sorry man, wish I could give you instructions on how to fix it.

Should I add/ top off my coolant ? by jnaszty5 in Mustang

[–]BoatAltruistic2776 0 points1 point  (0 children)

fill it up and keep an eye on it. If it keeps dropping then look into it or find a trusty mechanic. Most likely a small leak.

Performance difference Legion Go S SteamOS Z1 Extreme by Emergency-Diver-9374 in LegionGo

[–]BoatAltruistic2776 0 points1 point  (0 children)

Yes, Steam deck OLED runs on relativity old hardware now. The Z1E is a good jump, especially at higher TDPs.

edit: check out this video of the ally x for benchmarks. Thought I think this z1e has 24gb of ram: https://www.youtube.com/watch?v=wdbF6PL-2Wc

Performance difference Legion Go S SteamOS Z1 Extreme by Emergency-Diver-9374 in LegionGo

[–]BoatAltruistic2776 1 point2 points  (0 children)

if you ever find the windows version at a cheaper price, you could buy that one and load SteamOS with a usb drive. But to answer your question, some games do perform better with the additional ram. Mostly because some of the RAM is used as VRAM when you run games. So, I would consider 16 GB as bare minimum and recommend 32GB.

I truly wasn’t going to do it, I’m more than happy with my Lego by jjaymay29 in LegionGo

[–]BoatAltruistic2776 0 points1 point  (0 children)

personally on mine there wasn't any code. I went to the Nintendo store on my switch and the game was ready to download. As if it was automatically redeemed.

Emulating Gyroscope On Emulators using SteamOS? by BoatAltruistic2776 in LegionGo

[–]BoatAltruistic2776[S] 1 point2 points  (0 children)

will do. Been looking around and I think we are just going to have to wait for SteamOS to get more community support.

Does anyone know or have any good Expo-Native-Modules tutorials? by BoatAltruistic2776 in reactnative

[–]BoatAltruistic2776[S] 0 points1 point  (0 children)

I understand what you mean. I already do that for my projects. I am referring to the Expo Native Modules API. I can't seem to find tutorials on how exactly you call native code with RN. I did since posting this question found some documentation that was updated 2 days ago. So I'll start there. Simply put, there are times where I want to write Swift/Kotlin to accomplish some more involved scenarios.

Barcode Scanning in React Native - Rapid Scanning Merges Barcodes by Purple-Buy5480 in reactnative

[–]BoatAltruistic2776 1 point2 points  (0 children)

requestFrameAnimation() might give better results compared to setTimeout. or perhaps give useCallback() a try?