Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PCSX2/pcsx2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SirMangler/pcsx2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.

Commits on Jun 8, 2023

  1. Copy the full SHA
    d715e05 View commit details
  2. Copy the full SHA
    371136c View commit details
  3. UI Alterations

    - Replaced the menu Icon with the Exploded PS2.
    - Adjusted the Grid View.
    - Changed the display of the FPS counter to something more simplified.
    - Interlaced/Progressive now display as either i/p.
    - Removed settings that aren't needed for UWP.
    - Added a default Quick Menu hotkey and controller mappings.
    TheRhysWyrill committed Jun 8, 2023
    Copy the full SHA
    67e241a View commit details
  4. Settings Defaults

    - Networking enabled.
    - OSD Scale set to 200.
    - VSync Enabled.
    - Internal Resolution set to 3x.
    TheRhysWyrill committed Jun 8, 2023
    Copy the full SHA
    6c2d3fc View commit details
  5. Copy the full SHA
    0a4a69e View commit details
  6. Copy the full SHA
    1ece943 View commit details
  7. UWP/WINRT: Build Improvements

    GABO1423 authored and TheRhysWyrill committed Jun 8, 2023
    Copy the full SHA
    a07f0d0 View commit details
  8. UWP/WINRT: Add Missing File

    GABO1423 authored and TheRhysWyrill committed Jun 8, 2023
    Copy the full SHA
    dc8e608 View commit details
  9. Update issue templates

    SirMangler authored and TheRhysWyrill committed Jun 8, 2023
    Copy the full SHA
    b60f07f View commit details
  10. Remove filters file

    TheRhysWyrill committed Jun 8, 2023
    Copy the full SHA
    4682690 View commit details
  11. Copy the full SHA
    1dbb2bf View commit details
  12. Copy the full SHA
    e326cc5 View commit details
  13. Properly refresh games on boot

    SirMangler authored and TheRhysWyrill committed Jun 8, 2023
    Copy the full SHA
    593fa11 View commit details
  14. Copy the full SHA
    f48e288 View commit details
  15. Copy the full SHA
    d64b954 View commit details
  16. Copy the full SHA
    928af3f View commit details
  17. WINRT/UWP: Add Signing Key

    GABO1423 authored and TheRhysWyrill committed Jun 8, 2023
    Copy the full SHA
    ecc348d View commit details
  18. Expose Disable Vertex Shader Expand

    - Expose Disable Vertex Shader Expand in the settings.
    
    Co-Authored-By: GABO1423 <35014183+GABO1423@users.noreply.github.com>
    TheRhysWyrill and GABO1423 committed Jun 8, 2023
    Copy the full SHA
    6f8fa66 View commit details
  19. DATE_PRIMID Update + FullscreenUI Tweaks

    - Default DATE_PRIMID to a false state, fixes the texture issues present is the GT games and possibly others.
    - Remove the Light Theme toggle from the main menu.
    - Alters the default and minimum value of OSD Scale to be more inline with the values set in the config.
    - Disables XAudio2 as an Output Module option due to it being non-functional.
    - Update all cheat zips to latest.
    TheRhysWyrill committed Jun 8, 2023
    Copy the full SHA
    ea6976c View commit details
  20. Copy the full SHA
    4b7b3bd View commit details

Commits on Jul 9, 2023

  1. Copy the full SHA
    4813716 View commit details
  2. Copy the full SHA
    5429f21 View commit details
  3. UI Alterations

    - Replaced the menu Icon with the Exploded PS2.
    - Adjusted the Grid View.
    - Changed the display of the FPS counter to something more simplified.
    - Interlaced/Progressive now display as either i/p.
    - Removed settings that aren't needed for UWP.
    - Added a default Quick Menu hotkey and controller mappings.
    TheRhysWyrill committed Jul 9, 2023
    Copy the full SHA
    8c97906 View commit details
  4. Settings Defaults

    - Networking enabled.
    - OSD Scale set to 200.
    - VSync Enabled.
    - Internal Resolution set to 3x.
    TheRhysWyrill committed Jul 9, 2023
    Copy the full SHA
    87ffbdb View commit details
  5. Copy the full SHA
    b738e80 View commit details
  6. Copy the full SHA
    b0502f6 View commit details
  7. UWP/WINRT: Build Improvements

    GABO1423 authored and TheRhysWyrill committed Jul 9, 2023
    Copy the full SHA
    8071d62 View commit details
  8. UWP/WINRT: Add Missing File

    GABO1423 authored and TheRhysWyrill committed Jul 9, 2023
    Copy the full SHA
    3d3e7d8 View commit details
  9. Update issue templates

    SirMangler authored and TheRhysWyrill committed Jul 9, 2023
    Copy the full SHA
    6c00e94 View commit details
  10. Copy the full SHA
    8efb67d View commit details
  11. Copy the full SHA
    bed7cb3 View commit details
  12. Properly refresh games on boot

    SirMangler authored and TheRhysWyrill committed Jul 9, 2023
    Copy the full SHA
    128ac84 View commit details
  13. Copy the full SHA
    8485942 View commit details
  14. Copy the full SHA
    84f5ce9 View commit details
  15. Copy the full SHA
    cabf4d1 View commit details
  16. WINRT/UWP: Add Signing Key

    GABO1423 authored and TheRhysWyrill committed Jul 9, 2023
    Copy the full SHA
    4187da5 View commit details
  17. Expose Disable Vertex Shader Expand

    - Expose Disable Vertex Shader Expand in the settings.
    
    Co-Authored-By: GABO1423 <35014183+GABO1423@users.noreply.github.com>
    TheRhysWyrill and GABO1423 committed Jul 9, 2023
    Copy the full SHA
    56a1875 View commit details
  18. DATE_PRIMID Update + FullscreenUI Tweaks

    - Default DATE_PRIMID to a false state, fixes the texture issues present is the GT games and possibly others.
    - Remove the Light Theme toggle from the main menu.
    - Alters the default and minimum value of OSD Scale to be more inline with the values set in the config.
    - Disables XAudio2 as an Output Module option due to it being non-functional.
    - Update all cheat zips to latest.
    TheRhysWyrill committed Jul 9, 2023
    Copy the full SHA
    da8da0e View commit details
  19. Copy the full SHA
    ff01148 View commit details
  20. Copy the full SHA
    cfe52ff View commit details

