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
/
service
/
time
Age
Commit message (
Expand
)
Author
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-05-13
time_zone_manager: Use s8 for month length tables
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
service: Migrate to the new UUID implementation
Morph
2021-11-03
core: Fix transitive include build errors
ameerj
2021-11-03
core: Remove unused includes
ameerj
2021-10-17
settings: Remove std::chrono usage
ameerj
2021-10-07
service: Reduce header include overhead
Morph
2021-10-05
Merge pull request #7115 from ameerj/log-compile
bunnei
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-01
common/logging: Reduce scope of fmt include
ameerj
2021-09-29
style: Remove extra space preceding the :: operator
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-18
service: time: Use GetFileRelative to get files within subdirectories
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-04-26
service: Eliminate cases of member shadowing
Lioncash
2021-04-21
Merge pull request #6214 from Morph1984/time-fix-kirby-clash
bunnei
2021-04-19
general: Write buffers before pushing raw arguments
Morph
2021-04-19
time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshot
Morph
2021-04-19
time: Fix GetClockSnapshotFromSystemClockContext
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-11
Merge pull request #6170 from Morph1984/more-time-fixes
bunnei
2021-04-10
Merge pull request #6167 from Morph1984/time-fix
bunnei
2021-04-08
ITimeZoneService: Update to 12.x
german77
2021-04-08
service: time: Setup the network clock with the local clock context
Morph
2021-04-07
service: time: Fix CalculateStandardUserSystemClockDifferenceByUser
Morph
2021-03-13
Merge pull request #6054 from Morph1984/time-GetClockSnapshot
bunnei
2021-03-10
time: Fix CalculateSpanBetween implementation
Morph
2021-03-10
time: Assign the current time point to the ClockSnapshot
Morph
2021-02-27
Merge pull request #5953 from bunnei/memory-refactor-1
bunnei
2021-02-20
kernel: Fix resource release exception on exit
ameerj
2021-02-18
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2020-12-06
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-26
hle: services: TimeZoneContentManager: This can be made explicit.
bunnei
2020-10-22
Merge pull request #4792 from bunnei/rtc-fix
bunnei
[next]