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

Missing RuntimePlatform enum value for Nintendo Switch #77

Open
evilwombat opened this issue Dec 10, 2018 · 1 comment
Open

Missing RuntimePlatform enum value for Nintendo Switch #77

evilwombat opened this issue Dec 10, 2018 · 1 comment

Comments

@evilwombat
Copy link

Hello. The RuntimePlatform enum needs to gain the following entry:
NintendoSwitch = 38
(and I need to be less sleepy and actually send a pull request, but I'll probably forget)

@nanoNago
Copy link

That's a build target enum -- build target and runtime platform are two different enum spaces. It's very likely that some existing usages of the RuntimePlatform actually want the BuildTarget instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants