Files
ppsspp/ext
Henrik Rydgård 2096df52f5 Vendor naett in-tree, de-amalgamated
naett has been a submodule pinned at v0.3.3; upstream has had no commits since
April 2024, and we want to carry local changes (next up: a libcurl-backed HTTPS
path for Linux). It's ~1500 lines of MIT C, smaller than several things we
already vendor, so bring it in-tree and drop the submodule.

Also drop the generated single-file amalgam (naett.c) that every build system
was compiling, and build src/*.c directly instead - otherwise the file you edit
isn't the file that gets compiled, which is a trap for anyone patching this.
example/ and testrig/ (a whole Android Studio project) are gone with it.

Two changes were needed to make the sources build on their own, both noted in
ext/naett/README-ppsspp.md along with the upstream commit:

- naett_internal.h now includes naett.h, which the amalgam pulled in first.
- naett_linux.c now includes stdio.h/stdlib.h. It calls exit/calloc/realloc/
  free/fprintf without ever including either, and only got away with it because
  naett_core.c sat above it in the concatenation.

No functional change - Linux still has HTTPS_NOT_AVAILABLE set, so it doesn't
build naett at all yet.

Rename naett to naett-lib
2026-09-02 17:35:14 +02:00
..
2026-07-26 14:43:00 +02:00
2026-08-11 22:36:47 +02:00
2025-05-29 09:57:51 +02:00
2024-07-27 18:56:13 +02:00
2025-06-10 15:05:18 +02:00
2025-01-19 10:32:07 +01:00
2025-09-19 10:31:51 -06:00
2024-06-03 18:03:57 +02:00
2026-07-01 22:39:53 +02:00
2025-10-15 15:06:11 -04:00
2025-10-17 12:57:51 +02:00
2025-08-24 14:47:05 +02:00
2025-08-24 14:47:05 +02:00
2026-06-16 11:49:40 +02:00
2025-08-24 14:47:05 +02:00
2022-09-04 23:54:14 -07:00
2022-09-04 23:54:14 -07:00