RetroArch
Public Attributes | List of all members
retro_subsystem_rom_info Struct Reference

#include <libretro.h>

Collaboration diagram for retro_subsystem_rom_info:
[legend]

Public Attributes

const char * desc
 
const char * valid_extensions
 
bool need_fullpath
 
bool block_extract
 
bool required
 
const struct retro_subsystem_memory_infomemory
 
unsigned num_memory
 

Member Data Documentation

◆ block_extract

bool retro_subsystem_rom_info::block_extract

◆ desc

const char* retro_subsystem_rom_info::desc

◆ memory

const struct retro_subsystem_memory_info* retro_subsystem_rom_info::memory

◆ need_fullpath

bool retro_subsystem_rom_info::need_fullpath

◆ num_memory

unsigned retro_subsystem_rom_info::num_memory

◆ required

bool retro_subsystem_rom_info::required

◆ valid_extensions

const char* retro_subsystem_rom_info::valid_extensions

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