Merge pull request #482 from rofl0r/pr481new

PR 481 redone
This commit is contained in:
zeromus 2021-11-02 10:37:13 -04:00 committed by GitHub
commit 2468b1dbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2373,6 +2373,10 @@ static void Modify_Frameskip(GSimpleAction *action, GVariant *parameter, gpointe
if (!autoframeskip) { if (!autoframeskip) {
Frameskip = autoFrameskipMax; Frameskip = autoFrameskipMax;
} }
char buf[255];
snprintf(buf, sizeof buf, "Frameskip value is set to %s", string);
driver->AddLine(buf);
g_simple_action_set_state(action, parameter);
} }
/////////////////////////////// TOOLS MANAGEMENT /////////////////////////////// /////////////////////////////// TOOLS MANAGEMENT ///////////////////////////////