mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
9 lines
128 B
C++
Executable file
9 lines
128 B
C++
Executable file
#ifdef SRTC_CPP
|
|
|
|
void SRTC::serialize(serializer &s) {
|
|
s.array(rtc);
|
|
s.integer(rtc_mode);
|
|
s.integer(rtc_index);
|
|
}
|
|
|
|
#endif
|