[App] Lint fix.
This commit is contained in:
parent
9185c36b41
commit
fcd46d56a0
|
@ -2,7 +2,7 @@
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* Xenia : Xbox 360 Emulator Research Project *
|
* Xenia : Xbox 360 Emulator Research Project *
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
* Copyright 2020 Ben Vanik. All rights reserved. *
|
* Copyright 2021 Ben Vanik. All rights reserved. *
|
||||||
* Released under the BSD license - see LICENSE in the root for more details. *
|
* Released under the BSD license - see LICENSE in the root for more details. *
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
*/
|
*/
|
||||||
|
@ -732,7 +732,8 @@ X_STATUS Emulator::CompleteLaunch(const std::filesystem::path& path,
|
||||||
// playing before the video can be seen if doing this in parallel with the
|
// playing before the video can be seen if doing this in parallel with the
|
||||||
// main thread.
|
// main thread.
|
||||||
on_shader_storage_initialization(true);
|
on_shader_storage_initialization(true);
|
||||||
graphics_system_->InitializeShaderStorage(cache_root_, title_id_.value(), true);
|
graphics_system_->InitializeShaderStorage(cache_root_, title_id_.value(),
|
||||||
|
true);
|
||||||
on_shader_storage_initialization(false);
|
on_shader_storage_initialization(false);
|
||||||
|
|
||||||
auto main_thread = kernel_state_->LaunchModule(module);
|
auto main_thread = kernel_state_->LaunchModule(module);
|
||||||
|
|
Loading…
Reference in New Issue