⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (214 Bytes)
Statistics
| Revision:
repo2
/
firmware
/
fileselector.h
@ 173
View
History
Annotate
46
markw
#pragma once
49
markw
void
file_selector
(
struct
SimpleFile
*
file
);
46
markw
55
markw
int
filter_disks
(
struct
SimpleDirEntry
*
entry
);
int
filter_roms
(
struct
SimpleDirEntry
*
entry
);
extern
int
(
*
filter
)(
struct
SimpleDirEntry
*
entry
);
Loading...