MCPcopy Create free account
hub / github.com/Farama-Foundation/Stable-Retro / data

Method data

src/ui/EmulatorController.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173Retro::GameData* EmulatorController::data() {
174 if (!m_running) {
175 return nullptr;
176 }
177 return m_data.get();
178}
179
180Retro::Scenario* EmulatorController::scenario() {
181 if (!m_running) {

Callers 4

loadStateMethod · 0.45
loadMovieMethod · 0.45
saveStateMethod · 0.45
startMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected