Dolphin, the GameCube and Wii emulator - Forums

Full Version: How do I add general config options to a GameSettings profile?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm setting up a GameSettings profile for a game and I want the hidden mouse cursor to be default as on but I can't get it to work. Here's what I have for my profile:

[Interface]
HideCursor = True

The syntax seems to be correct but it won't hide the mouse cursor. I know I can change this in the global configuration but I want it as it's own setting for certain games. How can this be done?
Hide Mouse Cursor used to be in the graphics settings in the UI, so I bet it goes under [Video_Settings] and not [Interface].
(12-27-2018, 03:26 PM)MayImilae Wrote: [ -> ]Hide Mouse Cursor used to be in the graphics settings in the UI, so I bet it goes under [Video_Settings] and not [Interface].
No dice, but thanks for the reply.
HideCursor is currently not supported in game INIs, unfortunately.
(12-27-2018, 08:29 PM)JosJuice Wrote: [ -> ]HideCursor is currently not supported in game INIs, unfortunately.

Bummer, thanks for letting me know.