index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
am: Utilize std::array within PopLaunchParameter()
Lioncash
2018-08-21
1
-3
/
+4
*
Merge pull request #1143 from lioncash/inc
bunnei
2018-08-21
2
-1
/
+1
|
\
|
*
sdmc_factory: Remove unnecessary core include
Lioncash
2018-08-21
2
-1
/
+1
*
|
perf_stats: Change MAX_LAG_TIME_US to an appropriate value
MerryMage
2018-08-21
1
-1
/
+1
|
/
*
Merge pull request #1129 from lioncash/header
bunnei
2018-08-21
8
-8
/
+34
|
\
|
*
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
6
-5
/
+22
|
*
romfs_factory: Remove unnecessary includes and use forward declarations where...
Lioncash
2018-08-20
3
-3
/
+12
*
|
Merge pull request #1126 from lioncash/telem
bunnei
2018-08-20
1
-4
/
+4
|
\
\
|
*
|
telemetry_session: Don't allocate std::string instances for program lifetime ...
Lioncash
2018-08-20
1
-4
/
+4
*
|
|
Merge pull request #1122 from lioncash/acc
bunnei
2018-08-20
4
-57
/
+61
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
acc: Replace profile_manager include with a forward declaration
Lioncash
2018-08-20
2
-2
/
+6
|
*
|
acc: Simplify WriteBuffer call within LoadImage()
Lioncash
2018-08-20
1
-3
/
+3
|
*
|
acc: Correct IProfile's constructor initializer list order
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
acc: Remove unused DEFAULT_USER_ID
Lioncash
2018-08-20
1
-3
/
+0
|
*
|
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
profile_manager: Use type aliases for username data, profile data, and user a...
Lioncash
2018-08-20
2
-19
/
+22
|
*
|
profile_manager: Take ProfileInfo by const reference where applicable
Lioncash
2018-08-20
2
-8
/
+8
|
*
|
profile_manager: Make array parameter to CreateNewUser a const reference
Lioncash
2018-08-20
2
-2
/
+2
|
*
|
profile_manager: Remove unnecessary static
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
profile_manager: Simplify UUID's two param constructor, operator==, and opera...
Lioncash
2018-08-20
1
-6
/
+4
|
*
|
profile_manager: Move UUID generation function to the cpp file
Lioncash
2018-08-20
2
-10
/
+12
|
*
|
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...
Lioncash
2018-08-20
1
-2
/
+2
*
|
|
Merge pull request #1095 from DarkLordZach/sysarchives
bunnei
2018-08-20
8
-20
/
+100
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
2018-08-20
3
-2
/
+3
|
*
|
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-18
7
-20
/
+99
*
|
|
Merge pull request #1064 from lioncash/telemetry
bunnei
2018-08-20
1
-62
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
common/telemetry: Migrate core-independent info gathering to common
Lioncash
2018-08-14
1
-62
/
+7
*
|
|
Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermission
bunnei
2018-08-20
1
-1
/
+8
|
\
\
\
|
*
|
|
Added CheckFreeCommunicationPermission
David Marcec
2018-08-20
1
-1
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1017 from ogniK5377/better-account
bunnei
2018-08-20
13
-74
/
+440
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Better UUID randomness
David Marcec
2018-08-12
1
-2
/
+7
|
*
|
Removed un-needed count from ListOpenUsers and ListAllUsers
David Marcec
2018-08-12
1
-4
/
+2
|
*
|
Added better explanations in the profile manager
David Marcec
2018-08-12
2
-1
/
+34
|
*
|
Code cleanup for profile manager
David Marcec
2018-08-12
3
-40
/
+47
|
*
|
Removed const from ProfileBase Invalidate
David Marcec
2018-08-12
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
37
-148
/
+758
|
|
\
\
|
*
|
|
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-09
1
-1
/
+3
|
*
|
|
Inital pass of account backend implementation
David Marcec
2018-08-09
3
-12
/
+22
|
*
|
|
GetProfileBase and GetProfileBaseAndData added
David Marcec
2018-08-08
3
-44
/
+106
[next]