clang-format

This commit is contained in:
mailwl 2025-05-09 09:36:54 +03:00
parent 25b826618f
commit e07c7275d3
3 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ enum class Class : u8 {
Lib_NpParty, ///< The LibSceNpParty implementation
Lib_Zlib, ///< The LibSceZlib implementation.
Lib_Hmd, ///< The LibSceHmd implementation.
Lib_SigninDialog, ///< The Lib_SigninDialog implementation.
Lib_SigninDialog, ///< The LibSigninDialog implementation.
Frontend, ///< Emulator UI
Render, ///< Video Core
Render_Vulkan, ///< Vulkan backend

View File

@ -54,4 +54,4 @@ void RegisterlibSceSigninDialog(Core::Loader::SymbolsResolver* sym) {
LIB_FUNCTION("LXlmS6PvJdU", "libSceSigninDialog", 1, "libSceSigninDialog", 1, 1, sceSigninDialogTerminate);
};
} // namespace Libraries::SigninDialog
} // namespace Libraries::SigninDialog

View File

@ -19,4 +19,4 @@ s32 PS4_SYSV_ABI sceSigninDialogClose();
s32 PS4_SYSV_ABI sceSigninDialogTerminate();
void RegisterlibSceSigninDialog(Core::Loader::SymbolsResolver* sym);
} // namespace Libraries::SigninDialog
} // namespace Libraries::SigninDialog