gcrecomp-runtime 0.0.1-alpha

Runtime library for GameCube recompiled games
Documentation
1
2
3
4
5
6
7
8
9
pub mod cache;
pub mod formats;
pub mod loader;
pub mod mapper;
pub mod upscaler;

pub use cache::TextureCache;
pub use formats::GameCubeTextureFormat;
pub use loader::TextureLoader;