mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-01 21:34:41 +01:00
Minor GUI fix for PPU interpreter at "precompilation"
This commit is contained in:
parent
a771f168eb
commit
68a878264c
|
|
@ -2222,6 +2222,11 @@ extern void ppu_finalize(const ppu_module& info)
|
|||
|
||||
extern void ppu_precompile(std::vector<std::string>& dir_queue, std::vector<lv2_prx*>* loaded_prx)
|
||||
{
|
||||
if (g_cfg.core.ppu_decoder != ppu_decoder_type::llvm)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// Make sure we only have one '/' at the end and remove duplicates.
|
||||
for (std::string& dir : dir_queue)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue