| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fceux11-v1.15-windows-amd64.zip | 2026-07-16 | 31.8 MB | |
| FCEUX11 v1.15 source code.tar.gz | 2026-07-16 | 4.0 MB | |
| FCEUX11 v1.15 source code.zip | 2026-07-16 | 4.7 MB | |
| README.md | 2026-07-16 | 2.4 kB | |
| Totals: 4 Items | 40.5 MB | 0 | |
模拟器界面已支持 12 种语言——简体中文、繁體中文、English、日本語、한국어、Español、Français、Deutsch、Tiếng Việt、ไทย、हिन्दी、العربية(含完整 RTL 布局)。首次启动自动匹配 Windows 显示语言,无需任何设置。 The UI supports 12 languages — Simplified Chinese, Traditional Chinese, English, Japanese, Korean, Spanish, French, German, Vietnamese, Thai, Hindi, and Arabic (with a full RTL layout engine). On first launch, it automatically matches your Windows display language — zero configuration.
底层已全面淘汰手动内存管理(malloc/free),改用自动内存管理,修复了堆损坏(double-free)等核心崩溃问题。长时间游玩不再突然退出,游戏进度稳如磐石。 Manual memory management (malloc/free) has been eliminated in favor of automatic memory management. Core crash bugs — including heap double-free corruption — have been fixed. Long play sessions stay rock-solid.
启用 LTO/PGO 编译优化与链接器精简(/OPT:REF, /OPT:ICF),模拟器冷启动和游戏加载速度显著提升。帧率更稳定,画面不卡顿、声音不断续,老电脑也能流畅运行。 LTO/PGO compilation and linker optimization (/OPT:REF, /OPT:ICF) deliver noticeably faster startup and game loading. Steadier frame pacing means no stuttering and no audio glitches, even on modest hardware.
本次 21 项算法级与微结构级优化重塑 PPU 渲染管线:精灵两阶段 LUT 解码、X-bucket 预分类、严格别名 UB 根治、循环取模换 wrap-around、dispatcher 缓存复用。实测单线程 PPU 帧时间从 hotfix1 的 1.125 ms 降至 0.535 ms(−52.4%),超过原计划 42% 上界;169 款 mapper 0 字节偏差,画面精度不变。(hotfix2) 21 algorithm- and micro-structure-level optimizations reshape the PPU rendering pipeline: two-stage sprite decode LUT, X-bucket sprite pre-classification, strict-aliasing UB fixes, modulo → wrap-around, dispatcher cache reuse. Measured single-threaded PPU frame time drops from 1.125 ms (hotfix1) to 0.535 ms (−52.4%), exceeding the plan's 42% upper bound; 169 mappers pass with 0-byte diff — visual accuracy preserved.(hotfix2)