Compare commits

...
2 Commits
5 changed files with 97 additions and 11 deletions
+6
View File
@@ -120,10 +120,16 @@ jobs:
secrets: inherit
# Windows
build_windows_deps:
if: github.repository == 'PCSX2/pcsx2'
name: "Windows Dependencies"
uses: ./.github/workflows/windows_deps_build.yml
build_windows_qt:
if: github.repository == 'PCSX2/pcsx2'
needs:
- cut-release
- build_windows_deps
name: "Windows"
uses: ./.github/workflows/windows_build_qt.yml
with:
+10 -4
View File
@@ -9,6 +9,10 @@ on:
- master
jobs:
build_qt_deps:
name: "Dependencies"
uses: ./.github/workflows/windows_deps_build.yml
# MSBUILD
lint_vs_proj_files:
name: Lint VS Project Files
@@ -21,7 +25,7 @@ jobs:
run: .github\workflows\scripts\windows\validate-vs-filters.ps1
build_qt_sse4:
needs: lint_vs_proj_files
needs: [build_qt_deps, lint_vs_proj_files]
name: "SSE4"
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
uses: ./.github/workflows/windows_build_qt.yml
@@ -33,7 +37,7 @@ jobs:
secrets: inherit
build_qt_avx2:
needs: lint_vs_proj_files
needs: [build_qt_deps, lint_vs_proj_files]
name: "AVX2"
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
uses: ./.github/workflows/windows_build_qt.yml
@@ -44,6 +48,7 @@ jobs:
secrets: inherit
build_qt_cmake:
needs: build_qt_deps
name: "CMake"
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
uses: ./.github/workflows/windows_build_qt.yml
@@ -55,7 +60,7 @@ jobs:
secrets: inherit
build_qt_clang_sse4:
needs: lint_vs_proj_files
needs: [build_qt_deps, lint_vs_proj_files]
name: "SSE4"
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
uses: ./.github/workflows/windows_build_qt.yml
@@ -67,7 +72,7 @@ jobs:
secrets: inherit
build_qt_clang_avx2:
needs: lint_vs_proj_files
needs: [build_qt_deps, lint_vs_proj_files]
name: "AVX2"
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
uses: ./.github/workflows/windows_build_qt.yml
@@ -78,6 +83,7 @@ jobs:
secrets: inherit
build_qt_cmake_clang:
needs: build_qt_deps
name: "CMake"
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
uses: ./.github/workflows/windows_build_qt.yml
+2 -7
View File
@@ -50,7 +50,7 @@ jobs:
name: ${{ inputs.jobName }}
runs-on: ${{ inputs.os }}
# Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them.
timeout-minutes: 90
timeout-minutes: 30
env:
POWERSHELL_TELEMETRY_OPTOUT: 1
@@ -124,15 +124,10 @@ jobs:
id: cache-deps
uses: actions/cache@v6
with:
fail-on-cache-miss: true
path: deps
key: ${{ inputs.os }} ${{ inputs.platform }} deps ${{ hashFiles('.github/workflows/scripts/windows/build-dependencies.bat', '.github/workflows/scripts/common/*.patch') }}
- name: Build Dependencies
if: steps.cache-deps.outputs.cache-hit != 'true'
env:
DEBUG: 0
BUILD_FFMPEG: 1
run: .github/workflows/scripts/windows/build-dependencies.bat
- name: Generate CMake
if: inputs.configuration == 'CMake'
+41
View File
@@ -0,0 +1,41 @@
name: Windows Build Steps - Deps
on:
workflow_call:
inputs:
os:
required: false
type: string
default: windows-2025-vs2026
platform:
required: false
type: string
default: x64
jobs:
build_windows_deps:
name: "Cache Dependencies"
runs-on: ${{ inputs.os }}
# Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them.
timeout-minutes: 90
env:
POWERSHELL_TELEMETRY_OPTOUT: 1
steps:
- name: Checkout Repository
uses: actions/checkout@v7
- name: Check Dependencies
id: cache-deps
uses: actions/cache@v6
with:
lookup-only: true
path: deps
key: ${{ inputs.os }} ${{ inputs.platform }} deps ${{ hashFiles('.github/workflows/scripts/windows/build-dependencies.bat', '.github/workflows/scripts/common/*.patch') }}
- name: Build Dependencies
if: steps.cache-deps.outputs.cache-hit != 'true'
env:
DEBUG: 0
BUILD_FFMPEG: 1
run: .github/workflows/scripts/windows/build-dependencies.bat
+38
View File
@@ -7336,6 +7336,44 @@ SCKA-20027:
halfPixelOffset: 2 # Aligns post effects.
nativeScaling: 1 # Fixes post effects.
textureInsideRT: 1 # Fixes post shuffles.
patches:
A3643EB1:
content: |-
comment=Rearranging COP2 ops to avoid macflag bad stuff.
// Solves door problems, possibly other issues later on.
patch=0,EE,0010bc88,word,48468800
patch=0,EE,0010bc8c,word,4BEC682C
patch=0,EE,0010bc94,word,4B8D617D
patch=0,EE,0010bc98,word,4A0002FF
patch=0,EE,0012a358,word,48468800
patch=0,EE,0012a35c,word,4BEC682C
patch=0,EE,0012a364,word,4B8D617D
patch=0,EE,0012a368,word,4A0002FF
patch=0,EE,0012a680,word,48468800
patch=0,EE,0012a684,word,4BEC682C
patch=0,EE,0012a68c,word,4B8D617D
patch=0,EE,0012a690,word,4A0002FF
patch=0,EE,0012aafc,word,48468800
patch=0,EE,0012ab00,word,4BEC682C
patch=0,EE,0012ab04,word,4B8D617D
patch=0,EE,0012ab08,word,4A6D617C
patch=0,EE,0012ab0c,word,4A0002FF
patch=0,EE,001644cc,word,48468800
patch=0,EE,001644d0,word,4BEC682C
patch=0,EE,001644d8,word,4B8D617D
patch=0,EE,001644dc,word,4A0002FF
patch=0,EE,001ae958,word,48468800
patch=0,EE,001ae95c,word,4BEC682C
patch=0,EE,001ae960,word,4BED617D
patch=0,EE,001ae968,word,4A0002FF
patch=0,EE,001bd410,word,48588800
patch=0,EE,001bd41c,word,4A5DEF40
patch=0,EE,001bd62c,word,48588800
patch=0,EE,001bd638,word,4A5DEF40
patch=0,EE,001bd9cc,word,48588800
patch=0,EE,001bd9d8,word,4A5DEF40
patch=0,EE,001bdf90,word,48588800
patch=0,EE,001bdf9c,word,4A5DEF40
SCKA-20028:
name: "이코 [PlayStation 2 BigHit Series]"
name-en: "Ico [PlayStation 2 BigHit Series]"