[GPU] Make Processor optional for GraphicsSystem setup

This commit is contained in:
Triang3l
2022-07-05 21:21:22 +03:00
parent bdfd410b13
commit fd03d886e9
9 changed files with 18 additions and 13 deletions

View File

@@ -228,7 +228,7 @@ X_STATUS Emulator::Setup(
// Setup the core components.
result = graphics_system_->Setup(
processor_.get(), kernel_state_.get(),
memory_.get(), processor_.get(), kernel_state_.get(),
display_window_ ? &display_window_->app_context() : nullptr,
display_window_ != nullptr);
if (result) {