Skip to content

Commit

Permalink
only show loading indicator with verbose messages on
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Apr 3, 2024
1 parent 794ef1e commit 48fc341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cheevos/cheevos.c
Original file line number Diff line number Diff line change
Expand Up @@ -3263,7 +3263,8 @@ bool rcheevos_load(const void *data)
rc_hash_reset_cdreader_hooks();

#if defined(HAVE_GFX_WIDGETS)
gfx_widget_set_cheevos_set_loading(true);
if (settings->bools.cheevos_verbose_enable)
gfx_widget_set_cheevos_set_loading(true);
#endif

rc_client_begin_identify_and_load_game(rcheevos_locals.client, RC_CONSOLE_UNKNOWN,
Expand Down
1 change: 0 additions & 1 deletion cheevos/cheevos_locals.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ typedef struct rcheevos_locals_t

#ifdef HAVE_RC_CLIENT
bool hardcore_allowed; /* prevents enabling hardcore if illegal settings detected */
bool is_disconnected; /* indicates there are pending requests */
#else

#ifdef HAVE_GFX_WIDGETS
Expand Down

0 comments on commit 48fc341

Please sign in to comment.