Commit 80d7330
Fix for XMB menu freeze when scan button pushed twice in file explorer
Scanning needs to follow up potentially added playlists by an extra
menu refresh. When scanning was invoked from file browser under XMB,
by pushing retropad-y, second scanning followup would get lost as the
logic is brittle, resulting in an unresponsive menu.
The extra menu refresh is now combined with the regular scan task.1 parent 146acd5 commit 80d7330
3 files changed
+16
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1991 | 1991 | | |
1992 | 1992 | | |
1993 | 1993 | | |
1994 | | - | |
1995 | | - | |
1996 | | - | |
1997 | | - | |
1998 | | - | |
1999 | | - | |
2000 | | - | |
2001 | 1994 | | |
2002 | 1995 | | |
2003 | 1996 | | |
| |||
8456 | 8449 | | |
8457 | 8450 | | |
8458 | 8451 | | |
8459 | | - | |
| 8452 | + | |
8460 | 8453 | | |
8461 | 8454 | | |
8462 | 8455 | | |
| |||
9031 | 9024 | | |
9032 | 9025 | | |
9033 | 9026 | | |
9034 | | - | |
9035 | | - | |
| 9027 | + | |
9036 | 9028 | | |
9037 | 9029 | | |
9038 | 9030 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
1651 | 1652 | | |
1652 | 1653 | | |
1653 | 1654 | | |
1654 | | - | |
| 1655 | + | |
1655 | 1656 | | |
1656 | 1657 | | |
1657 | 1658 | | |
| |||
1784 | 1785 | | |
1785 | 1786 | | |
1786 | 1787 | | |
1787 | | - | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
1788 | 1794 | | |
1789 | 1795 | | |
1790 | 1796 | | |
| |||
2442 | 2448 | | |
2443 | 2449 | | |
2444 | 2450 | | |
2445 | | - | |
2446 | | - | |
| 2451 | + | |
2447 | 2452 | | |
2448 | 2453 | | |
2449 | 2454 | | |
| |||
2491 | 2496 | | |
2492 | 2497 | | |
2493 | 2498 | | |
| 2499 | + | |
| 2500 | + | |
| 2501 | + | |
2494 | 2502 | | |
2495 | 2503 | | |
2496 | 2504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
198 | 197 | | |
199 | 198 | | |
200 | 199 | | |
| |||
0 commit comments