Skip to content

Commit

Permalink
Add more FPS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Dec 27, 2024
1 parent 5474ed1 commit 86e02d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void retro_set_environment(retro_environment_t cb)

static const struct retro_variable vars[] = {
{ "2048_theme", "Theme (restart); Light|Dark" },
{ "2048_fps", "Framerate (restart); 60|120|240" },
{ "2048_fps", "Framerate (restart); 60|72|75|90|100|119|120|144|155|160|165|180|200|240|244|300|320|360|480|540" },
{ NULL, NULL },
};

Expand Down

0 comments on commit 86e02d3

Please sign in to comment.