shader_parse: Fix missing enum identifier warning

This commit is contained in:
Lioncash 2014-09-20 22:07:52 -04:00
parent bd8b5be03f
commit 1c62c36e3b

View File

@ -608,7 +608,7 @@ static void shader_write_variable(config_file_t *conf,
config_set_hex(conf, wram_buf, info->addr);
break;
default:
case RARCH_STATE_NONE:
break;
}
}