mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-23 00:50:42 +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)
|
||||
{
|
||||
ppu_log.success("LLVM: Module exists: %s", obj_name);
|
||||
}
|
||||
|
||||
if (!check_only)
|
||||
{
|
||||
// Update progress dialog
|
||||
g_progr_pdone++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue