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
*
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