mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
ppu compilation: fix facepalm (double increase)
This commit is contained in:
parent
dc0a086400
commit
af89eb5404
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue