mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
Fix uninizialized member warning
This commit is contained in:
parent
7bc08d05c6
commit
14ca11fdf4
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ namespace rsx
|
|||
}
|
||||
|
||||
Emulator::Emulator() noexcept
|
||||
: m_default_renderer(video_renderer::null)
|
||||
{
|
||||
s_emulator_available = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue