skynettx / raptor

Reversed-engineered source port from Raptor Call Of The Shadows
GNU General Public License v2.0
89 stars 10 forks source link

Official release for Windows for Arm? #29

Open exocyt0sis opened 1 year ago

exocyt0sis commented 1 year ago

Is a release for Windows for Arm doable?

skynettx commented 12 months ago

A release for Windows ARM is definitely possible, I just don't have such an environment available at the moment.

The current code base supports ARM platforms and should also compile on Windows ARM without major problems (perhaps a few adjustments to make, project files and platform-dependent definitions).

exocyt0sis commented 12 months ago

A release for Windows ARM is definitely possible, I just don't have such an environment available at the moment.

The current code base supports ARM platforms and should also compile on Windows ARM without major problems (perhaps a few adjustments to make, project files and platform-dependent definitions).

Thanks! I don't have any coding experience for Windows at all, but if it's just a matter of "copy-paste" into Visual Studio and hitting a build/compile button then perhaps I can do it, too. I'll keep it in mind.

RetroGamer02 commented 12 months ago

I have gotten Raptor to run on a Nintendo DSi with a ARM946E-S running at 133MHz with changes. If you need help maybe I can assist. It might be as simple as just changing the march and mtune options. Edit Maybe try setting -march=native and -mtune=native