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
/
am
/
am.cpp
Age
Commit message (
Expand
)
Author
2023-02-21
service: refactor server architecture
Liam
2023-02-15
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-15
Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usage
liamwhite
2023-02-14
service: remove deleted services
Liam
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-11-22
general: fix compile for Apple Clang
Liam
2022-10-30
service: am: Stub SetRecordVolumeMuted
german77
2022-10-12
kernel: remove KWritableEvent
Liam
2022-09-01
Demote services from warning/info to debug to reduce log spam:
Kelebek1
2022-07-22
Project Andio
Kelebek1
2022-07-17
implement resume message
Gus Caplan
2022-07-14
service am: Update service tables to 14.0.0
german77
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-20
service: am: Stub PerformSystemButtonPressingIfInFocus
Narr the Reg
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-06
service: jit: stub JIT service
Liam
2022-03-14
core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and ...
bunnei
2022-02-21
service: am: Update enum names to match documentation
Narr the Reg
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
profile: Migrate to the new UUID implementation
Morph
2021-12-02
service: am: ISelfController: Stub SaveCurrentScreenshot
Morph
2021-11-16
Settings: eliminate rescaling_factor.
Fernando Sahmkow
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-10-04
Merge pull request #7103 from Morph1984/service-ctx-event
bunnei
2021-10-01
service: am: Make use of Exit to exit the currently running application
Morph
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-09-26
service/am: Update to 13.0.0
german77
2021-09-10
am: Implement GetNotificationStorageChannelEvent
german77
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-07-14
applets: Append applet_ prefix to backend applets
Morph
2021-06-28
general: Make most settings a BasicSetting
lat9nq
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
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
fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly c...
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
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: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-04-23
ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEna...
Morph
[prev]
[next]