| 168 | } |
| 169 | |
| 170 | void CommitBlock( int size ) |
| 171 | { |
| 172 | m_idx += size; |
| 173 | } |
| 174 | |
| 175 | // Freezes an identifier value into the savestate for troubleshooting purposes. |
| 176 | // Identifiers can be used to determine where in a savestate that data has become |
no outgoing calls
no test coverage detected