More actions
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
You can also use <code>make clean</code> to remove all built files. | You can also use <code>make clean</code> to remove all built files. | ||
==Known issues== | |||
Keyboard not working in newer builds of lpp 3ds. | |||
==Credits== | ==Credits== | ||
Line 50: | Line 53: | ||
* Official website - https://hikiruka.github.io/Yuki-FM | * Official website - https://hikiruka.github.io/Yuki-FM | ||
* GitHub - https://github.com/skiptirengu/Yuki-FM | * GitHub - https://github.com/skiptirengu/Yuki-FM | ||
* GBAtemp - https://gbatemp.net/threads/release-yuki-fm-3ds-file-manager-written-in-lua.439394 | |||
[[Category:3DS homebrew applications]] | [[Category:3DS homebrew applications]] | ||
[[Category:Homebrew utility applications on 3DS]] | [[Category:Homebrew utility applications on 3DS]] |
Revision as of 07:02, 23 November 2021
Yuki FM | |
---|---|
File:YukiFM.jpg | |
General | |
Author | skiptirengu |
Type | Utilities |
Version | 2016 |
License | Mixed |
Last Updated | 2016/08/27 |
Links | |
Download | |
Website | |
Source | |
Yuki FM is a file manager being made with Lua Player Plus. It has some basic functions and is suited for normal use.
Features
- Built-in updater.
- Basic file browsing.
- File Unzipping and copy/pasting.
- Theme engine.
- CIA Installing.
- 3DSX Launching.
- Lua script loading.
- Viewing extdata.
Installation
Installing
Available as 3DSX, 3DS and CIA.
- CIA - Install the .cia with the CIA manager of your choice.
- 3DSX - Use the .3dsx provided with the homebrew launcher.
- 3DS - For flashcarts Gateway, Sky3DS and clones.
Building
The building is made possible through a make
script, meaning you need to have make
installed and in your path.
If you already use devkitArm then you are good to go.
Just run make
(or make all
/make build
) to get your binaries in the build directory build 3ds
, build 3dsx
and build cia
are also available in case not all binaries need to be built.
You can also use make clean
to remove all built files.
Known issues
Keyboard not working in newer builds of lpp 3ds.
Credits
- Rinnegatamante for Lua Player Plus, lpp-3ds and ORGANIZE3D as it uses some (mostly) of his code.
- ihavemac for YAFM As it utulizes some of his code.
- astronautlevel2 for the proper updating screen as used in StarUpdater 3DS.
- Wolvan for the nightlies.
External links
- Official website - https://hikiruka.github.io/Yuki-FM
- GitHub - https://github.com/skiptirengu/Yuki-FM
- GBAtemp - https://gbatemp.net/threads/release-yuki-fm-3ds-file-manager-written-in-lua.439394