mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
3 lines
66 B
C++
3 lines
66 B
C++
auto ST0010::serialize(serializer& s) -> void {
|
|
s.array(ram);
|
|
}
|