Commit 01768a7
Use 16 KB-aligned ppy.Veldrid.SPIRV fork build via local-packages
The previous pin to `1.0.15-gb66ebf81d2` was the ppy.org build, whose
`runtimes/android-arm64/native/libveldrid-spirv.so` is 4 KB-aligned and
triggers the "Android 16 will require 16 KB page sizes" warning when
packaging the APK.
The winnerspiros fork build `1.0.15-gb268bf39ea` (the version
ppy.osu.Framework 2026.421.1 was originally compiled against) is
properly 16 KB-aligned, but it lives only as a release asset on
`winnerspiros/veldrid-spirv` (release `1.0`) — it is not on nuget.org or
GitHub Packages, so NuGet was silently falling back to the ppy build.
Vendor the correct nupkg under `local-packages/` (with a `.gitignore`
exception so it's tracked despite the root `*.nupkg` rule) and re-add
the `local-packages` source to `NuGet.Config`. Re-pin the SPIRV
reference in `osu.Game.csproj` to the fork version. The pin flows
transitively to every project via existing ProjectReferences.
Verified: ELF PT_LOAD segments in the vendored .so are aligned to
0x4000 (16 KB).
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/dd5477f1-781f-483e-a69a-835fd8edac93
Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>1 parent 439f7e9 commit 01768a7
5 files changed
Lines changed: 36 additions & 7 deletions
File tree
- local-packages
- osu.Game
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments