Home
last modified time | relevance | path

Searched refs:RASTATE_MEM_BLOCK (Results 1 – 1 of 1) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/tasks/
H A Dtask_save.c72 #define RASTATE_MEM_BLOCK "MEM " macro
648 content_write_block_header(output, RASTATE_MEM_BLOCK, size->coremem_size); in content_write_serialized_state()
1054 if (memcmp(marker, RASTATE_MEM_BLOCK, 4) == 0) in content_load_rastate1()