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
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
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-12
service: time: Update current time with changes to RTC setting.
bunnei
2020-08-14
time_zone_content_manager: Collapse auto and default case
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-07-11
Merge pull request #4203 from VolcaEM/services
bunnei
2020-06-29
service: Update function tables
VolcaEM
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-05-12
time_zone: Use std::chrono::seconds for strong typing.
bunnei
2020-05-11
hle: service: time_zone_manager: Use current time zone setting.
bunnei
2020-04-23
Merge pull request #3730 from lioncash/time
bunnei
2020-04-21
Merge pull request #3698 from lioncash/warning
bunnei
2020-04-19
service/time: Remove reliance on the global system accessor
Lioncash
2020-04-17
time/system_clock_core: Remove unnecessary initializer
Lioncash
2020-04-17
service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as const
Lioncash
2020-04-17
service/time: Add virtual destructors where applicable
Lioncash
2020-04-17
service: time: Update for new shared memory layout.
bunnei
2020-04-16
time_zone_manager: Resolve sign conversion warnings
Lioncash
2020-04-16
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
[prev]
[next]