Results 5 issues of Yannik Marchand

This can happen if, for example, you select a game in the recent file list that doesn't exist anymore. Decaf-qt tries to run the game anyway and this causes a...

good-for-beginners
improvement

Currently, this repository implements everything that is required to access NEX services from a PC. Should it support other services as well? I've been thinking about this for a while....

Currently, the latest title version is hardcoded in [games.py](https://github.com/kinnay/NintendoClients/blob/master/nintendo/games.py) and must be updated manually whenever an update is released. It would be nice if we could automate this. Maybe a...

See title, apparently `pkg_resources` is deprecated. There are two alternatives: * Replacing it with `importlib.resources`. This would require bumping the minimum Python version up to 3.11. * Loading resources from...

bug