Crate desmume_rs

source ·

Re-exports

Modules

Structs

  • The DeSmuME emulator.
  • Record and play movies.
  • Load and save savestates. Either slots can be used (maximum number of slots is in the constant NB_STATES), or savestates can be directly loaded from / saved to files.
  • A window that displays the emulator and processes touchscreen and keyboard inputs (default keyboard configuration only).

Enums

Constants

Functions

  • This will free DeSmuME preventing it from ever be used again within this process. This function could be removed in a future update and DeSmuME freeing could be automated, but only when freeing DeSmuME doesn’t prevent it from being initialized again.