文件名称:播放-:播放! -PlayStation 2模拟器
文件大小:2.22MB
文件格式:ZIP
更新时间:2024-02-20 08:49:45
emulator cpp emulation playstation-2 C++C++
玩! 玩! 是适用于Windows,macOS,UNIX,Android和iOS平台的PlayStation 2模拟器。 兼容性信息可从官方的。 如果特定游戏无法在模拟器上运行,请在此处创建一个新发行版。 有关更多信息,请访问 。 建造 入门 首先,您需要克隆此仓库,其中包含模拟器源代码以及构建Play!所需的子模块: git clone --recurse-submodules https://github.com/jpd002/Play-.git cd Play- Windows版 在Windows上构建的项目最简单的方法是打开Qt Creator的,直接连接在CMake的文件/project/dir/Play-/CMakeLists.txt 。 您还可以使用Visual Studio或cmdline构建项目,因为您必须遵循以下说明: 要为Windows构建,您将需要在系统上安装CMake。 mkdir build cd build # Not specifying -G will automatically generate 32-bit projects. cma