index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
acc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better UUID randomness
David Marcec
2018-08-11
1
-2
/
+7
*
Removed un-needed count from ListOpenUsers and ListAllUsers
David Marcec
2018-08-11
1
-4
/
+2
*
Added better explanations in the profile manager
David Marcec
2018-08-11
2
-1
/
+34
*
Code cleanup for profile manager
David Marcec
2018-08-11
3
-40
/
+47
*
Removed const from ProfileBase Invalidate
David Marcec
2018-08-11
1
-1
/
+1
*
fixed invalid uuid bool operator
David Marcec
2018-08-11
1
-1
/
+1
*
Added GetOpenUserCount
David Marcec
2018-08-11
3
-3
/
+14
*
Removed all for loops from the profile manager
David Marcec
2018-08-11
1
-9
/
+4
*
Added missing ListAllUsers count
David Marcec
2018-08-11
1
-1
/
+2
*
If statement style change
David Marcec
2018-08-11
1
-11
/
+19
*
Second round of account changes
David Marcec
2018-08-11
3
-18
/
+21
*
First round of account changes
David Marcec
2018-08-11
3
-49
/
+55
*
Refactored profile manager sharing
David Marcec
2018-08-11
10
-20
/
+28
*
Merge remote-tracking branch 'origin/master' into better-account
David Marcec
2018-08-11
1
-1
/
+22
|
\
|
*
Service/Account: stub LoadImage function
mailwl
2018-08-08
1
-1
/
+22
*
|
Added IsUserRegistrationRequestPermitted
David Marcec
2018-08-11
7
-3
/
+19
*
|
Don't add user if the uuid already exists
David Marcec
2018-08-09
1
-0
/
+4
*
|
Open first user added
David Marcec
2018-08-08
1
-1
/
+3
*
|
Inital pass of account backend implementation
David Marcec
2018-08-08
3
-12
/
+22
*
|
GetProfileBase and GetProfileBaseAndData added
David Marcec
2018-08-08
3
-44
/
+106
*
|
began initial implementation of "ProfileManager"
David Marcec
2018-08-08
4
-44
/
+200
*
|
Switched uuids from u128 to new UUID struct
David Marcec
2018-08-08
2
-10
/
+49
|
/
*
acc: Add missing function table entries for GetUserCount
Lioncash
2018-08-08
2
-2
/
+2
*
acc: Stub GetUserCount. (#973)
bunnei
2018-08-08
3
-1
/
+9
*
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
David
2018-08-03
1
-3
/
+27
*
core: Make converting constructors explicit where applicable
Lioncash
2018-07-24
1
-1
/
+1
*
HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.
Subv
2018-07-20
1
-6
/
+8
*
Merge pull request #728 from Subv/acc_profile
bunnei
2018-07-20
1
-7
/
+16
|
\
|
*
HLE/ACC: Return an IProfile that is consistent with what was requested.
Subv
2018-07-19
1
-5
/
+15
|
*
HLE/ACC: Change the default user id to be consistent with what we tell games on startup.
Subv
2018-07-19
1
-2
/
+1
*
|
Merge pull request #727 from Subv/acc_users
bunnei
2018-07-20
1
-4
/
+6
|
\
\
|
*
|
HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.
Subv
2018-07-19
1
-4
/
+6
|
|
/
*
/
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
|
/
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-10
/
+10
*
acc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-10
/
+10
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
9
-36
/
+18
*
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-17
1
-0
/
+8
*
Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services
mailwl
2018-04-10
10
-127
/
+336
*
acc_u0: Stub ListOpenUsers service function.
bunnei
2018-02-19
2
-1
/
+11
*
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-14
1
-2
/
+1
*
acc_u0: Implement ListAllUsers.
bunnei
2018-02-09
2
-2
/
+15
*
logger: Add "account" service logging category.
bunnei
2018-02-04
1
-8
/
+8
*
acc_u0: Stub out GetLastOpenedUser.
bunnei
2018-02-04
2
-0
/
+10
*
acc:u0 : stub GetAccountId
mailwl
2018-02-04
1
-1
/
+9
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-6
/
+6
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
1
-2
/
+2
*
acc, set, applet_oe: stub various functions, add set service (#105)
goaaats
2018-01-19
2
-0
/
+76
*
acc_u0: Add IPC interface and stub InitializeApplicationInfo.
bunnei
2018-01-17
4
-0
/
+80