- v5.5.0 beta 6

This commit is contained in:
Fledge68 2021-09-20 17:40:03 -05:00
parent 26b467b665
commit 214c50c19a
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

After

Width:  |  Height:  |  Size: 4.4 MiB

View File

@ -1,6 +1,6 @@
#define APP_NAME "WiiFlow WFL" #define APP_NAME "WiiFlow WFL"
#define APP_VERSION "5.5.0 beta 5" #define APP_VERSION "5.5.0 beta 6"
#define APP_DATA_DIR "wiiflow" #define APP_DATA_DIR "wiiflow"
#define APPS_DIR "apps/wiiflow" #define APPS_DIR "apps/wiiflow"

View File

@ -989,7 +989,7 @@ void CMenu::update_pThread(u64 amount, bool add)
{ {
m_thrdDone = false; m_thrdDone = false;
if(add) if(add)
m_thrdWritten += amount; m_thrdWritten = m_thrdWritten + amount;
else else
m_thrdWritten = amount; m_thrdWritten = amount;
m_thrdUpdated = true; m_thrdUpdated = true;