More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|version=2016 | |version=2016 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/yukifm.7z | ||
|website=https://github.com/skiptirengu/Yuki-FM | |website=https://github.com/skiptirengu/Yuki-FM | ||
|source=https://github.com/skiptirengu/Yuki-FM | |source=https://github.com/skiptirengu/Yuki-FM | ||
}} | }} | ||
Yuki FM is a file manager being made with [[Lua Player Plus 3DS|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 <code>make</code> script, meaning you need to have <code>make</code> installed and in your path. | |||
If you already use devkitArm then you are good to go. | |||
Just run <code>make</code> (or <code>make all</code>/<code>make build</code>) to get your binaries in the build directory <code>build 3ds</code>, <code>build 3dsx</code> and <code>build cia</code> are also available in case not all binaries need to be built. | |||
You can also use <code>make clean</code> to remove all built files. | |||
==Credits== | |||
* Rinnegatamante for Lua Player Plus, [[Lua Player Plus 3DS|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|StarUpdater 3DS]]. | |||
* Wolvan for the nightlies. | |||
== | ==External links== | ||
* Official website - https://hikiruka.github.io/Yuki-FM | |||
* GitHub - https://github.com/skiptirengu/Yuki-FM | |||
[[Category:3DS homebrew applications]] | |||
[[Category:Homebrew utility applications on 3DS]] | |||
Revision as of 06:42, 30 October 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.
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