neser 1.2.0

NESER - Nintendo Emulation Systems Engine (Rust). Desktop and WebAssembly frontends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod app_context;
pub mod autorun;
pub mod catalog;
pub mod config;
pub mod crc32;
pub mod debugging;
pub mod emulator;
pub mod frame_benchmark;
pub mod frontend_toasts;
pub mod image_cache;
pub mod metadata;
pub mod png_utils;
pub mod shaders;

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