[Core] Initialize all members of Emulator.
This commit is contained in:
@@ -175,11 +175,11 @@ class Emulator {
|
||||
std::unique_ptr<vfs::VirtualFileSystem> file_system_;
|
||||
|
||||
std::unique_ptr<kernel::KernelState> kernel_state_;
|
||||
threading::Thread* main_thread_ = nullptr;
|
||||
uint32_t title_id_ = 0; // Currently running title ID
|
||||
threading::Thread* main_thread_;
|
||||
uint32_t title_id_; // Currently running title ID
|
||||
|
||||
bool paused_ = false;
|
||||
bool restoring_ = false;
|
||||
bool paused_;
|
||||
bool restoring_;
|
||||
threading::Fence restore_fence_; // Fired on restore finish.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user