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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed the use of rp.MakeBuilder
David Marcec
2018-09-19
1
-4
/
+4
*
Implemented GetDefaultDisplayResolution
David Marcec
2018-09-18
1
-1
/
+17
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+23
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-3
/
+6
*
Added GetBootMode (#1107)
David
2018-08-24
1
-1
/
+11
*
am: Utilize std::array within PopLaunchParameter()
Lioncash
2018-08-21
1
-3
/
+4
*
Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)
greggameplayer
2018-08-17
1
-2
/
+19
*
correct coding style
greggameplayer
2018-08-16
1
-1
/
+1
*
Implement GetDefaultDisplayResolutionChangeEvent
greggameplayer
2018-08-16
1
-1
/
+12
*
am: Stub SetScreenShotImageOrientation.
bunnei
2018-08-08
1
-1
/
+8
*
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
David
2018-08-03
1
-1
/
+2
*
service/am: Add missing am services
Lioncash
2018-07-31
1
-0
/
+6
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-1
/
+0
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
1
-14
/
+5
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-1
/
+1
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-1
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-43
/
+43
*
am: Stub out IApplicationFunctions::GetPseudoDeviceId.
bunnei
2018-06-06
1
-1
/
+12
*
am: Implement ILibraryAppletAccessor::PopOutData.
bunnei
2018-06-04
1
-1
/
+11
*
am: ISelfController:LaunchableEvent should be sticky.
bunnei
2018-06-04
1
-1
/
+1
*
am: Stub out ILibraryAppletAccessor Start and GetResult methods.
bunnei
2018-06-04
1
-2
/
+16
*
am: Implement ILibraryAppletAccessor::PushInData.
bunnei
2018-06-04
1
-43
/
+55
*
am: Implement IStorageAccessor::Write.
bunnei
2018-06-04
1
-1
/
+17
*
am: Cleanup IStorageAccessor::Read.
bunnei
2018-06-04
1
-5
/
+3
*
am: Implement ILibraryAppletCreator::CreateStorage.
bunnei
2018-06-04
1
-21
/
+33
*
am: Stub IApplicationFunctions GetDisplayVersion.
bunnei
2018-05-26
1
-1
/
+9
*
Add & correct miscellaneous things (#470)
greggameplayer
2018-05-26
1
-1
/
+34
*
Stubs for QLaunch (#428)
Hexagon12
2018-05-07
1
-2
/
+77
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
am: Fix GetDesiredLanguage implementation.
bunnei
2018-04-29
1
-2
/
+4
*
am: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-32
/
+32
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
Various fixes and clang
Hexagon12
2018-04-11
1
-1
/
+1
*
Updated AM with more service names.
Hexagon12
2018-04-10
1
-2
/
+82
*
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
bunnei
2018-03-27
1
-5
/
+5
*
config: Add setting for whether the system is docked or not.
bunnei
2018-03-27
1
-2
/
+6
*
FS: Make EnsureSaveData create the savedata folder when called for the first time.
Subv
2018-03-04
1
-2
/
+20
*
Stub more functions
mailwl
2018-02-22
1
-1
/
+32
*
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
mailwl
2018-02-22
1
-0
/
+8
*
AM: Corrected the response in EnsureSaveData.
Subv
2018-02-19
1
-1
/
+2
*
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-14
1
-3
/
+3
*
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-07
1
-1
/
+77
*
IApplicationFunctions: Stub out EnsureSaveData.
bunnei
2018-02-06
1
-0
/
+7
*
logger: Add AM service logging category.
bunnei
2018-02-04
1
-24
/
+24
*
Service/am: Add AppletAE service (#153)
mailwl
2018-02-02
1
-0
/
+333
*
AppletOE: Make ISelfController keep a reference to nvflinger.
Subv
2018-01-22
1
-2
/
+3
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
ap, aoc_u: Minor cleanup.
bunnei
2017-12-29
1
-2
/
+0
*
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-15
1
-0
/
+18
*
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-10-10
1
-193
/
+0
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
1
-2
/
+4
*
Update AM service function tables
Lioncash
2016-12-08
1
-5
/
+5
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-21
/
+32
*
am: title_id is long long uint
Sam Spilsbury
2016-04-24
1
-1
/
+1
*
update the code of AM service! (#1623)
JamePeng
2016-04-08
1
-9
/
+131
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
1
-4
/
+0
*
core: Eliminate some unused variable warnings
Lioncash
2015-07-29
1
-1
/
+1
*
core: Fix missing prototype warnings
Lioncash
2015-07-29
1
-0
/
+1
*
Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
Subv
2015-07-21
1
-0
/
+9
*
Services: Continue separation of services into their own folders
purpasmart96
2015-06-12
1
-0
/
+55