| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fceux11-v0.3.8-windows-amd64.zip | 2026-06-11 | 31.9 MB | |
| FCEUX11 v0.3.8 source code.tar.gz | 2026-06-11 | 2.5 MB | |
| FCEUX11 v0.3.8 source code.zip | 2026-06-11 | 2.9 MB | |
| README.md | 2026-06-11 | 1.1 kB | |
| Totals: 4 Items | 37.3 MB | 0 | |
完成 C 风格枚举与函数指针向 C++ 强类型的整体迁移,新符号统一收敛到 fceu11:: 命名空间,旧名通过别名保留以确保零调用点修改。 C++ Type-System Modernization: Migrated C-style enums and function-pointer typedefs to modern, strongly-typed C++ forms under the fceu11:: namespace, with legacy aliases preserving full backward compatibility.
为后续位标志类枚举引入通用运算符助手,搭配单元测试与受限的编译期校验,作为后续子版本与 v0.4.x 的基础设施。 Bitflag Infrastructure: Introduced a generic operator helper for flag-style enumerations, with unit-test coverage and compile-time validation, providing infrastructure for upcoming sub-versions and the v0.4.x line.
5 ROM 字节级 Savestate 哈希与 v0.3.0 基线完全一致,行为零回归;为 v0.3.10 的 API 大规模收敛奠定稳定的类型层基础。 Zero Regression: 5-ROM byte-level savestate hashes match the v0.3.0 baseline with zero behavioral regression, providing a stable type-layer foundation for the v0.3.10 API consolidation.