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
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
2021-02-02
IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent
Morph
2021-01-31
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported
Morph
2021-01-30
am: Stub TryPopFromFriendInvitationStorageChannel
ameerj
2021-01-25
hle: Implement remaining services for Stereo Vision
Chloe Marcec
2021-01-20
hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSlic...
bunnei
2021-01-02
general: Fix various spelling errors
Morph
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-24
service: am: Implement ExecuteProgram and required stubs.
bunnei
2020-11-24
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-15
settings: Preparation for per-game input settings
Morph
2020-10-27
service: Update function tables
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-17
am: Stub GetPreviousProgramIndex
Morph
2020-08-07
Merge pull request #4457 from ogniK5377/SetScreenShotPermission
bunnei
2020-08-01
am: Unstub SetScreenShotPermission
David Marcec
2020-07-30
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
2020-07-27
remove unused variable;
CrazyMax
[next]