mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Minor GUI fix for PPU interpreter at "precompilation"
This commit is contained in:
parent
a771f168eb
commit
68a878264c
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue