1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Fix CXX_BUILD

This commit is contained in:
twinaphex 2017-02-26 10:39:15 +01:00
parent b7b3b2cb5f
commit 89715b7195

View File

@ -1115,7 +1115,7 @@ static int generic_action_ok(const char *path,
case ACTION_OK_LOAD_SHADER_PASS:
{
struct video_shader_pass *shader_pass = menu_shader_manager_get_pass(hack_shader_pass);
flush_char = msg_hash_to_str((unsigned)flush_id);
flush_char = msg_hash_to_str((enum msg_hash_enums)flush_id);
strlcpy(
shader_pass->source.path,
action_path,