mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06: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 New Issue
Block a user