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-04-21
core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
german77
2023-03-29
Merge pull request #9505 from liamwhite/request-exit
liamwhite
2023-03-25
applets: implement RequestExit
Liam
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-12
kernel: convert KProcess to new style
Liam
2023-03-06
hle: rename legacy errors to Results
Liam
2023-03-01
nvnflinger: fix name
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-03-01
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-02-27
Merge pull request #9859 from liamwhite/tmem-use
liamwhite
2023-02-24
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-24
am: avoid direct pointer access of transfer memory objects
Liam
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
[next]