thestr4ng3r / chiaki

Moved to https://git.sr.ht/~thestr4ng3r/chiaki - Free and Open Source PS4 Remote Play Client
https://git.sr.ht/~thestr4ng3r/chiaki
2.17k stars 373 forks source link

Make Borealis GUI more generic to build #408

Closed thestr4ng3r closed 3 years ago

thestr4ng3r commented 3 years ago

cc @H0neyBadger With this, there is only one cmake var CHIAKI_ENABLE_BOREALIS to determine whether the borealis gui will be built nor not. The Switch/Linux differentiation is then just done depending on which toolchain is built with. This way you can for example also build both Qt gui and borealis in the same build dir.