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
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
2021-04-17
applets: Send focus state change message on applet state change
Morph
2021-04-15
ILibraryAppletCreator: Implement CreateHandleStorage
Morph
2021-04-15
ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logs
Morph
2021-04-15
applets: Pass in the LibraryAppletMode each applet's constructor
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-07
ISelfController: Update to 11.x
Morph
2021-04-07
IApplicationFunctions: Update to 11.x
Morph
2021-04-07
IDebugFunctions: Update to 12.x
Morph
2021-04-07
ICommonStateGetter: Update to 12.x
Morph
2021-04-07
IGlobalStateController: Update to 12.x
Morph
2021-04-07
IHomeMenuFunctions: Update to 12.x
Morph
2021-03-30
ISelfController: Stub SetAlbumImageTakenNotificationEnabled
Morph
2021-02-13
hle: service: am: IStorageAccessor: Fix out of bounds error handling.
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
[next]