head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2026.03.30.16.06.23; author adam; state Exp; branches; next 1.1; commitid 8oWSwqRNBzeg31AG; 1.1 date 2026.03.11.08.13.43; author adam; state Exp; branches; next ; commitid OaQt6gYVlj9Z2xxG; desc @@ 1.2 log @ppsspp: updated to 1.20.3 1.20.3 Fix issue preventing ad hoc relay servers from working when RetroAchievements are enabled on Windows Some ad hoc UI improvements Fix crash/failure setting the background on iOS Fix logging to file Networking settings cleanup Some fixes for assorted rare crashes Fix issues when unpausing using a controller binding Fix missing savestate undo button MMPX texture upscaling algorithm has been restored, the new one has been improved Fix support for custom game config for homebrew apps Improve insets handling on Android @ text @$NetBSD: patch-ext_CMakeLists.txt,v 1.1 2026/03/11 08:13:43 adam Exp $ Use freetype2 from pkgsrc. --- ext/CMakeLists.txt.orig 2026-03-15 17:49:19.000000000 +0000 +++ ext/CMakeLists.txt @@@@ -42,9 +42,6 @@@@ set(FT_REQUIRE_BZIP2 OFF CACHE BOOL "" F set(FT_REQUIRE_PNG OFF CACHE BOOL "" FORCE) set(FT_REQUIRE_HARFBUZZ OFF CACHE BOOL "" FORCE) set(FT_REQUIRE_BROTLI OFF CACHE BOOL "" FORCE) -if(NOT LIBRETRO) - add_subdirectory(freetype freetype-build) -endif() if(NOT LIBRETRO) add_subdirectory(imgui) @ 1.1 log @ppsspp ppsspp-qt libretro-ppsspp: updated to 1.20.2 What's new in 1.20.2 Improved server list for ad hoc multiplayer, dynamically updated and you can now add/remove entries Fix broken multitouch on iOS with OpenGL Ad hoc relay connection improvements Fix a lot of minor UI issues Fix background image selection on Android and iOS Fix file permission issue on iOS Add a "hold" version of axis swap toggle Fix regression in Gripshift Fix crash on audio device switch on Windows Fix timing glitches in gamepad input on Windows And other assorted fixes. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- ext/CMakeLists.txt.orig 2026-03-11 08:03:07.281019249 +0000 d7 1 a7 1 @@@@ -42,9 +42,6 @@@@ set(FT_REQUIRE_BROTLI OFF CACHE BOOL "" FORCE) d12 1 a12 1 - add_subdirectory(freetype) @