Skip to content
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

Several UWP fixes #12036

Merged
merged 3 commits into from
May 13, 2019
Merged

Several UWP fixes #12036

merged 3 commits into from
May 13, 2019

Conversation

driver1998
Copy link
Contributor

Resize the game render view when the window is resized.

Use proper device type detection (Mobile/Xbox/Desktop) instead of relying on architecture.

Xbox is set as DEVICE_TYPE_TV for now.

Use default (latest) toolset, which allows compiling on VS2019. (Although you can't directly deploy apps to Windows 10 Mobile on VS2019, the appx package generated will work fine)

Removed dependency to 16299 SDK, the whole project can compile with only 17763 SDK.

this correctly resize the render view when the Window is resized
implement proper device type detection instead of relying on architecture.
@hrydgard hrydgard merged commit 712964f into hrydgard:master May 13, 2019
@hrydgard hrydgard added this to the v1.9.0 milestone May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants