mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Remove some unneeded logging (#16298)
This commit is contained in:
parent
a3fe9c0ee2
commit
9dfa1df39e
@ -1609,6 +1609,7 @@ void command_event_set_replay_auto_index(settings_t *settings)
|
|||||||
|
|
||||||
configuration_set_int(settings, settings->ints.replay_slot, max_idx);
|
configuration_set_int(settings, settings->ints.replay_slot, max_idx);
|
||||||
|
|
||||||
|
if (max_idx)
|
||||||
RARCH_LOG("[Replay]: %s: #%d\n",
|
RARCH_LOG("[Replay]: %s: #%d\n",
|
||||||
msg_hash_to_str(MSG_FOUND_LAST_REPLAY_SLOT),
|
msg_hash_to_str(MSG_FOUND_LAST_REPLAY_SLOT),
|
||||||
max_idx);
|
max_idx);
|
||||||
|
@ -831,10 +831,6 @@ bool disk_control_verify_initial_index(
|
|||||||
disk_index_file_set(&disk_control->index_record, 0, NULL);
|
disk_index_file_set(&disk_control->index_record, 0, NULL);
|
||||||
disk_index_file_save(&disk_control->index_record);
|
disk_index_file_save(&disk_control->index_record);
|
||||||
}
|
}
|
||||||
else if (!enabled)
|
|
||||||
{
|
|
||||||
RARCH_LOG("[Disc]: Initial disc index setting disabled.");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* If current disk is correct and recorded image
|
/* If current disk is correct and recorded image
|
||||||
* path is empty (i.e. first run), need to register
|
* path is empty (i.e. first run), need to register
|
||||||
|
Loading…
x
Reference in New Issue
Block a user