MCPcopy Create free account
hub / github.com/doldecomp/mkdd / store

Method store

src/Osako/SystemFile.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void SystemFile::store()
69{
70 gSystemRecord = mFileData[mCurrentIndex].mSystemRecord;
71 gSystemRecord.applyAudioSetting();
72}
73
74int SystemFile::getAccessWay() { return 1; }
75char *SystemFile::getFileName() { return mspFileNameString; }

Callers 1

waitReadFunction · 0.45

Calls 1

applyAudioSettingMethod · 0.80

Tested by

no test coverage detected