mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Add this to the header
This commit is contained in:
parent
714e3ddc2a
commit
8d9812985b
@ -116,6 +116,14 @@ void menu_shader_manager_clear_pass_scale(struct video_shader *shader,
|
|||||||
void menu_shader_manager_clear_pass_path(struct video_shader *shader,
|
void menu_shader_manager_clear_pass_path(struct video_shader *shader,
|
||||||
unsigned i);
|
unsigned i);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* menu_shader_manager_remove_auto_preset:
|
||||||
|
* @type : type of shader preset to delete
|
||||||
|
*
|
||||||
|
* Deletes an auto-shader.
|
||||||
|
**/
|
||||||
|
bool menu_shader_manager_remove_auto_preset(enum auto_shader_type type);
|
||||||
|
|
||||||
void menu_shader_set_modified(bool modified);
|
void menu_shader_set_modified(bool modified);
|
||||||
|
|
||||||
RETRO_END_DECLS
|
RETRO_END_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user