fgsfdsfgs / openmw

Unofficial Nintendo Switch port of OpenMW.
http://www.openmw.org/
GNU General Public License v3.0
43 stars 9 forks source link

switch: Add experimental GUI #5

Open terabyte25 opened 5 years ago

terabyte25 commented 5 years ago

Adds Plutonium as a dependency.

fgsfdsfgs commented 5 years ago

Pretty cool. Maybe it would be better to have it as a separate binary entirely? libnx allows you to chainload NROs and give them command line arguments that work just like on any other platform, so it might be more convenient this way. Could also separate the ini importing feature into it. For example: GZDoom launcher

terabyte25 commented 5 years ago

Why have it as a different binary though? Some openmw libraries from components might be needed for the launcher as well.

fgsfdsfgs commented 5 years ago

I guess just because PC OpenMW has a launcher as well. Also because I don't know if it can handle reinitializing SDL2 video drivers. In my experience that's always been a problem on the Switch.

terabyte25 commented 5 years ago

I haven't tested this myself, so you may (or may not?) get a working result from this. I don't even know if pressing the start game button works or not.