Skip to content

Commit

Permalink
Set fixed locale for numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb authored Oct 8, 2023
1 parent 6e1dc98 commit 06da9fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions retroarch.c
Original file line number Diff line number Diff line change
Expand Up @@ -4857,6 +4857,7 @@ int rarch_main(int argc, char *argv[], void *data)
command_event(CMD_EVENT_HISTORY_DEINIT, NULL);
retroarch_favorites_deinit();

setlocale(LC_NUMERIC,"C");
retroarch_config_init();

retroarch_deinit_drivers(&runloop_st->retro_ctx);
Expand Down

0 comments on commit 06da9fb

Please sign in to comment.