mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Revert "Don't compile in debug dump."
This reverts commit a5dfbb8a85310ba6efae28a4cce66e2751b5fca0.
This commit is contained in:
parent
59b50a0e71
commit
881e7a299d
@ -666,7 +666,7 @@ static bool load_preset(const char *path)
|
|||||||
|
|
||||||
config_file_free(conf);
|
config_file_free(conf);
|
||||||
|
|
||||||
#if 0 // Debugging
|
#if 1
|
||||||
config_file_t *save_test = config_file_new(NULL);
|
config_file_t *save_test = config_file_new(NULL);
|
||||||
gfx_shader_write_conf_cgp(conf, cg_shader);
|
gfx_shader_write_conf_cgp(conf, cg_shader);
|
||||||
config_file_write(save_test, "/tmp/load.cgp");
|
config_file_write(save_test, "/tmp/load.cgp");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user