MCPcopy Create free account
hub / github.com/clementgallet/libTAS / registerSavestate

Method registerSavestate

src/program/ui/WindowManager.cpp:418–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void WindowManager::registerSavestate(int slot, unsigned long long frame)
419{
420 if (inputEditorWindow_) {
421 inputEditorWindow_->inputEditorView->inputEditorModel->registerSavestate(slot, frame);
422 }
423}
424
425void WindowManager::addTimeTrace(int type, unsigned long long hash, std::string stacktrace)
426{

Callers 1

slotRegisterSavestateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected