在WSL中使用VS Code设置Banjo-Kazooie反编译环境
原文英文,约1100词,阅读约需4分钟。发表于: 。Prerequisites Before you install WSL, you will need to have virtualisation enabled on your PC. The steps from this vary depending on your hardware, as you’ll likely need to enable it in your BIOS...
在安装WSL前,确保PC启用虚拟化。在管理员命令提示符中输入`wsl --install`自动安装WSL。若失败,手动启用WSL和虚拟机功能,并安装WSL2内核。从Windows商店安装Ubuntu,设置用户名和密码。安装Visual Studio Code及WSL扩展,连接Ubuntu。克隆Banjo-Kazooie项目,安装依赖和子模块。获取并重命名ROM文件,验证哈希值。编译后可在模拟器中运行,修改代码直接进入文件选择界面。