RetroArch/frontend
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
..
drivers (3DS) Add bottom screen menu (#12470) 2021-09-03 18:14:03 +02:00
frontend_driver.c Add some PSL1GHT ifdefs 2021-03-06 17:35:31 +01:00
frontend_driver.h (Metal) Fix some build problems 2021-01-19 04:38:07 +01:00
frontend_salamander.c Jdgleaver improvements 2020-11-20 03:55:55 +01:00
frontend.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00