mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Don't make Cg argv static.
This commit is contained in:
parent
d304907e7f
commit
b88c678213
@ -425,7 +425,7 @@ static bool load_program(unsigned index, const char *prog, bool path_is_file)
|
||||
char *listing_v = NULL;
|
||||
|
||||
unsigned i, argc = 1;
|
||||
static const char *argv[2 + GFX_MAX_SHADERS] = {
|
||||
const char *argv[2 + GFX_MAX_SHADERS] = {
|
||||
"-DPARAMETER_UNIFORM",
|
||||
NULL,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user