Skip to content

Commit

Permalink
hotfix: Don't unconditionally register fiber lib
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelthegreat authored Oct 10, 2024
1 parent 6e986f8 commit fd4893f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/libraries/libs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ void InitHLELibs(Core::Loader::SymbolsResolver* sym) {
Libraries::ImeDialog::RegisterlibSceImeDialog(sym);
Libraries::AvPlayer::RegisterlibSceAvPlayer(sym);
Libraries::Audio3d::RegisterlibSceAudio3d(sym);
Libraries::Fiber::RegisterlibSceFiber(sym);
}

} // namespace Libraries

0 comments on commit fd4893f

Please sign in to comment.