steam-controller-dsu 0.1.1

DSU (CemuHook) server for the Gyro on Steam Controller (2026)
1
2
3
4
pub fn main() {
    let return_code = scdsu_cli::entrypoint();
    std::process::exit(return_code);
}