Fix wrong g_fxo->init_crtp name, use just init<>

This commit is contained in:
Nekotekina 2020-02-25 14:07:50 +03:00
parent 318a364d09
commit 9c9c2eb2c9
4 changed files with 5 additions and 5 deletions

View file

@ -868,7 +868,7 @@ void Emulator::Load(const std::string& title_id, bool add_only, bool force_globa
// Workaround for analyser glitches
vm::falloc(0x10000, 0xf0000, vm::main);
g_fxo->init_crtp<named_thread>("SPRX Loader"sv, [this]
g_fxo->init<named_thread>("SPRX Loader"sv, [this]
{
std::vector<std::string> dir_queue;
dir_queue.emplace_back(m_path + '/');