SDL_Libretro
SDL3-power libretro frontend.
Loading...
Searching...
No Matches
Data Fields
SDL_LibretroOption Struct Reference

A core option and its current state. More...

#include <SDL_libretro.h>

Data Fields

const char * category
 The default value.
 
const char * defaultValue
 The current value.
 
const char * desc
 Unique identifier the core queries.
 
const char * info
 Human-readable name.
 
const char * value
 Description / help text; may be empty.
 
SDL_LibretroOptionValue * values
 The number of populated entries in values.
 
unsigned valuesCapacity
 The selectable values; dynamically allocated.
 
unsigned valuesCount
 Whether the frontend should display it.
 
bool visible
 Key of the category it belongs to; empty if none.
 

Detailed Description

A core option and its current state.

Definition at line 208 of file SDL_libretro.h.