index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
acc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3822 from ogniK5377/GetAccountId
bunnei
2020-05-03
1
-5
/
+8
|
\
|
*
acc: Return a unique value per account for GetAccountId
David Marcec
2020-04-29
1
-5
/
+8
*
|
Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fix
bunnei
2020-05-01
2
-22
/
+15
|
\
\
|
*
|
acc: Fix InitializeApplicationInfo
David Marcec
2020-04-29
2
-22
/
+15
|
|
/
*
|
Updated comment to reflect ListQualifiedUsers better
David Marcec
2020-04-29
1
-1
/
+3
*
|
account: ListQualifiedUsers
David Marcec
2020-04-29
5
-3
/
+13
|
/
*
service: Update function tables
Lioncash
2020-04-20
2
-0
/
+3
*
core: Initialize several structs that make use of Common::UUID.
bunnei
2020-01-04
3
-21
/
+22
*
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
2
-0
/
+4
|
\
|
*
service: Update function tables
Lioncash
2019-11-12
2
-0
/
+4
*
|
service: Resolve sign conversion errors
Lioncash
2019-11-12
2
-5
/
+5
|
/
*
service/acc: Lower log severity from INFO to DEBUG
FearlessTobi
2019-09-22
1
-7
/
+7
*
Merge pull request #2667 from DarkLordZach/profile-editor
bunnei
2019-09-14
5
-10
/
+130
|
\
|
*
acc_su: Implement GetProfileEditor (205)
Zach Hilman
2019-07-03
3
-1
/
+13
|
*
acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'
Zach Hilman
2019-07-03
1
-1
/
+73
|
*
profile_manager: Add setter for ProfileBase and ProfileData
Zach Hilman
2019-07-03
2
-0
/
+13
|
*
acc: Add IProfileCommon for IProfile and IProfileEditor
Zach Hilman
2019-07-03
1
-8
/
+31
*
|
Addressed issues
David Marcec
2019-06-28
2
-17
/
+12
*
|
Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted
David Marcec
2019-06-27
4
-6
/
+114
|
/
*
service/acc: Silence truncation warnings
Lioncash
2019-06-21
1
-3
/
+3
*
Addressed issues
David Marcec
2019-06-17
2
-7
/
+12
*
Cleanup
David Marcec
2019-06-16
10
-27
/
+36
*
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...
David Marcec
2019-06-16
3
-4
/
+32
*
constants: Extract backup JPEG used by account services
Zach Hilman
2019-06-07
1
-16
/
+4
*
mii_manager: Cleanup and optimization
Zach Hilman
2019-04-25
1
-4
/
+4
*
common: Extract UUID to its own class
Zach Hilman
2019-04-25
3
-78
/
+28
*
service: Update service function tables
Lioncash
2019-04-11
4
-0
/
+24
*
Merge pull request #1801 from ogniK5377/log-before-execute
bunnei
2018-11-29
1
-2
/
+3
|
\
|
*
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-26
1
-2
/
+3
*
|
profile_manager: Save and load ProfileData from disk
Zach Hilman
2018-11-26
3
-17
/
+19
|
/
*
Merge pull request #1697 from lioncash/acc
bunnei
2018-11-14
2
-15
/
+23
|
\
|
*
profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSa...
Lioncash
2018-11-14
1
-4
/
+5
|
*
profile_manager: Move UUID Format function definitions into the cpp file
Lioncash
2018-11-14
2
-11
/
+18
*
|
service/acc: Correct error case within TrySelectUserWithoutInteraction()
Lioncash
2018-11-14
1
-2
/
+4
|
/
*
fixed spelling error
David Marcec
2018-11-07
1
-1
/
+1
*
Added missing log
David Marcec
2018-11-07
1
-0
/
+1
*
Implement acc:TrySelectUserWithoutInteraction
David Marcec
2018-11-07
5
-3
/
+25
*
Merge pull request #1615 from lioncash/input
bunnei
2018-11-01
1
-1
/
+2
|
\
|
*
configure_system: Contrain profile usernames to 32 characters
Lioncash
2018-10-31
1
-1
/
+2
*
|
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-1
/
+1
|
/
*
Merge pull request #1576 from lioncash/acc-warn
bunnei
2018-10-25
1
-25
/
+27
|
\
|
*
service/acc: Move fallback image to file scope
Lioncash
2018-10-24
1
-14
/
+13
|
*
service/acc: Silence compiler warnings
Lioncash
2018-10-24
1
-5
/
+8
|
*
service/acc: Early return in failure case in LoadImage()
Lioncash
2018-10-24
1
-8
/
+8
*
|
profile_manager: Use std::optional instead of boost::optional
Lioncash
2018-10-24
2
-42
/
+47
|
/
*
profile_manager: Create save data if it doesn't exist on use
Zach Hilman
2018-10-23
2
-13
/
+37
*
acc: Fix account UUID duplication error
Zach Hilman
2018-10-23
3
-7
/
+28
*
configure_system: Clear selection after user delete
Zach Hilman
2018-10-23
1
-1
/
+1
*
profile_manager: Load user icons, names, and UUIDs from system save
Zach Hilman
2018-10-23
3
-24
/
+123
*
acc: Load user images from config dir
Zach Hilman
2018-10-23
1
-9
/
+45
[next]