mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-19 19:55:01 +01: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…
Reference in a new issue