mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- v5.5.0 beta 6
This commit is contained in:
parent
26b467b665
commit
214c50c19a
Binary file not shown.
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.3 MiB After Width: | Height: | Size: 4.4 MiB |
@ -1,6 +1,6 @@
|
||||
|
||||
#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 APPS_DIR "apps/wiiflow"
|
||||
|
@ -989,7 +989,7 @@ void CMenu::update_pThread(u64 amount, bool add)
|
||||
{
|
||||
m_thrdDone = false;
|
||||
if(add)
|
||||
m_thrdWritten += amount;
|
||||
m_thrdWritten = m_thrdWritten + amount;
|
||||
else
|
||||
m_thrdWritten = amount;
|
||||
m_thrdUpdated = true;
|
||||
|
Loading…
Reference in New Issue
Block a user