[CPU] Null backend enough for GPU trace viewing
This commit is contained in:
@@ -477,7 +477,7 @@ void EmulatorApp::EmulatorThread() {
|
||||
// Setup and initialize all subsystems. If we can't do something
|
||||
// (unsupported system, memory issues, etc) this will fail early.
|
||||
X_STATUS result = emulator_->Setup(
|
||||
emulator_window_->window(), emulator_window_->imgui_drawer(),
|
||||
emulator_window_->window(), emulator_window_->imgui_drawer(), true,
|
||||
CreateAudioSystem, CreateGraphicsSystem, CreateInputDrivers);
|
||||
if (XFAILED(result)) {
|
||||
XELOGE("Failed to setup emulator: {:08X}", result);
|
||||
|
||||
Reference in New Issue
Block a user