[GPU] Make Processor optional for GraphicsSystem setup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user