Struct containing configuration values for a RetroFlat program.
More...
#include <retroflt.h>
|
|
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.
|
| |
|
uint8_t | flags |
| |
|
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.
|
| |
|
uint8_t | snd_flags |
| |
|
(Note that these are not member symbols.)
|
|
|
#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: