index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
am
/
am.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvnflinger: convert to process
Liam
2024-02-18
1
-5
/
+1
*
service: split am into components
Liam
2024-01-30
1
-450
/
+4
*
Implemented qlaunch version of the controller applet
FrozenAra
2023-11-19
1
-0
/
+3
*
service: am: Add support for LLE Software Keyboard Applet
Dzmitry Dubrova
2023-10-31
1
-0
/
+3
*
service: acc: Implement functions needed for profile select (#11653)
Narr the Reg
2023-10-17
1
-0
/
+3
*
service: Stub multiple functions to increase stability of album applet
Narr the Reg
2023-10-08
1
-0
/
+19
*
yuzu: Allow to launch album applet from firmware
Narr the Reg
2023-10-02
1
-0
/
+1
*
service: am: Implement shared buffer
Narr the Reg
2023-10-01
1
-0
/
+16
*
service: am: Set push in arguments according to the launched applet
Narr the Reg
2023-10-01
1
-0
/
+1
*
service: am: Stub to exit applet cleanly
german77
2023-09-24
1
-0
/
+5
*
service: am: Implement stuff needed for Mii Edit
german77
2023-09-24
1
-0
/
+28
*
Merge pull request #11483 from FearlessTobi/save-size-max
liamwhite
2023-09-16
1
-0
/
+1
|
\
|
*
am: Stub GetSaveDataSizeMax
FearlessTobi
2023-09-12
1
-0
/
+1
*
|
am: Remove bcat from PopLaunchParameter
FearlessTobi
2023-09-10
1
-1
/
+0
|
/
*
Merge pull request #11210 from german77/settings
liamwhite
2023-08-05
1
-24
/
+0
|
\
|
*
service: set: Implement system settings for Qlaunch
Narr the Reg
2023-08-03
1
-24
/
+0
*
|
service: am: Fix wrong interface
Narr the Reg
2023-08-02
1
-0
/
+6
|
/
*
am: stub CreateCacheStorage
Liam
2023-05-11
1
-0
/
+1
*
nvnflinger: fix name
Liam
2023-03-01
1
-5
/
+5
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-92
/
+93
*
service: refactor server architecture
Liam
2023-02-21
1
-3
/
+1
*
service: am: Stub SetRecordVolumeMuted
german77
2022-10-30
1
-0
/
+1
*
Project Andio
Kelebek1
2022-07-22
1
-0
/
+1
*
implement resume message
Gus Caplan
2022-07-18
1
-0
/
+1
*
service: am: Stub PerformSystemButtonPressingIfInFocus
Narr the Reg
2022-06-20
1
-0
/
+13
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
service: jit: stub JIT service
Liam
2022-04-07
1
-0
/
+1
*
service: am: Update enum names to match documentation
Narr the Reg
2022-02-22
1
-2
/
+34
*
service: am: ISelfController: Stub SaveCurrentScreenshot
Morph
2021-12-03
1
-0
/
+1
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
1
-11
/
+21
*
am: Implement GetNotificationStorageChannelEvent
german77
2021-09-10
1
-0
/
+2
*
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-06
1
-2
/
+2
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-9
/
+9
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-06
1
-2
/
+2
*
ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled
Morph
2021-04-24
1
-0
/
+1
*
applets: Send focus state change message on applet state change
Morph
2021-04-17
1
-1
/
+2
*
ILibraryAppletCreator: Implement CreateHandleStorage
Morph
2021-04-15
1
-0
/
+1
*
ISelfController: Stub SetAlbumImageTakenNotificationEnabled
Morph
2021-03-30
1
-0
/
+1
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-9
/
+10
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-2
/
+2
*
IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent
Morph
2021-02-02
1
-0
/
+2
*
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported
Morph
2021-01-31
1
-0
/
+1
*
am: Stub TryPopFromFriendInvitationStorageChannel
ameerj
2021-01-31
1
-0
/
+1
*
hle: Implement remaining services for Stereo Vision
Chloe Marcec
2021-01-24
1
-0
/
+1
*
general: Fix various spelling errors
Morph
2021-01-02
1
-1
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-19
/
+11
*
service: am: Implement ExecuteProgram and required stubs.
bunnei
2020-11-25
1
-0
/
+3
*
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-24
1
-5
/
+4
*
am: Stub GetPreviousProgramIndex
Morph
2020-09-18
1
-0
/
+2
*
am: Unstub SetScreenShotPermission
David Marcec
2020-07-31
1
-0
/
+7
*
AM/ISelfController: Stub CreateManagedDisplaySeparableLayer
Morph
2020-07-05
1
-0
/
+1
*
am: Update function tables and add missing classes (#4169)
VolcaEM
2020-06-27
1
-1
/
+1
*
am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent
David Marcec
2020-05-01
1
-1
/
+5
*
Merge pull request #3823 from ogniK5377/setvrmode
Mat M
2020-04-30
1
-0
/
+1
|
\
|
*
am: IsVrModeEnabled & SetVrModeEnabled fixes
David Marcec
2020-04-29
1
-0
/
+1
*
|
am: GetFriendInvitationStorageChannelEvent
David Marcec
2020-04-30
1
-0
/
+2
|
/
*
am: Implement VR related APIs
perillamint
2020-03-27
1
-0
/
+3
*
AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)
Morph
2020-02-27
1
-0
/
+1
*
am: Refactor IStorage interface.
bunnei
2020-02-06
1
-6
/
+24
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-2
/
+2
*
am: Stub QueryApplicationPlayStatistics
Lioncash
2019-11-14
1
-1
/
+2
*
Implement stub for QueryApplicationPlayStatisticsByUid
Michael Scire
2019-11-11
1
-0
/
+1
*
core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility
FearlessTobi
2019-11-03
1
-0
/
+3
*
service/am: Silence -Wreorder
ReinUsesLisp
2019-10-05
1
-2
/
+1
*
am: Unstub PopLaunchParameter and add bcat connection for app-specific data
Zach Hilman
2019-09-30
1
-0
/
+2
*
am: Implement ISelfController Exit
Zach Hilman
2019-09-22
1
-0
/
+3
*
am: Add RequestExit event to AppletMessageQueue
Zach Hilman
2019-09-22
1
-0
/
+2
*
service/am: Remove usages of global system accessors
Lioncash
2019-09-05
1
-11
/
+17
*
AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)
mailwl
2019-09-04
1
-0
/
+3
*
service/am: Implement IsAutoSleepDisabled
Lioncash
2019-07-11
1
-0
/
+1
*
service/am: Implement SetAutoSleepDisabled
Lioncash
2019-07-11
1
-0
/
+2
*
Merge pull request #2651 from DarkLordZach/apm-boost-mode-1
bunnei
2019-07-08
1
-1
/
+4
|
\
|
*
am: Implement SetCpuBoostMode in terms of APM
Zach Hilman
2019-06-29
1
-1
/
+4
*
|
am: Implement GetAccumulatedSuspendedTickValue
Michael Scire
2019-07-06
1
-0
/
+1
|
/
*
applets: Pass current process title ID to applets
Zach Hilman
2019-06-25
1
-2
/
+4
*
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent
David Marcec
2019-06-16
1
-0
/
+3
*
service/am: Implement EnterFatalSection and LeaveFatalSection
Lioncash
2019-03-26
1
-0
/
+3
*
service/am: Sort ISelfController's member functions according to table order
Lioncash
2019-03-26
1
-6
/
+6
*
service/am: Add basic implementation of ChangeMainAppletMasterVolume
Lioncash
2019-03-18
1
-0
/
+8
*
service/am: Unstub SetTransparentVolumeRate()
Lioncash
2019-03-18
1
-0
/
+2
*
service/am: Unstub SetExpectedMasterVolume()
Lioncash
2019-03-18
1
-1
/
+5
*
am: Implement GetSaveDataSize and ExtendSaveData
Zach Hilman
2018-12-27
1
-0
/
+2
*
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
1
-8
/
+4
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
1
-8
/
+8
*
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
1
-4
/
+6
*
am: Move IStorageAccessor to header and update backing buffer
Zach Hilman
2018-11-18
1
-0
/
+26
*
am: Implement CreateTransferMemoryStorage
Zach Hilman
2018-11-18
1
-0
/
+1
*
Stubbed am:EnableApplicationCrashReport
MysticExile
2018-11-17
1
-0
/
+1
*
Fixups
David Marcec
2018-11-07
1
-1
/
+1
*
Ability to switch between docked and undocked mode in-game
David Marcec
2018-11-07
1
-1
/
+28
*
Stubbed home blocking
David Marcec
2018-10-19
1
-0
/
+4
*
Implemented GetDefaultDisplayResolution
David Marcec
2018-09-18
1
-0
/
+1
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+12
*
Added GetBootMode (#1107)
David
2018-08-24
1
-0
/
+1
*
Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)
greggameplayer
2018-08-17
1
-0
/
+3
*
Implement GetDefaultDisplayResolutionChangeEvent
greggameplayer
2018-08-16
1
-0
/
+1
*
am: Stub SetScreenShotImageOrientation.
bunnei
2018-08-08
1
-0
/
+1
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
am: Stub out IApplicationFunctions::GetPseudoDeviceId.
bunnei
2018-06-06
1
-0
/
+1
*
am: Implement ILibraryAppletCreator::CreateStorage.
bunnei
2018-06-04
1
-0
/
+1
*
am: Stub IApplicationFunctions GetDisplayVersion.
bunnei
2018-05-26
1
-0
/
+1
*
Add & correct miscellaneous things (#470)
greggameplayer
2018-05-26
1
-2
/
+17
*
Stubs for QLaunch (#428)
Hexagon12
2018-05-07
1
-0
/
+25
*
Stub more functions
mailwl
2018-02-22
1
-0
/
+7
*
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
mailwl
2018-02-22
1
-0
/
+1
*
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-07
1
-0
/
+5
*
IApplicationFunctions: Stub out EnsureSaveData.
bunnei
2018-02-06
1
-0
/
+1
*
Service/am: Add AppletAE service (#153)
mailwl
2018-02-02
1
-0
/
+93
*
AppletOE: Make ISelfController keep a reference to nvflinger.
Subv
2018-01-22
1
-1
/
+7
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-15
1
-0
/
+16
*
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-10
1
-164
/
+0
*
Update AM service function tables
Lioncash
2016-12-08
1
-10
/
+10
*
update the code of AM service! (#1623)
JamePeng
2016-04-08
1
-11
/
+115
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
1
-3
/
+3
*
Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
Subv
2015-07-21
1
-0
/
+13
*
Services: Continue separation of services into their own folders
purpasmart96
2015-06-12
1
-0
/
+47