-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to UWP (Windows 10) #11
Comments
Tried it and seems to work with minimal changes. Only tried on my Windows 10 laptop, I'll have to try it on an Xbox One later. |
Can you compile to ARM and send me the Appx? I would like to see if it work on Mobile :D |
Humm, which device are you thinking of testing it on? Not too sure if the ARM jitter would generate code that would work with Windows's ABI. |
Lumia 930. That's exactly why I want to try. I know that code generation is not exactly the same on Mobile. 😐 |
Unfortunately, it's not going to work right off the bat. Windows on ARM only seem to support Thumb-2 instruction encoding which isn't supported by CodeGen yet. |
Shouldn't be that hard as it already work in Win32!
PS: It would work on Xbox too 👍
The text was updated successfully, but these errors were encountered: