mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-10-29 12:06:13 +01:00
8 lines
85 B
C++
Executable File
8 lines
85 B
C++
Executable File
#ifdef ST0010_CPP
|
|
|
|
void ST0010::serialize(serializer &s) {
|
|
s.array(ram);
|
|
}
|
|
|
|
#endif
|