Skip to content

Commit

Permalink
2.3.9 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiLko committed Jan 14, 2025
1 parent 6fd3c48 commit 1d6f1b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions src/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));

Expand Down

0 comments on commit 1d6f1b2

Please sign in to comment.