M-HT / SR

A project to statically recompile following games to create Windows or Linux (x86 or arm) versions of the games - Albion, X-Com: UFO Defense (UFO: Enemy Unknown), X-Com: Terror from the Deep, Warcraft: Orcs & Humans, Septerra Core: Legacy of the Creator, Battle Isle 3: Shadow of the Emperor
317 stars 18 forks source link

What's the difference between SDL1 and SDL2 in Albion? #41

Closed Arthandas closed 2 years ago

Arthandas commented 2 years ago

Probably the stupid question but I have no idea which archive to use. I'm setting up the GOG version on Win 10.

M-HT commented 2 years ago

The difference is the version of SDL library which is used - 1.2 or 2.0. In most situations both versions work the same. If one doesn't work for you, try the other one.

Arthandas commented 2 years ago

Thank you.