mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- updated code for v5.4.9 release
This commit is contained in:
parent
6ba7dac8d1
commit
9cea2f80a9
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
- name: Upload binaries
|
- name: Upload binaries
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: wiiflow_lite
|
name: wiiflow_lite_${{ steps.pack.outputs.sha }}
|
||||||
path: |
|
path: |
|
||||||
apps
|
apps
|
||||||
wiiflow
|
wiiflow
|
||||||
|
Binary file not shown.
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 4.1 MiB |
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#define APP_NAME "WiiFlow WFL"
|
#define APP_NAME "WiiFlow WFL"
|
||||||
#define APP_VERSION "5.4.9 beta 4"
|
#define APP_VERSION "5.4.9"
|
||||||
|
|
||||||
#define APP_DATA_DIR "wiiflow"
|
#define APP_DATA_DIR "wiiflow"
|
||||||
#define APPS_DIR "apps/wiiflow"
|
#define APPS_DIR "apps/wiiflow"
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 8.1 KiB |
@ -1,12 +1,19 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<app version="1">
|
<app version="1">
|
||||||
<name>WiiFlow Lite</name>
|
<name>WiiFlow WFL</name>
|
||||||
<coder>Fledge68</coder>
|
<coder>Fledge68</coder>
|
||||||
<version>4.4.0 r1135</version>
|
<version>5.4.9</version>
|
||||||
<release_date>20172109000000</release_date>
|
<release_date>20210403000000</release_date>
|
||||||
|
<!-- // remove this line to enable arguments
|
||||||
|
<arguments>
|
||||||
|
<arg>ios=249</arg>
|
||||||
|
<arg>waitdir=sd:/apps/wiiflow/wait_imgs</arg>
|
||||||
|
<arg>waitloop</arg>
|
||||||
|
<arg>noflash</arg>
|
||||||
|
</arguments>
|
||||||
|
// remove this line to enable arguments -->
|
||||||
<short_description>USB Loader app</short_description>
|
<short_description>USB Loader app</short_description>
|
||||||
<long_description>
|
<long_description>WiiFlow is a app for loading backup games from a USB Device or SD card.
|
||||||
WiiFlow Lite is a app for loading backup games from a USB Device or SD card.
|
|
||||||
It displays your games in a coverflow with 3D full box covers.
|
It displays your games in a coverflow with 3D full box covers.
|
||||||
|
|
||||||
Key features:
|
Key features:
|
||||||
|
Loading…
Reference in New Issue
Block a user