{"id":13514158,"url":"https://github.com/PSI-Rockin/DobieStation","last_synced_at":"2025-03-31T02:33:30.864Z","repository":{"id":48449102,"uuid":"117404080","full_name":"PSI-Rockin/DobieStation","owner":"PSI-Rockin","description":"A dog-themed PS2 emulator","archived":false,"fork":false,"pushed_at":"2021-07-25T23:53:25.000Z","size":4472,"stargazers_count":518,"open_issues_count":53,"forks_count":56,"subscribers_count":52,"default_branch":"master","last_synced_at":"2024-05-22T17:34:06.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PSI-Rockin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"dobiestation"}},"created_at":"2018-01-14T05:21:19.000Z","updated_at":"2024-05-21T00:18:56.000Z","dependencies_parsed_at":"2022-09-12T00:40:25.646Z","dependency_job_id":null,"html_url":"https://github.com/PSI-Rockin/DobieStation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSI-Rockin%2FDobieStation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSI-Rockin%2FDobieStation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSI-Rockin%2FDobieStation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSI-Rockin%2FDobieStation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PSI-Rockin","download_url":"https://codeload.github.com/PSI-Rockin/DobieStation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246407403,"owners_count":20772127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T05:00:48.072Z","updated_at":"2025-03-31T02:33:25.857Z","avatar_url":"https://github.com/PSI-Rockin.png","language":"C++","funding_links":["https://patreon.com/dobiestation"],"categories":["Home Game Console Emulators","Uncategorized"],"sub_categories":["Sony","Uncategorized"],"readme":"# DobieStation\n[![Discord Server](https://img.shields.io/discord/430071684901371905?logo=discord)](https://discord.gg/zbEXKfN)\n[![GitHub Actions Status](https://github.com/PSI-Rockin/DobieStation/workflows/CI/badge.svg?branch=master)](https://github.com/PSI-Rockin/DobieStation/actions)\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/PSI-Rockin/DobieStation?svg=true)](https://ci.appveyor.com/project/PSI-Rockin/dobiestation)\n\nA young PS2 emulator with plans for an optimized Android port, as well as a fast, accurate, and easy-to-use PC port.\n\nA 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.\n\n## Compiling\nDobieStation uses Qt 5 and supports qmake and CMake.\n\n### Building with qmake\n```\ncd DobieStation/DobieStation\nqmake DobieStation.pro\nmake\n```\n\n### Building with CMake\n```\n# Linux\nmkdir build \u0026\u0026 cd build\ncmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo\nmake\n\n# MacOS (using Homebrew Qt5)\nmkdir build \u0026\u0026 cd build\ncmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5\nmake\n\n# Windows (MSVC)\n#  - change 'CMAKE_PREFIX_PATH' to point to your Qt installation.\n#  - replace 'Visual Studio 16 2017' with your desired VS version (eg: \"Visual Studio 16 2019\")\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_PREFIX_PATH=\"C:/Qt/5.13.1/msvc2017_64\" \\\n      -G \"Visual Studio 15 2017\" -A x64 ..\nstart DobieStation.sln\n```\n\n### Note for Ubuntu Xenial\nWhile 16.04 is still officially supported they don't provide a recent enough version of Qt.\nAs such if you wish to build Dobie on Xenial you will need to update Qt through a PPA\n```\nadd-apt-repository ppa:beineri/opt-qt-5.11.1-xenial\napt-get update\napt-get install qt511-meta-minimal qt511multimedia libglu1-mesa-dev\nsource /opt/qt511/bin/qt511-env.sh\n```\nAlternatively, you may upgrade to the most recent Ubuntu LTS, 18.04.\n\n### Building with Visual Studio\nDobieStation is known to compile on 2017 and 2019.\n\nBefore opening Visual Studio, you must set the `QTDIR` environment variable to your 64 bit QT install.\nFor example on Visual Studio 2017: `C:\\path\\to\\qt\\5.12.1\\msvc2017_64`\n\nOnce the variable is set open `DobieStation\\DobieStation.sln` in Visual Studio.\n\n## Using the Emulator\nDobieStation requires a copy of the PS2 BIOS, which must be dumped from your PS2.\n\nThe various command line options are as follows:\n```\n-b [BIOS file] - Takes the form of /path/to/bios.bin. Required for booting DobieStation.\n-f [file] (optional) - The ELF or ISO that DobieStation loads. Takes the form of /path/to/game.iso or /path/to/homebrew.elf.\n-s (optional) - Skip the BIOS boot animation when starting DobieStation with an ISO/ELF loaded.\n```\n\nThe key bindings are as follows:\n\n| Keyboard         | DualShock 2        |\n| ---------------- | ------------------ |\n| \u003ckbd\u003eS\u003c/kbd\u003e     | Triangle           |\n| \u003ckbd\u003eA\u003c/kbd\u003e     | Square             |\n| \u003ckbd\u003eX\u003c/kbd\u003e     | Circle             |\n| \u003ckbd\u003eZ\u003c/kbd\u003e     | Cross              |\n| \u003ckbd\u003eEnter\u003c/kbd\u003e | Start              |\n| \u003ckbd\u003eSpace\u003c/kbd\u003e | Select             |\n| \u003ckbd\u003eQ\u003c/kbd\u003e     | L1                 |\n| N/A              | L2                 |\n| N/A              | L3                 |\n| \u003ckbd\u003eW\u003c/kbd\u003e     | R1                 |\n| N/A              | R2                 |\n| N/A              | R3                 |\n| \u003ckbd\u003e↑\u003c/kbd\u003e     | D-pad up           |\n| \u003ckbd\u003e↓\u003c/kbd\u003e     | D-pad down         |\n| \u003ckbd\u003e←\u003c/kbd\u003e     | D-pad left         |\n| \u003ckbd\u003e→\u003c/kbd\u003e     | D-pad right        |\n| \u003ckbd\u003eR\u003c/kbd\u003e     | Left Analog up     |\n| \u003ckbd\u003eF\u003c/kbd\u003e     | Left Analog down   |\n| \u003ckbd\u003eD\u003c/kbd\u003e     | Left Analog left   |\n| \u003ckbd\u003eG\u003c/kbd\u003e     | Left Analog right  |\n| \u003ckbd\u003eI\u003c/kbd\u003e     | Right Analog up    |\n| \u003ckbd\u003eK\u003c/kbd\u003e     | Right Analog down  |\n| \u003ckbd\u003eJ\u003c/kbd\u003e     | Right Analog left  |\n| \u003ckbd\u003eL\u003c/kbd\u003e     | Right Analog right |\n\n| Keyboard      | DobieStation               |\n| ------------- | -------------------------- |\n| \u003ckbd\u003eF1\u003c/kbd\u003e | Dump current frame from GS |\n| \u003ckbd\u003eF8\u003c/kbd\u003e | Take a screenshot          |\n| \u003ckbd\u003e.\u003c/kbd\u003e  | Advance a single frame     |\n\n### PS2 Homebrew\nWant to test DobieStation? Check out this repository: https://github.com/PSI-Rockin/ps2demos\n\nCompatibility not guaranteed, but some demos do work.\n\n## Contributing\nFirst, review the [Contribution Guide](../master/.github/CONTRIBUTING.md). Once you have done so, take a look at the issue tracker to look for tasks you may be interested in.\n\n## Legal\nDobieStation uses `arg.h` by [Christoph \"20h\" Lohmann](http://www.r-36.net).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPSI-Rockin%2FDobieStation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPSI-Rockin%2FDobieStation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPSI-Rockin%2FDobieStation/lists"}