remove regsvr32 step (RS_ASIO got updated)
Here are some instructions: https://github.com/mdias/rs_asio/blob/master/docs/linux/ubuntu_1204_lts.md
What needs to be tested:
- normal way of this guide, but without running regsvr32 and using
wineasio-rsasioinstead - If that works, do we need to start the game from steam in the special way that is listed in the guide?
Assumuning it works, think about whether you want the now outdated steps to be collapsed with a <details> tag (in case someone wants to use the old version), or move the steps to the cut out ones.
What I forgot to mention, I found out by the release notes of this release: https://github.com/mdias/rs_asio/releases/tag/v0.7.0
Nope, doesn't work on Arch Linux with Pipewire. I'll be sticking to regsvr32 for now.
Alright, so I've got an asciicast of how I got it working here. I'll see if I can make an edit to the guide based on that
Alright, made one for Arch w/ Pipewire: #37
@zurgeg Thank you very much for the effort. I also didn't know about asciicinema, interesting!
Unfortunately, this is not what I'm trying to achieve.
The latest release of RS_ASIO states that registering the dlls is not needed anymore. Which I cannot confirm. You registered them.
BUT your pull-request is an important aspect that I accidentally also had on my machine.
It's expected that the files are called wineasio.dll and wineasio.dll.so, but for future-proofing, I will use your way.
Ahh, right. I think you should be able to copy the files manually (wineasio-register does that for you), although the benefit of doing that over just registering with wineasio's tools is questionable imo
Not gonna bother anymore.