Skip to content

Emusak-ui is a graphical mod for Emusak. This is a tool which allows you to download saves and shaders for switch emulators using a compatible Emusak backend.

License

Notifications You must be signed in to change notification settings

FrogAddict/emusak-ui

 
 

Repository files navigation

EmuSAK UI

showDownloads showVersion showLatestCommit showLicense

EmuSAK-ui is a graphical mod for EmuSAK. This is a tool which allows you to download saves and shaders for Nintendo Switch emulators using a compatible EmuSAK backend supported by both Linux and Windows.

screenshot

Installation

Just go to the releases page and download the latest build for your OS. Only on Windows there is an auto update feature.

Windows

Install the software by executing the .exe file. Afterwards, you can remove the software like any other program on your computer.

Linux

Debian

Download the .deb file, then install it with sudo dpkg -i ./emusak-ui-X.Y_amd64.deb.

Arch Linux

Download EmuSAK's PKGBUILD and install it with makepkg -si or use your favorite AUR helper.

Red Hat Linux

Download the .rpm file, then install it with sudo rpm -i /emusak-ui-X.Y-1.x86_64.rpm.

Universal

Download the .AppImage file, then mark it as executable and run it.

Features

  • Add one or multiple Ryujinx folders (where Ryujinx.exe is located) to manage mainline, portable and LDN build if any
  • List your game library
  • Display your local shaders count & EmuSAK shaders count (to download them if you have fewer shaders)
  • Update firmware
  • Update production keys
  • Download save for specific game
  • Download shaders for specific game
  • Downloads mods for specific game
  • You can share shaders in just one click if you have more shaders than EmuSAK

Todo :

  • Add shaders download for yuzu
  • Add cloud saves using Google drive if possible
  • Add ryujinx PTC sharing
  • Amiibos for yuzu
  • Notify when there is a game update
  • Add PPA for Ubuntu users

Contributing

Requirements :

  • NodeJS v14+
  • Yarn npm i -g yarn

Set a valid EmuSAK CDN URL in a variable :

(powershell): $Env:EMUSAK_CDN = 'http://...'
(bash): export EMUSAK_CDN = 'http://...'

Install & run

yarn install
yarn dump-games
yarn dev

Thanks

  • Sin for creating a nice community and init the ideas
  • Niwu for testing, suggestions and help me to match Switch title IDs to game name
  • Joshi for updating the backend to create a nice software
  • LiveLM for putting some love to Arch Linux users

About

Emusak-ui is a graphical mod for Emusak. This is a tool which allows you to download saves and shaders for switch emulators using a compatible Emusak backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.6%
  • JavaScript 2.2%
  • Other 2.2%