mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 23:28:04 -04:00
add some sdl code from rearmed
This commit is contained in:
parent
b98018548f
commit
e81b987fc1
4 changed files with 269 additions and 2 deletions
6
plat.h
6
plat.h
|
@ -16,7 +16,11 @@ struct plat_target {
|
|||
int (*lcdrate_set)(int is_pal);
|
||||
int (*gamma_set)(int val, int black_level);
|
||||
int (*step_volume)(int is_up);
|
||||
char **hwfilters;
|
||||
const char **vout_methods;
|
||||
int vout_method;
|
||||
int vout_fullscreen;
|
||||
const char **hwfilters;
|
||||
int hwfilter;
|
||||
};
|
||||
|
||||
extern struct plat_target plat_target;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue