MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / StoreDriver

Method StoreDriver

Source/ChunkRenderBinary.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void CChunkRenderNSF::StoreDriver(array_view<std::uint8_t> Driver) // // //
115{
116 // Store NSF driver
117 Store(Driver);
118}
119
120void CChunkRenderNSF::StoreChunks(const std::vector<std::shared_ptr<CChunk>> &Chunks) // // //
121{

Callers 2

ExportNSF_NSFEMethod · 0.80
ExportNES_PRGMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected