mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Use RARCH_LOG
This commit is contained in:
parent
197ce259f1
commit
9d6086813b
@ -472,9 +472,9 @@ bool content_rename_state(const char *origin, const char *dest)
|
||||
* As it is, when e.g. closing Gambatte, we get the same printf message 4 times.
|
||||
*
|
||||
*/
|
||||
bool content_reset_savestate_backups()
|
||||
bool content_reset_savestate_backups(void)
|
||||
{
|
||||
printf("Resetting undo buffers.\n");
|
||||
RARCH_LOG("Resetting undo buffers.\n");
|
||||
|
||||
if (undo_save_buf.data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user