clang format fix

This commit is contained in:
georgemoralis 2024-10-10 12:48:07 +03:00
parent 2f21a69c2b
commit 15d354dcbf

View file

@ -62,7 +62,7 @@ int PS4_SYSV_ABI sceGameLiveStreamingGetCurrentBroadcastScreenLayout() {
int PS4_SYSV_ABI sceGameLiveStreamingGetCurrentStatus(OrbisGameLiveStreamingStatus* status) {
status->isOnAir = false;
status->spectatorCounts = 0;
LOG_DEBUG(Lib_GameLiveStreaming, "(STUBBED) called userid = {}",status->userId);
LOG_DEBUG(Lib_GameLiveStreaming, "(STUBBED) called userid = {}", status->userId);
return ORBIS_OK;
}