mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
83a1d9ac1f
content_reset_backup_buffers is called, try to make the undo messages nicer. * I'm trying to write to differentiate read/write errors from empty buffer errors. I changed command.c and task_save_state.c so the content_undo funcs are the ones writting the success messages. I was told to use runloop_msg_queue_push() to write to the OSD, but that doesn't seem to be working.