> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XGameRuntimeGameConfigSource

> XGameRuntimeGameConfigSource

# XGameRuntimeGameConfigSource

Esta enumeración define las formas en que se puede pasar una configuración de juego (game config) al inicializar XGameConfigRuntime.

## Sintaxis

```cpp theme={null}
enum class XGameRuntimeGameConfigSource : uint32_t 
{ 
    Default, 
    Inline, 
    File 
}  
```

### Constantes

| Constante | Descripción                                                                                                                                                   |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default   | Se usará la configuración de juego predeterminada del proceso.                                                                                                |
| Inline    | Se usará una cadena UTF-8 que contiene todo el contenido de la configuración de juego.                                                                        |
| File      | Se usará una ruta de acceso a un archivo de configuración de juego. Puede ser una ruta de acceso absoluta o una ruta de acceso relativa al directorio actual. |

## Requisitos

**Encabezado:** XGameRuntimeInit.h

**Biblioteca:** xgameruntime.lib

**Plataformas compatibles:** Windows, consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

[XGameRuntimeInitializeWithOptions](/reference/system/xgameruntimeinit/functions/xgameruntimeinitializewithoptions)\
[XGameRuntimeOptions](/reference/system/xgameruntimeinit/Structures/xgameruntimeoptions)\
[XGameRuntimeInit](/reference/system/xgameruntimeinit/xgameruntimeinit_members)\
[Desarrollo de nuevos títulos con Gaming Runtime](/build/gdk-and-engines/guides/gdk-project-templates)


## Related topics

- [XGameRuntimeOptions](/es/reference/system/xgameruntimeinit/Structures/xgameruntimeoptions.md)
- [Elemento de MicrosoftGame.config - KnownDependency](/es/reference/system/microsoftgameconfig/elements/microsoftgameconfig-element-knowndependency.md)
- [Información general de MicrosoftGame.config](/es/build/core-features/common/game-config/MicrosoftGameConfig-Overview.md)
- [Publicación de un título de Unreal Engine en XBOX PC (UE 5.8+)](/es/build/gdk-and-engines/unreal/unreal-xbox-pc.md)
- [XGameRuntimeInitialize](/es/reference/system/xgameruntimeinit/functions/xgameruntimeinitialize.md)
