====== GraphicsConfig ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | textureFilterQuality | ''u8'' | ''0x0'' | The texture filter quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | aaQuality | ''u8'' | ''0x1'' | The anti-aliasing (AA) quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | ssaoQuality | ''u8'' | ''0x2'' | The screen-space ambient occlusion (SSAO) quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | dofQuality | ''u8'' | ''0x3'' | The depth of field (DOF) quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | motionBlurQuality | ''u8'' | ''0x4'' | The motion blur quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | shadowQuality | ''u8'' | ''0x5'' | The shadow quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | lightingQuality | ''u8'' | ''0x6'' | The lighting quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | effectQuality | ''u8'' | ''0x7'' | The particle effect quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | decalQuality | ''u8'' | ''0x8'' | The decal quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | reflectionQuality | ''u8'' | ''0x9'' | The reflection quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | waterQuality | ''u8'' | ''0xa'' | The water quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | shaderQuality | ''u8'' | ''0xb'' | The shader quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | volumetricEffectQuality | ''u8'' | ''0xc'' | The volumetric particle quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | raytracingQuality | ''u8'' | ''0xd'' | The raytracing quality (RT) to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | giDataQuality | ''u8'' | ''0xe'' | The global illumination (GI) quality to default to. | This field uses the following enum: GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM | | pad1 | ''dummy8'' | ''0xf'' | | | ===== Enums ===== ==== GRAPHICS_CONFIG_GX_QUALITY_LEVEL_ENUM ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Disabled | | | ''1'' | Low | | | ''2'' | Middle | | | ''3'' | High | | | ''4'' | Ultra | |