Commits on Jul 10, 2023

  1. Copy the full SHA
    e5f9db1 View commit details
Showing with 4,004 additions and 87 deletions.
  1. +34 −0 .github/ISSUE_TEMPLATE/bug_report.md
  2. +13 −0 .gitignore
  3. +1 −1 3rdparty/sdl2/SDL
  4. +2,361 −0 PCSX2_qt.sln
  5. BIN bin/resources/fullscreenui/media-cdrom.png
  6. BIN bin/resources/icons/AppIconLarge.png
  7. +3 −0 common/PrecompiledHeader.h
  8. +1 −1 common/Semaphore.cpp
  9. +9 −3 common/StackWalker.cpp
  10. +1 −0 common/WindowInfo.h
  11. +1 −1 common/vsprops/common.props
  12. +656 −0 pcsx2-winrt/App.cpp
  13. BIN pcsx2-winrt/Assets/LockScreenLogo.scale-200.png
  14. BIN pcsx2-winrt/Assets/SplashScreen.scale-200.png
  15. BIN pcsx2-winrt/Assets/Square150x150Logo.scale-200.png
  16. BIN pcsx2-winrt/Assets/Square44x44Logo.scale-200.png
  17. BIN pcsx2-winrt/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
  18. BIN pcsx2-winrt/Assets/StoreLogo.png
  19. BIN pcsx2-winrt/Assets/Wide310x150Logo.scale-200.png
  20. +41 −0 pcsx2-winrt/Package.appxmanifest
  21. +16 −0 pcsx2-winrt/PropertySheet.props
  22. +7 −0 pcsx2-winrt/README.md
  23. +25 −0 pcsx2-winrt/UWPUtils.h
  24. +4 −0 pcsx2-winrt/packages.config
  25. +322 −0 pcsx2-winrt/pcsx2-winrt.vcxproj
  26. +267 −0 pcsx2-winrt/pcsx2-winrt.vcxproj.filters
  27. BIN pcsx2-winrt/pcsx2-winrt_TemporaryKey.pfx
  28. +8 −8 pcsx2/Config.h
  29. +1 −1 pcsx2/Counters.cpp
  30. +6 −0 pcsx2/GS/GS.cpp
  31. +2 −0 pcsx2/GS/GSUtil.cpp
  32. +17 −5 pcsx2/GS/Renderers/DX11/GSDevice11.cpp
  33. +4 −0 pcsx2/GS/Renderers/DX12/D3D12ShaderCache.cpp
  34. +17 −4 pcsx2/GS/Renderers/DX12/GSDevice12.cpp
  35. +6 −0 pcsx2/GS/Renderers/HW/GSRendererHW.cpp
  36. +10 −10 pcsx2/Hotkeys.cpp
  37. +54 −31 pcsx2/ImGui/FullscreenUI.cpp
  38. +8 −8 pcsx2/ImGui/ImGuiOverlays.cpp
  39. +3 −0 pcsx2/Input/DInputSource.cpp
  40. +15 −3 pcsx2/Input/InputManager.cpp
  41. +2 −0 pcsx2/Input/InputManager.h
  42. +2 −0 pcsx2/Input/SDLInputSource.cpp
  43. +3 −0 pcsx2/Input/XInputSource.cpp
  44. +1 −1 pcsx2/MTGS.cpp
  45. +34 −1 pcsx2/PAD/Host/PAD.cpp
  46. +7 −1 pcsx2/Pcsx2Config.cpp
  47. +7 −0 pcsx2/PrecompiledHeader.h
  48. +3 −3 pcsx2/SysForwardDefs.h
  49. +2 −2 pcsx2/VMManager.cpp
  50. +4 −0 pcsx2/packages.config
  51. +25 −3 pcsx2/pcsx2.vcxproj
  52. +1 −0 pcsx2/pcsx2.vcxproj.filters
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- Console: [e.g. Series S]
- Version [e.g. 1.0.0]

**Does this occur on PC PCSX2?**
It's important to know that we cannot fix a lot of issues that exist in the official PC builds of PCSX2.

**Additional context**
Add any other context about the problem here.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -97,3 +97,16 @@ oprofile_data/
CMakeSettings.json
/ci-artifacts/
/out/
/pcsx2-winrt/resources/cheats_ws.zip
/pcsx2-winrt/resources/cheats_ni.zip
/bin
/AppPackages/pcsx2-winrt
/packages
/pcsx2-winrt/resources
/pcsx2-winrt/Generated Files/winrt
/pcsx2-winrt/BundleArtifacts
/pcsx2-winrt/readme.txt
/pcsx2-winrt/pcsx2-winrt_TemporaryKey.pfx
/Search Results.txt
/findstr_CLI.bat
/findstr_CLI(1).bat
2 changes: 1 addition & 1 deletion 3rdparty/sdl2/SDL
Submodule SDL updated 931 files
Loading