mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
rsx: Move analyser dump to its own config option
This commit is contained in:
parent
a1b6415c5a
commit
79c54aeba9
2 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ vertex_program_utils::vertex_program_metadata vertex_program_utils::analyse_vert
|
|||
}
|
||||
};
|
||||
|
||||
if (g_cfg.video.log_programs)
|
||||
if (g_cfg.video.debug_program_analyser)
|
||||
{
|
||||
fs::file dump(fs::get_cache_dir() + "shaderlog/vp_analyser.bin", fs::rewrite);
|
||||
dump.write(&entry, 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue