mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-23 17:21:11 +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_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"
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user