index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missing include for pl:u
David Marcec
2018-08-22
1
-0
/
+1
*
PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)
David
2018-08-21
1
-25
/
+140
*
Merge pull request #1145 from lioncash/fwd-decl
bunnei
2018-08-21
3
-2
/
+3
|
\
|
*
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-21
3
-2
/
+3
*
|
am: Utilize std::array within PopLaunchParameter()
Lioncash
2018-08-21
1
-3
/
+4
|
/
*
Merge pull request #1129 from lioncash/header
bunnei
2018-08-21
3
-5
/
+19
|
\
|
*
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
3
-5
/
+19
*
|
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
4
-16
/
+50
|
\
\
|
|
/
|
/
|
|
*
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-18
4
-16
/
+50
*
|
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
12
-74
/
+438
|
\
\
|
|
/
|
/
|
|
*
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
17
-36
/
+78
|
|
\
|
*
|
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
|
*
|
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
*
|
|
Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)
greggameplayer
2018-08-17
2
-2
/
+22
*
|
|
correct coding style
greggameplayer
2018-08-16
1
-1
/
+1
*
|
|
Implement GetDefaultDisplayResolutionChangeEvent
greggameplayer
2018-08-16
2
-1
/
+13
[next]