mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Don't compile in debug dump.
This commit is contained in:
parent
eeddfea425
commit
a5dfbb8a85
@ -666,7 +666,7 @@ static bool load_preset(const char *path)
|
||||
|
||||
config_file_free(conf);
|
||||
|
||||
#if 1
|
||||
#if 0 // Debugging
|
||||
config_file_t *save_test = config_file_new(NULL);
|
||||
gfx_shader_write_conf_cgp(conf, cg_shader);
|
||||
config_file_write(save_test, "/tmp/load.cgp");
|
||||
|
Loading…
Reference in New Issue
Block a user