Skip to content

0.13.6

Compare
Choose a tag to compare
@Viren070 Viren070 released this 06 Apr 22:37
· 156 commits to main since this release

What's Changed

  • Fix bug where app failed to get latest development build of dolphin when beta = development
  • Updated the save fetching logic, this fixes the issues related to that. It now uses a single GitHub API request.
  • Fixed 404 error for titleDB download by switching to AdamK2003/titledb temporarily. (Report any bugs using the link at the bottom)
  • Fixed showing error when cancelling titleDB download
  • Added the MiiEditorApplet to a blacklist so it doesn't show in the game list (Report any non-game title ids showing up through an issue)
  • Add a discontinued message for yuzu mainline
  • Add discord button
  • Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #30
  • Switch emulator class by @Viren070 in #29
  • Rework cache implementation by @Viren070 in #31

Full Changelog: v0.13.5...v0.13.6

What do I download

You should download Emulator.Manager.v0.13.6.zip. Then launch the exe inside the folder once its been extracted.

why?

The EXE option was created using pyinstaller's --onefile option. This option creates an EXE that attempts to unload the files needed in a temporary directory located in C:\users\{user}\AppData\Local\Temp. If, for whatever reason, this is inaccessible, it can cause issues. This is why I recommend that you download the zip option. The ZIP option can also become portable, while the EXE option cannot (for the reason above). To do this create a file called PORTABLE.txt in the directory that you run Emulator Manager from.

Notes

For whatever reason, the titleDB repo i was using got deleted, and so did the user. Even the code I wrote to fetch the saves stopped working. This is why I created a new release, otherwise I was going to wait till I added a few more emulators till releasing. This release was created in haste, so there may be a few bugs. Please report any using the link below.

Found a bug or want to suggest a feature? Create an issue