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
*
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
|
*
|
began initial implementation of "ProfileManager"
David Marcec
2018-08-08
5
-44
/
+202
|
*
|
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
*
|
|
Merge pull request #1090 from lioncash/ctor-assign
bunnei
2018-08-17
1
-0
/
+6
|
\
\
\
|
*
|
|
core: Delete System copy/move constructors and assignment operators
Lioncash
2018-08-16
1
-0
/
+6
*
|
|
|
Merge pull request #1093 from greggameplayer/GetDefaultDisplayResolutionChang...
bunnei
2018-08-17
2
-1
/
+13
|
\
\
\
\
|
*
|
|
|
correct coding style
greggameplayer
2018-08-16
1
-1
/
+1
|
*
|
|
|
Implement GetDefaultDisplayResolutionChangeEvent
greggameplayer
2018-08-16
2
-1
/
+13
*
|
|
|
|
Merge pull request #1087 from MerryMage/dynarmic
bunnei
2018-08-16
1
-0
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
dynarmic: Update to 550d662
MerryMage
2018-08-16
1
-0
/
+3
*
|
|
|
|
Merge pull request #1085 from lioncash/namespace
bunnei
2018-08-16
2
-12
/
+14
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-15
2
-12
/
+14
|
|
/
/
/
*
|
|
|
Merge pull request #1075 from lioncash/include
bunnei
2018-08-16
4
-35
/
+22
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
loader/nca: Remove unnecessary includes and member variables
Lioncash
2018-08-15
2
-20
/
+11
|
*
|
|
loader/xci: Remove unnecessary includes and member variables
Lioncash
2018-08-15
2
-15
/
+11
*
|
|
|
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
24
-58
/
+1135
|
\
\
\
\
|
*
|
|
|
registration: Various style and documentation improvements
Zach Hilman
2018-08-12
3
-18
/
+22
|
*
|
|
|
registration: Add support for force overwrite of installed
Zach Hilman
2018-08-11
2
-22
/
+48
|
*
|
|
|
vfs_real: Add CreateFullPath to Create* operations
Zach Hilman
2018-08-11
2
-13
/
+6
|
*
|
|
|
control_metadata: Remove unnecessary reference to base file
Zach Hilman
2018-08-11
2
-2
/
+1
|
*
|
|
|
romfs: Remove cyclic shared_ptr leak in romfs code
Zach Hilman
2018-08-11
3
-8
/
+8
|
*
|
|
|
registration: Update documentation and style
Zach Hilman
2018-08-11
5
-42
/
+69
|
*
|
|
|
nca_metadata: Remove unnecessary reference to base file
Zach Hilman
2018-08-11
2
-3
/
+2
|
*
|
|
|
bis_factory: Create NAND dirs if they don't exist
Zach Hilman
2018-08-11
1
-2
/
+9
|
*
|
|
|
registration: Take RawCopy function as parameter
Zach Hilman
2018-08-11
2
-10
/
+15
|
*
|
|
|
registered_cache: Fix missing reading from yuzu_meta
Zach Hilman
2018-08-11
1
-7
/
+16
|
*
|
|
|
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
6
-27
/
+38
|
*
|
|
|
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-11
2
-1
/
+2
[next]