Re-exports§
pub use crate::input::DeSmuMEInput;
pub use crate::mem::DeSmuMEMemory;
Modules§
Structs§
- DeSmuME
- The DeSmuME emulator.
- DeSmuME
Movie - Record and play movies.
- DeSmuME
Savestate - 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. - DeSmuME
SdlWindow - A window that displays the emulator and processes touchscreen and keyboard inputs (default keyboard configuration only).
Enums§
- DeSmuME
Error - Language
- Firmware language
Constants§
Functions§
- free_
desmume ⚠ - 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.