mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-05 15:40:10 +00:00
ppu compilation: fix facepalm (double increase)
This commit is contained in:
parent
dc0a086400
commit
af89eb5404
@ -3029,10 +3029,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
|
|||||||
if (!jit && !check_only)
|
if (!jit && !check_only)
|
||||||
{
|
{
|
||||||
ppu_log.success("LLVM: Module exists: %s", obj_name);
|
ppu_log.success("LLVM: Module exists: %s", obj_name);
|
||||||
}
|
|
||||||
|
|
||||||
if (!check_only)
|
|
||||||
{
|
|
||||||
// Update progress dialog
|
// Update progress dialog
|
||||||
g_progr_pdone++;
|
g_progr_pdone++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user