Skip to content

Commit

Permalink
Misc: Cleaning house around the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD committed Jan 14, 2025
1 parent 2fef30e commit 962a4a6
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 274 deletions.
4 changes: 0 additions & 4 deletions .github/FUNDING.yml

This file was deleted.

64 changes: 17 additions & 47 deletions .github/ISSUE_TEMPLATE/app_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,26 @@
# Docs - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Application Bug Report
description: Found a problem with the application itself (ie. bad file path handling, UX issue)? Help us improve it.
# Credits to PCSX2 for the base of this yaml
name: Bug Report
description: Found a problem with the emulator? Help us improve it.
title: "[BUG]: "
labels: [Bug]
# assignees:
# - octocat
assignees:
- SternXD
body:
- type: markdown
attributes:
value: |
## Important: Read First
Please do not make support requests on GitHub. Our issue tracker is for tracking bugs and feature requests only
If you need help configuring the emulator please make a request on our forums or contact us on discord.
If you need help configuring the emulator please check out the [wiki](https://wiki.xboxdev.store) or contact us on our discord.
If you are unsure, start with [discord](https://discord.com/invite/TCz3t9k) or the [forums](https://forums.pcsx2.net/index.php).
If you are unsure, start with [discord](https://discord.gg/WCmxvvxHqu).
Please make an effort to make sure your issue isn't already reported.
Please make an effort to make sure your issue isn't already reported on this repo.
Do not create issues involving software piracy of BIOS or ISO files, our rules specifically prohibit this and your issue will be closed.
### Please Avoid Issues Pertaining to the Following:
- We are **not** accepting bug reports for **PSX mode** at this time.
- If you are interested in helping contribute to PSX mode please do so on the forums. Otherwise our recommendation is that you use [Duckstation](https://github.com/stenzek/duckstation/releases/tag/latest).
- We do **not** accept issues relating to **upscaling** at this time.
- We are aware of the various problems with upscaling. The issue spans many games and having hundreds of issues for the same fundamental issues isn't particularly helpful. There are several workarounds for graphical problems that come as a result of upscaling.
- Please try your game at native resolution before creating an issue.
- If your bug is the result of upscaling please use the forums or discord for assistance with various upscaling workarounds. Additionally, the unofficial PCSX2 [Wiki](https://wiki.pcsx2.net/Main_Page) often lists various fixes for upscaling issues.
- We do **not** accept issues relating to Widescreen/no-interlace patches at this time.
- Any issues pertaining to Widescreen/no-interlace patches please forward them to the [patches repository](https://github.com/PCSX2/pcsx2_patches).
- We do **not** accept issues pertaining to Linux builds other than the official AppImage and Flatpak.
- Please contact your packager for support. We have no control over other builds, nor can we investigate any issues, and historically they have been known to be broken.
- This includes pre-configured "distributions" such as EmuDeck, the "AUR", etc.
- type: textarea
id: desc
attributes:
Expand All @@ -57,38 +45,20 @@ body:
- type: input
id: rev
attributes:
label: PCSX2 Revision
label: XBSX2 Revision
description: "Please ensure you are on the latest version before making an issue"
placeholder: "Example: v1.7.1337"
placeholder: "Example: v2.0.8.2"
validations:
required: true
- type: dropdown
id: os
id: console
attributes:
label: Operating System
label: Console
options:
- Windows 11
- Windows 10 (64bit)
- Linux (64bit) - Specify distro below
- macOS 14 (Sonoma)
- macOS 13 (Ventura)
- macOS 12 (Monterey)
- macOS 11 (Big Sur)
- Xbox Series X
- Xbox Series S
- Xbox One X
- Xbox One S
- Xbox One
validations:
required: true
- type: input
id: os-distro
attributes:
label: If Linux - Specify Distro
placeholder: "Example: Arch"
validations:
required: false
- type: textarea
id: logsDumps
attributes:
label: "Logs & Dumps"
description: |
Please feel free to attach any logs here.
If PCSX2 crashed, please post crash logs and the .dmp file (in a zip file) if appropriate.
validations:
required: false
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Support Forums
url: https://forums.pcsx2.net/index.php
about: For community support and answers
- name: Discord
url: https://discord.com/invite/TCz3t9k
about: Get direct support and hang out with us
- name: Wiki
url: https://wiki.pcsx2.net/Main_Page
about: For user provided information and reports
url: https://wiki.xboxdev.store/
about: For assistance with setting up the Emulator
152 changes: 0 additions & 152 deletions .github/ISSUE_TEMPLATE/emu_bug_report.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/pull.yml

This file was deleted.

9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1f7c0d75fec74d6daa6adb084e5b4f71)](https://app.codacy.com/gh/EmulationCollective/XBSX2/dashboard?utm_source=github.com&utm_medium=referral&utm_content=EmulationCollective/XBSX2&utm_campaign=Badge_Grade)
[![Discord Server](https://img.shields.io/discord/1007582798598647889?color=%235CA8FA&label=Emulation%20Collective&logo=discord&logoColor=white)]([https://discord.com/invite/emulation-collective-1007582798598647889](https://discord.gg/emulation-collective-1007582798598647889))

XBSX2 is a free and open-source PlayStation 2 (PS2) emulator. Its purpose is to emulate the PS2's hardware, using a combination of MIPS CPU [Interpreters](<https://en.wikipedia.org/wiki/Interpreter_(computing)>), [Recompilers](https://en.wikipedia.org/wiki/Dynamic_recompilation) and a [Virtual Machine](https://en.wikipedia.org/wiki/Virtual_machine) which manages hardware states and PS2 system memory. This allows you to play PS2 games on your PC, with many additional features and benefits.

## Maintenance
I will maintain this project as time permits, and new builds may be released approximately every three months or so. Please do not contact me asking for updates, as there are no ETAs. Updates are published on a case-by-case basis based on availability and need.

If you are in need of a build, check the [**Actions**](https://github.com/EmulationCollective/XBSX2/actions/workflows/buildwinrtnightly.yml) tab to find the latest available build. Please note that those builds are nightly and have not been tested.
XBSX2 is a fork of [PCSX2](https://github.com/PCSX2/) which is a free and open-source PlayStation 2 (PS2) emulator. Its purpose is to emulate the PS2's hardware, using a combination of MIPS CPU [Interpreters](<https://en.wikipedia.org/wiki/Interpreter_(computing)>), [Recompilers](https://en.wikipedia.org/wiki/Dynamic_recompilation) and a [Virtual Machine](https://en.wikipedia.org/wiki/Virtual_machine) which manages hardware states and PS2 system memory. This allows you to play PS2 games on your PC, with many additional features and benefits.

## System Requirements

Expand All @@ -18,7 +13,7 @@ Please note that a BIOS dump from a legitimately-owned PS2 console is required t

## Building

You can find the compilation instructions here: [BUILDING.md](https://github.com/EmulationCollective/XBSX2/blob/uwp/BUILDING.md)
You can find the compilation instructions here: [BUILDING.md](https://github.com/EmulationCollective/XBSX2/blob/master/pcsx2-winrt/BUILDING.md)

## Credits

Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions pcsx2-winrt/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions pcsx2-winrt/pcsx2-winrt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="xbsx2-winrt_TemporaryKey.pfx" />
<None Include="PropertySheet.props" />
<None Include="resources\fonts\Roboto-Regular-copyright" />
<None Include="resources\GameIndex.yaml">
Expand All @@ -195,7 +194,6 @@
<None Include="resources\patches.zip">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="xbsx2_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Image Include="Assets\LockScreenLogo.scale-200.png" />
Expand Down
2 changes: 0 additions & 2 deletions pcsx2-winrt/pcsx2-winrt.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@
<None Include="resources\sounds\achievements\unlock.wav">
<Filter>resources\sounds\achievements</Filter>
</None>
<None Include="xbsx2_TemporaryKey.pfx" />
<None Include="xbsx2-winrt_TemporaryKey.pfx" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down
Binary file removed pcsx2-winrt/xbsx2-winrt_TemporaryKey.pfx
Binary file not shown.
Binary file removed pcsx2-winrt/xbsx2_TemporaryKey.pfx
Binary file not shown.

0 comments on commit 962a4a6

Please sign in to comment.