From 1d6f1b2909c7793ca0a4863adc83249f7a78a11e Mon Sep 17 00:00:00 2001 From: ZIlko Date: Tue, 14 Jan 2025 11:08:18 -0600 Subject: [PATCH] 2.3.9 2 --- changelog.md | 3 ++- src/global.cpp | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3ab31e6..15e768e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # v2.3.9 -* Fixed tps bypass bug when at 240 and enabled. +* Fixed tps bypass bug when at 240 and enabled so that this lucalwise kid can play with tps enabled but at 240tps. +* Made android video args empty by default cus ffmpeg api dies with them i think. # v2.3.8 diff --git a/src/global.cpp b/src/global.cpp index 427ddfc..c8a7eb9 100644 --- a/src/global.cpp +++ b/src/global.cpp @@ -359,6 +359,9 @@ PauseLayer* Global::getPauseLayer() { #ifdef GEODE_IS_ANDROID + if (!g.mod->setSavedValue("defaults_set_15", true)) + g.mod->setSavedValue("render_video_args", ""); + if (!g.mod->setSavedValue("defaults_set_11", true)) g.mod->setSavedValue("render_codec", std::string("libx264"));