dirkwhoffmann / vAmiga

vAmiga is a user-friendly Amiga 500, 1000, 2000 emulator for macOS

Home Page:https://dirkwhoffmann.github.io/vAmiga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are 10.15 dependencies listed in #492 still accurate?

nekoniaow opened this issue · comments

My Mac is still running on Mojave (10.14) and for various reasons I will not be updating to more recent versions for a few more months so I was wondering if the 10.15 dependencies listed in #492 are still correct as I am considering adapting vAmiga to 10.14 so I can use it before I eventually upgrade to 10.15+?

Also, would such adaptations be desirable as a feature?

so I was wondering if the 10.15 dependencies are still correct

Yes, both vAmiga and VirtualC64 list 10.15 as the minimal deployment target.

Also, would such adaptations be desirable as a feature?

I don't want to support revision prior to 10.15, because it would bloat the code with various wrappers. I am using the C++ filesystem classes a lot which are not available in macOS prior to 10.15.