neser 0.3.1

NESER - NES Emulator in Rust. Desktop (SDL) and WebAssembly frontends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod app_context;
pub mod autorun;
pub mod config;
pub mod crc32;
pub mod debugging;
pub mod emulator;
pub mod frontend_toasts;
pub mod shaders;

#[cfg(feature = "native")]
pub mod audio;