mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
clang-format
This commit is contained in:
parent
25b826618f
commit
e07c7275d3
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user