ppu compilation: fix facepalm (double increase)

This commit is contained in:
Megamouse 2021-08-02 23:24:45 +02:00
parent dc0a086400
commit af89eb5404
1 changed files with 0 additions and 3 deletions

View File

@ -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++;
} }