mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Fix SPRX building on AppImage builds
This commit is contained in:
parent
b6b7d7b48c
commit
9672ad53cd
1 changed files with 6 additions and 0 deletions
|
@ -530,6 +530,12 @@ spu_runtime::spu_runtime()
|
|||
|
||||
// Clear LLVM output
|
||||
m_cache_path = Emu.PPUCache();
|
||||
|
||||
if (m_cache_path.empty())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
fs::create_dir(m_cache_path + "llvm/");
|
||||
fs::remove_all(m_cache_path + "llvm/", false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue