Commit 607ae76a authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

d3dx9: Add const qualifier to regstore_set_values() input data.

parent 45b0add6
......@@ -368,7 +368,7 @@ static void regstore_set_modified(struct d3dx_regstore *rs, unsigned int table,
get_reg_offset(table, start_offset + count - 1));
}
static void regstore_set_values(struct d3dx_regstore *rs, unsigned int table, void *data,
static void regstore_set_values(struct d3dx_regstore *rs, unsigned int table, const void *data,
unsigned int start_offset, unsigned int count)
{
if (!count)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment