mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
* (3DS) Add bottom screen menu -> User can save/load state on botom screen with thumbnail. -> Call a save_state_to_file() when RAM state has data to write a disk. -> If the bottom screen needs updating, swap the bottom framebuffers. Add: SAVE/LODE STATE TO RAM -> This is useful for devices with slow I/O -> 3DS bottom save state use CMD_EVENT_SAVE_STATE_TO_RAM -> 3DS bottom load state use CMD_EVENT_LOAD_STATE when RAM state has no data -> 3DS bottom load state use CMD_EVENT_LOAD_STATE_FROM_RAM when RAM sate has data * Rewrite path_get_state to retroarch_get_current_savestate_path * Fix unterminated state_path |
||
---|---|---|
.. | ||
task_audio_mixer.c | ||
task_audio_mixer.h | ||
task_autodetect.c | ||
task_autodetect_blissbox.c | ||
task_bluetooth.c | ||
task_content.c | ||
task_content.h | ||
task_content_disc.c | ||
task_core_backup.c | ||
task_core_updater.c | ||
task_database.c | ||
task_database_cue.c | ||
task_decompress.c | ||
task_file_transfer.c | ||
task_file_transfer.h | ||
task_http.c | ||
task_image.c | ||
task_manual_content_scan.c | ||
task_netplay_find_content.c | ||
task_netplay_lan_scan.c | ||
task_netplay_nat_traversal.c | ||
task_overlay.c | ||
task_patch.c | ||
task_pl_thumbnail_download.c | ||
task_playlist_manager.c | ||
task_powerstate.c | ||
task_powerstate.h | ||
task_save.c | ||
task_screenshot.c | ||
task_wifi.c | ||
tasks_internal.h |