Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
Retro::GameData* EmulatorController::data() {
174
if (!m_running) {
175
return nullptr;
176
}
177
return m_data.get();
178
}
179
180
Retro::Scenario* EmulatorController::scenario() {
181
if (!m_running) {
Callers
4
loadState
Method · 0.45
loadMovie
Method · 0.45
saveState
Method · 0.45
start
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected