Update game list

This commit is contained in:
2026-04-07 14:35:09 +08:00
parent a6dda9397b
commit 1e1d6b342d
10 changed files with 186 additions and 0 deletions

View File

@@ -93,6 +93,9 @@ impl PartialEq<&[u8; 4]> for PropTag {
impl ExtraProp {
pub fn is_filename_hash(&self) -> bool {
self.tag == CHUNK_HNFN
|| self.tag == CHUNK_SMIL
|| self.tag == CHUNK_ELIF
|| self.tag == CHUNK_YUZU
}
}