comparison saves.h @ 1983:a7b753e260a2 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 09 May 2020 23:39:44 -0700
parents c3c62dbf1ceb
children
comparison
equal deleted inserted replaced
1937:cafde1255ad3 1983:a7b753e260a2
5 #include <stdint.h> 5 #include <stdint.h>
6 #include "system.h" 6 #include "system.h"
7 7
8 #define QUICK_SAVE_SLOT 10 8 #define QUICK_SAVE_SLOT 10
9 #define SERIALIZE_SLOT 11 9 #define SERIALIZE_SLOT 11
10 #define EVENTLOG_SLOT 12
10 11
11 typedef struct { 12 typedef struct {
12 char *desc; 13 char *desc;
13 time_t modification_time; 14 time_t modification_time;
14 } save_slot_info; 15 } save_slot_info;