index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
Age
Commit message (
Expand
)
Author
2018-08-22
Added missing include for pl:u
David Marcec
2018-08-21
PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)
David
2018-08-21
Merge pull request #1145 from lioncash/fwd-decl
bunnei
2018-08-21
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-21
am: Utilize std::array within PopLaunchParameter()
Lioncash
2018-08-21
Merge pull request #1129 from lioncash/header
bunnei
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
Merge pull request #1122 from lioncash/acc
bunnei
2018-08-20
Merge pull request #1095 from DarkLordZach/sysarchives
bunnei
2018-08-20
acc: Replace profile_manager include with a forward declaration
Lioncash
2018-08-20
acc: Simplify WriteBuffer call within LoadImage()
Lioncash
2018-08-20
acc: Correct IProfile's constructor initializer list order
Lioncash
2018-08-20
acc: Remove unused DEFAULT_USER_ID
Lioncash
2018-08-20
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
Lioncash
2018-08-20
profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
Lioncash
2018-08-20
profile_manager: Use type aliases for username data, profile data, and user a...
Lioncash
2018-08-20
profile_manager: Take ProfileInfo by const reference where applicable
Lioncash
2018-08-20
profile_manager: Make array parameter to CreateNewUser a const reference
Lioncash
2018-08-20
profile_manager: Remove unnecessary static
Lioncash
2018-08-20
profile_manager: Simplify UUID's two param constructor, operator==, and opera...
Lioncash
2018-08-20
profile_manager: Move UUID generation function to the cpp file
Lioncash
2018-08-20
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...
Lioncash
2018-08-20
Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermission
bunnei
2018-08-20
Merge pull request #1017 from ogniK5377/better-account
bunnei
2018-08-20
Added CheckFreeCommunicationPermission
David Marcec
2018-08-18
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-17
Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)
greggameplayer
2018-08-16
correct coding style
greggameplayer
2018-08-16
Implement GetDefaultDisplayResolutionChangeEvent
greggameplayer
2018-08-15
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
Merge pull request #1078 from lioncash/message
bunnei
2018-08-15
Merge pull request #1051 from B3n30/UnscheduleEventThreadsafe
bunnei
2018-08-15
Merge pull request #1080 from lioncash/ret
bunnei
2018-08-15
kernel/server_session: Add IsSession() member function
Lioncash
2018-08-15
sm/controller: Correct return value of QueryPointerBufferSize
Lioncash
2018-08-15
lm: Use LOG_DEBUG for printing out trace logs
Lioncash
2018-08-15
lm: Handle threads and modules within the logger
Lioncash
2018-08-14
Merge pull request #1072 from lioncash/svc
bunnei
2018-08-14
Merge pull request #1056 from lioncash/mm
bunnei
2018-08-14
kernel/svc: Log svcBreak parameters
Lioncash
2018-08-14
Merge pull request #1055 from lioncash/init
bunnei
2018-08-13
Merge pull request #1046 from ogniK5377/missing-channels
Mat M
2018-08-13
mm_u: Forward all old variants of functions to the new ones
Lioncash
2018-08-13
mm_u: Move implementation class into the cpp file
Lioncash
2018-08-13
audout_u: Correct IAudioOut initializer list order
Lioncash
2018-08-13
Core::CoreTiming: add UnscheduleEventThreadsafe
B3n30
2018-08-13
kernel/object: Tighten object against data races
Lioncash
2018-08-13
Registered missing channel devices
David Marcec
2018-08-13
Added missing channel devices
David Marcec
2018-08-12
Merge pull request #1043 from Subv/timing
bunnei
[next]