ITADN

DmemConfig

#1395Openred-prig 创建于 2025-10-22
R
red-prigcommented
``` pub struct DmemConfig { pub name: &'static str, pub game_size: NonZero<u64>, pub fmem_max: NonZero<u64>, pub mini_size: u64, pub mini_shared: bool, pub vsh_size: NonZero<u64>, pub unk1: u64, } ``` seems it like: <img width="732" height="234" alt="Image" src="https://github.com/user-attachments/assets/2119c25f-11ad-4fcd-976a-9f448d746cb3" />
4 条评论