1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00
RetroArch/tasks
bulzipke 8adc24ecbc
(3DS) Add bottom screen menu (#12470)
* (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
2021-09-03 18:14:03 +02:00
..
task_audio_mixer.c reorder structs, alignment 2020-08-15 00:35:15 +02:00
task_audio_mixer.h Merge audio_driver.c into retroarch.c 2019-06-17 12:49:21 +02:00
task_autodetect_blissbox.c Cleanups 2020-10-10 18:10:22 +02:00
task_autodetect.c consolidate and comment input_remapping.h 2021-07-06 16:13:43 -04:00
task_bluetooth.c Add bluetoothctl bluetooth driver 2020-06-24 12:53:27 +03:00
task_content_disc.c task_content_disc.c - header include cleanups 2021-05-21 14:10:44 +02:00
task_content.c Add API extension for setting 'need_fullpath' based on content file extension and to request persistent frontend content data buffers 2021-06-01 15:28:39 +01:00
task_content.h (QT) Populate 'db_name' and 'crc32' fields when adding entries to content history 2020-03-06 14:00:04 +00:00
task_core_backup.c (core_info) Performance optimisations + code clean-ups/refactors 2021-04-26 14:30:31 +01:00
task_core_updater.c Merge pull request #12157 from Jamiras/task_http_cleanup 2021-03-16 09:06:58 +01:00
task_database_cue.c Add ctype variants to stdstring and use it in RA 2020-09-27 22:15:32 +02:00
task_database.c Use more path_basename_nocompression where we don't have to deal with 2021-04-11 18:46:50 +02:00
task_decompress.c task_decompress.c - get rid of logging 2020-01-25 17:22:24 +01:00
task_file_transfer.c Add HAVE_AUDIOMIXER switch 2019-07-11 11:51:06 +02:00
task_file_transfer.h Cleanup 2020-08-24 14:35:25 +02:00
task_http.c add helper function for accessing connection method 2021-07-27 21:02:14 -06:00
task_image.c Cleanup 2020-08-24 14:35:25 +02:00
task_manual_content_scan.c Struct reordering 2020-08-14 18:58:09 +02:00
task_netplay_find_content.c (libretro-common) Rename rhash to lrc_hash 2020-12-28 19:55:54 +01:00
task_netplay_lan_scan.c Improve HAVE_NETWORKING and HAVE_NETPLAYDISCOVERY ifdefs; remove 2021-08-12 16:44:07 +02:00
task_netplay_nat_traversal.c implement natt fix from void() 2021-07-08 22:52:19 -04:00
task_overlay.c consolidate and comment input_remapping.h 2021-07-06 16:13:43 -04:00
task_patch.c added multi-softpatching support + OSD messages for patches (#9947) 2021-04-30 14:12:47 +02:00
task_pl_thumbnail_download.c Use path_basename_nocompression where we are sure we are not 2021-04-11 17:44:41 +02:00
task_playlist_manager.c (Playlist) Optimise scanning of large rom sets 2021-06-29 14:50:19 +01:00
task_powerstate.c reorder structs, alignment 2020-08-15 00:35:15 +02:00
task_powerstate.h Header cleanups 2019-01-20 03:16:58 +01:00
task_save.c (3DS) Add bottom screen menu (#12470) 2021-09-03 18:14:03 +02:00
task_screenshot.c Add configuration options to sort save files, save states, and screenshots into folders named after the content directory folder. 2020-08-20 19:29:00 -05:00
task_wifi.c CXX_BUILD build fixes 2021-02-08 09:35:57 +01:00
tasks_internal.h Improve HAVE_NETWORKING and HAVE_NETPLAYDISCOVERY ifdefs; remove 2021-08-12 16:44:07 +02:00