desmume-sys

Crates.iodesmume-sys
lib.rsdesmume-sys
version0.0.2
sourcesrc
created_at2023-06-08 20:41:37.864941
updated_at2023-06-08 22:13:17.27455
descriptionFFI for DeSmuME, the Nintendo DS emulator.
homepage
repositoryhttps://github.com/SkyTemple/desmume-rs
max_upload_size
id885710
size27,630,598
Marco Köpcke (theCapypara)

documentation

README

desmume-sys

FFI for the DeSmuME interface.

Note that under Windows binaries that use this need to ship with a SDL2 DLL. For more information and other dependencies, see the documentation of DeSmuME.

This crate builds a fork of DeSmuME with some minor adjustments and no concrete stable version number by default. At the moment there is no option to skip this and link to a dynamic system library instead. Pull Requests are welcome.

At the time of writing, you may also need to pass the /SAFESEH:NO linker argument for 32-bit Windows builds in your crates build script. See the build.rs of desmume-rs.

The version of this crate does currently not correspond to any specific or stable release of DeSmuME.

This is not an "official" crate provided by the DeSmuME maintainers, but instead maintained by the SkyTemple project.

Commit count: 56

cargo fmt