VMUPro SDK v1.0.0
Application Development SDK for the VMUPro
|
Settings structure for the emulator browser. More...
#include <vmupro_utils.h>
Data Fields | |
const char * | title |
const char * | rootPath |
const char * | filterExtension |
Settings structure for the emulator browser.
Contains configuration parameters for initializing the emulator file browser. This structure allows customization of the browser's title, root directory, and file filtering options.
Definition at line 179 of file vmupro_utils.h.
const char* vmupro_emubrowser_settings_t::filterExtension |
File extension filter (e.g., ".nes", ".gb", ".rom")
Definition at line 182 of file vmupro_utils.h.
const char* vmupro_emubrowser_settings_t::rootPath |
Root directory path to browse (e.g., "/storage/")
Definition at line 181 of file vmupro_utils.h.
const char* vmupro_emubrowser_settings_t::title |
Title displayed at the top of the browser
Definition at line 180 of file vmupro_utils.h.