From 3a8a53dd72e0318c0ba50cf64a393f6f6fbcdffb Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Tue, 21 May 2024 23:24:32 +0300 Subject: [PATCH] forgot this note! --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506bfa1f..b48d4f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ex: if the loader is named `game_cold_loader.exe`, then it will first try to load `game_cold_loader.ini`, if that doesn't exist, it will fallback to `ColdClientLoader.ini` * corrected callback vs call result in `Steam_Apps::RequestAllProofOfPurchaseKeys()` + added missing callback in `Steam_UGC::RequestUGCDetails()` +* enable controller support by default for the regular emu build * make all switches in build scripts opt-in, nothing is built by default * deprecated and removed the special Git branches `ci-build-*`, they were intended for automation but no longer maintained