VMUPro SDK v1.0.0
Application Development SDK for the VMUPro
Loading...
Searching...
No Matches
vmupro_emubrowser_settings_t Struct Reference

Settings structure for the emulator browser. More...

#include <vmupro_utils.h>

Data Fields

const char * title
 
const char * rootPath
 
const char * filterExtension
 

Detailed Description

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.

Field Documentation

◆ filterExtension

const char* vmupro_emubrowser_settings_t::filterExtension

File extension filter (e.g., ".nes", ".gb", ".rom")

Definition at line 182 of file vmupro_utils.h.

◆ rootPath

const char* vmupro_emubrowser_settings_t::rootPath

Root directory path to browse (e.g., "/storage/")

Definition at line 181 of file vmupro_utils.h.

◆ title

const char* vmupro_emubrowser_settings_t::title

Title displayed at the top of the browser

Definition at line 180 of file vmupro_utils.h.


The documentation for this struct was generated from the following file: