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