RetroArch/frontend/drivers
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
..
platform_ctr.c (3DS) Add bottom screen menu (#12470) 2021-09-03 18:14:03 +02:00
platform_darwin.m No more leak in CFSearchPathForDirectoriesInDomains 2021-08-07 21:25:18 +02:00
platform_dos.c (Platform) Cleanups + add missing function pointer bind for Darwin 2021-01-16 16:14:03 +01:00
platform_emscripten.c Silenc some warnings 2021-08-09 21:24:03 +02:00
platform_gx.c Move defines files over to libretro-common 2021-05-18 22:15:04 +02:00
platform_orbis.c Cleanups 2021-04-10 20:47:04 +02:00
platform_ps2.c Avoid to start HDD if user boot from different unit 2021-08-15 17:04:52 +02:00
platform_ps3.c Move defines files over to libretro-common 2021-05-18 22:15:04 +02:00
platform_psp.c * (PSP/Vita) Remove unused variables 2021-08-12 18:51:33 +02:00
platform_qnx.c (Platform) Cleanups + add missing function pointer bind for Darwin 2021-01-16 16:14:03 +01:00
platform_switch.c * (PSP/Vita) Remove unused variables 2021-08-12 18:51:33 +02:00
platform_unix.c Add initial webOS port courtesy of informatic/webosbrew/mariotaku 2021-08-11 20:04:11 +02:00
platform_unix.h (Sensors API) Android (crash-)fixes/improvements + add option to disable sensor input 2020-09-14 17:52:45 +01:00
platform_uwp.c simplify getting root drives 2021-08-10 17:31:59 +01:00
platform_wii.c
platform_wiiu.c Simplify video_driver_get_ptr 2021-03-21 17:33:44 +01:00
platform_win32.c C89 buildfix 2021-06-20 23:02:55 +02:00
platform_win32.h
platform_xdk.c (Platform) Cleanups + add missing function pointer bind for Darwin 2021-01-16 16:14:03 +01:00
platform_xdk.h
platform_xenon.c (Platform) Cleanups + add missing function pointer bind for Darwin 2021-01-16 16:14:03 +01:00