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

GraphicsSettings: Remove unused FreelookControlType enum forward declaration #11214

Conversation

Pokechu22
Copy link
Contributor

This enum doesn't even exist. The correct one is forward-declared in FreeLookSettings:

namespace FreeLook
{
enum class ControlType : int;
}

@Pokechu22 Pokechu22 merged commit 1d86a48 into dolphin-emu:master Oct 26, 2022
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants