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"));