index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
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
3
-62
/
+84
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
common/telemetry: Migrate core-independent info gathering to common
Lioncash
2018-08-14
3
-62
/
+84
*
|
|
Merge pull request #1104 from Subv/instanced_arrays
bunnei
2018-08-20
2
-4
/
+30
|
\
\
\
|
*
|
|
GLRasterizer: Implemented instanced vertex arrays.
Subv
2018-08-18
2
-4
/
+30
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1115 from Subv/texs_mask
bunnei
2018-08-20
1
-18
/
+18
|
\
\
\
|
*
|
|
Shaders/TEXS: Fixed the component mask in the TEXS instruction.
Subv
2018-08-19
1
-18
/
+18
*
|
|
|
Merge pull request #1112 from Subv/sampler_types
bunnei
2018-08-20
3
-33
/
+250
|
\
\
\
\
|
*
|
|
|
Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather.
Subv
2018-08-19
1
-0
/
+51
|
*
|
|
|
Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions.
Subv
2018-08-19
2
-29
/
+127
|
*
|
|
|
Shader: Added bitfields for the texture type of the various sampling instruct...
Subv
2018-08-19
1
-1
/
+65
|
*
|
|
|
Shaders: Added decodings for TLD4 and TLD4S
Subv
2018-08-19
1
-3
/
+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
76
-634
/
+1562
|
|
\
\
\
\
\
|
*
|
|
|
|
|
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
*
|
|
|
|
|
|
Merge pull request #1120 from ogniK5377/rgba8-uint
bunnei
2018-08-20
4
-45
/
+58
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Implemented RGBA8_UINT
David Marcec
2018-08-20
4
-45
/
+58
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
[prev]
[next]