A young PS2 emulator with plans for an optimized Android port, as well as a fast, accurate, and easy-to-use PC port.
A large portion of the PS2's library can boot or get to menus. Some titles can even go in-game, including high-profile ones such as Final Fantasy X and Shadow of the Colossus. Not intended for general use.
Discord: https://discord.gg/zbEXKfN
DobieStation uses Qt 5 and supports qmake and CMake.
cd DobieStation/DobieStation
qmake DobieStation.pro
make
mkdir build
cd build
cmake ..
make
Dobiestation is known to compile on 2015 and 2017.
Before opening Visual Studio, you must set the QTDIR
environment variable to your 64 bit QT install.
For example on Visual Studio 2017: C:\path\to\qt\5.12.1\msvc2017_64
Once the variable is set open DobieStation\DobieStation.sln
in Visual Studio.
DobieStation requires a copy of the PS2 BIOS, which must be dumped from your PS2.
The various command line options are as follows:
-b [BIOS file] - Takes the form of /path/to/bios.bin. Required for booting DobieStation.
-f [file] (optional) - The ELF or ISO that DobieStation loads. Takes the form of /path/to/game.iso or /path/to/homebrew.elf.
-s (optional) - Skip the BIOS boot animation when starting DobieStation with an ISO/ELF loaded.
The key bindings are as follows:
Keyboard | DualShock 2 |
---|---|
A | Triangle |
S | Square |
Z | Circle |
X | Cross |
Enter | Start |
Shift | Select |
Q | L1 |
N/A | L2 |
N/A | L3 |
W | R1 |
N/A | R2 |
N/A | R3 |
↑ | D-pad up |
↓ | D-pad down |
← | D-pad left |
→ | D-pad right |
I | Left Analog up |
K | Left Analog down |
J | Left Analog left |
L | Left Analog right |
Keyboard | DobieStation |
---|---|
F1 | Dump current frame from GS |
F8 | Take a screenshot |
. | Advance a single frame |
Want to test DobieStation? Check out this repository: https://github.com/PSI-Rockin/ps2demos
Compatibility not guaranteed, but some demos do work.
First, review the Contribution Guide. Once you have done so, take a look at the issue tracker to look for tasks you may be interested in.
DobieStation uses arg.h
by Christoph "20h" Lohmann.