# SDL_HINT_JOYSTICK_MFI

A variable controlling whether GCController should be used for controller handling.

## Header File

Defined in [SDL_hints.h](https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_hints.h)

## Syntax

```c
#define SDL_HINT_JOYSTICK_MFI "SDL_JOYSTICK_MFI"
```

## Remarks

This variable can be set to the following values:

- "0": GCController is not used
- "1": GCController is used (the default)

----
[CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategoryHints](CategoryHints)