Struct containing configuration values for a RetroFlat program.  
 More...
#include <retroflt.h>
|  | 
| uint8_t | flags | 
|  | 
| char * | title | 
|  | Title to set for the main program Window if applicable on the target platform. 
 | 
|  | 
| char * | assets_path | 
|  | Relative path under which bitmap assets are stored. 
 | 
|  | 
| char * | config_path | 
|  | Relative path of local config file (if not using registry). 
 | 
|  | 
| int | screen_w | 
|  | 
| int | screen_h | 
|  | Desired screen or window height in pixels. 
 | 
|  | 
| int | screen_x | 
|  | Desired window X position in pixels. 
 | 
|  | 
| int | screen_y | 
|  | Desired window Y position in pixels. 
 | 
|  | 
| int | screen_scale | 
|  | 
| int | joystick_id | 
|  | 
| struct RETROFLAT_PLATFORM_ARGS | platform | 
|  | 
| struct RETROFLAT_SOUND_ARGS | sound | 
|  | 
|  | 
| (Note that these are not member functions.)  | 
|  | 
| #define | RETROSND_ARGS_FLAG_LIST_DEVS   0x01 | 
|  | 
Struct containing configuration values for a RetroFlat program. 
The documentation for this struct was generated from the following file: