py-desmume icon indicating copy to clipboard operation
py-desmume copied to clipboard

Python Library and GUI for DeSmuME, the Nintendo DS emulator

Results 18 py-desmume issues
Sort by recently updated
recently updated
newest added

Bumps [pygobject](https://gnome.pages.gitlab.gnome.org/pygobject) from 3.46.0 to 3.48.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygobject&package-manager=pip&previous-version=3.46.0&new-version=3.48.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
python

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies
python

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Hello I have basically the same code as in https://py-desmume.readthedocs.io/en/latest/quick_start.html but the only button that works of the default bindings if when I press x. Do you have any idea...

Hi, is it possible to open a previous state when opening the game?

The `desmume.emulator.DeSmuME().cycle()` method advances execution by one _frame_, but there doesn't seem to be a way to advance by one _instruction_. Does such a capability exist in py-desmume? I wasn't...

When running the emulator in the window, I am not able to interact with it with the "keypad_add_key" and "keypad_rm_key", but the "touch_set_pos" seems to work as intended. When querying...

documentation

Latest version of pip 20.3.3 Python 3.7.9 Windows 10 pip install py-desume, it says: ERROR: Could not find a version that satisfies the requirement py-desmume ERROR: No matching distribution found...

Just wondering if there is a way to interface with the chat input - adding/removing action replay codes specifically?