Expand description
Shared game loading helpers.
launch handles runner setup and ROM/archive ingestion (MacBinary,
StuffIt, web-pack), VFS population, executable selection, post-load
init.
Re-exports§
pub use launch::init_game;pub use launch::load_game;pub use launch::load_game_from_path;pub use launch::new_runner;pub use launch::pack_stuffit_for_web;pub use launch::WebPackLoader;pub use launch::MAX_INSTRUCTIONS_PER_FRAME;pub use launch::RAM_SIZE;
Modules§
- launch
- Shared game loading and initialization for all Systemless frontends.