mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
clang format fix
This commit is contained in:
parent
5c7545198e
commit
1613e22d99
1 changed files with 2 additions and 2 deletions
|
@ -1020,10 +1020,10 @@ int PS4_SYSV_ABI sceUserServiceGetTraditionalChineseInputType() {
|
|||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI sceUserServiceGetUserColor(int user_id,int *color) {
|
||||
s32 PS4_SYSV_ABI sceUserServiceGetUserColor(int user_id, int* color) {
|
||||
// TODO fix me better
|
||||
PRINT_DUMMY_FUNCTION_NAME();
|
||||
*color=0; // blue
|
||||
*color = 0; // blue
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue