Skip to content

Commit

Permalink
Merge pull request #2165 from Sonicadvance1/remove_migrate_log
Browse files Browse the repository at this point in the history
Core: Removes log about migrating to shared memory mode
  • Loading branch information
Sonicadvance1 committed Nov 22, 2022
2 parents 3c8da3e + 7ae655c commit 8b6e9e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions External/FEXCore/Source/Interface/Core/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1212,8 +1212,6 @@ namespace FEXCore::Context {
IsMemoryShared = true;

if (Config.TSOAutoMigration) {
LogMan::Msg::IFmt("Migrating to shared memory mode");

std::lock_guard<std::mutex> lkThreads(ThreadCreationMutex);
LogMan::Throw::AFmt(Threads.size() == 1, "First MarkMemoryShared called must be before creating any threads");

Expand Down

0 comments on commit 8b6e9e0

Please sign in to comment.