Skip to content

Commit aacfbb9

Browse files
authored
Fix Graphics Problems on Vita (#53)
1 parent ef231b6 commit aacfbb9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
cd SceShaccCgExt
1717
mkdir build && cd build
1818
cmake .. && make -j32 install
19+
cd ../../
20+
git clone https://github.com/rinnegatamante/VitaGL.git
21+
cd VitaGL
22+
git checkout 4e1998a22b667472277c6e14051ca7e8afcf6766
23+
make HAVE_FFP_SHADER_SUPPORT=1 -j${nproc} && make install
1924
- name: Build
2025
working-directory: ./
2126
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You can build like so:
2121
make -f Makefile.vita
2222
```
2323

24-
The `.VPK` will be built at `build/vita`. We also provide binaries on the [Releases](https://github.com/nzp-team/quakespasm/releases/tag/bleeding-edge) page.
24+
The `.VPK` will be built at `build/vita`. We also provide binaries on the [Releases](https://github.com/nzp-team/quakespasm/releases/tag/bleeding-edge) page.

0 commit comments

Comments
 (0)