bunnei
|
5ecf152c8e
|
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
|
8 years ago |
bunnei
|
12b05c719e
|
config: Add setting for whether the system is docked or not.
|
8 years ago |
Subv
|
0eefe6e4d1
|
FS: Make EnsureSaveData create the savedata folder when called for the first time.
|
8 years ago |
mailwl
|
e4f94ee30b
|
Stub more functions
|
8 years ago |
mailwl
|
910198a29a
|
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
|
8 years ago |
Subv
|
5ab285f1f9
|
AM: Corrected the response in EnsureSaveData.
The values are still unknown and the function is still considered a stub.
Puyo Puyo Tetris now tries to call fsp-srv:MountSaveData.
|
8 years ago |
bunnei
|
516a95721c
|
service: Remove remaining uses of BufferDescriptor*.
|
8 years ago |
mailwl
|
335096e19a
|
Service: stub some functions in am, audio, time, vi services
|
8 years ago |
bunnei
|
c83f69841f
|
IApplicationFunctions: Stub out EnsureSaveData.
|
8 years ago |
bunnei
|
65cfe09b62
|
logger: Add AM service logging category.
|
8 years ago |
mailwl
|
1a8f5bfb8e
|
Service/am: Add AppletAE service (#153)
* Add AppletAE, step 1: move common interfaces to am.h
* Add AppletAE, step 2
|
8 years ago |
Subv
|
eb58f852f8
|
AppletOE: Make ISelfController keep a reference to nvflinger.
It'll be needed when we implement CreateManagedDisplayLayer.
|
8 years ago |
bunnei
|
1247c53786
|
yuzu: Update license text to be consistent across project.
|
8 years ago |
bunnei
|
b67cbb8d92
|
ap, aoc_u: Minor cleanup.
|
8 years ago |
bunnei
|
72eeca1f03
|
hle: Add service stubs for apm and appletOE.
|
8 years ago |
bunnei
|
0906de9a14
|
hle: Remove a large amount of 3ds-specific service code.
|
8 years ago |
Yuri Kunde Schlesner
|
d96a9e0c11
|
Service: Remove unnecessary includes from service.h
This has a huge fallout in terms of needing to fix other files because
all service implementations included that file.
|
9 years ago |
Lioncash
|
26ea6b9546
|
Update AM service function tables
Updated based off information from 3dbrew.
|
9 years ago |
Yuri Kunde Schlesner
|
84fbbe2629
|
Use negative priorities to avoid special-casing the self-include
|
9 years ago |
Emmanuel Gil Peyrot
|
ebdae19fd2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
9 years ago |
Yuri Kunde Schlesner
|
396a8d91a4
|
Manually tweak source formatting and then re-run clang-format
|
9 years ago |
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
9 years ago |
Sam Spilsbury
|
e16541e47c
|
am: title_id is long long uint
|
10 years ago |
JamePeng
|
9045c57d6f
|
update the code of AM service! (#1623)
|
10 years ago |
Lioncash
|
0937bed8d8
|
services: Get rid of unnecessary includes
|
10 years ago |
Lioncash
|
75631b2a9f
|
core: Eliminate some unused variable warnings
|
11 years ago |
Lioncash
|
12a9e8502c
|
core: Fix missing prototype warnings
|
11 years ago |
Subv
|
13f93a0188
|
Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
Named the service functions in am:app as per 3dbrew.
This fixes an illegal read loop in Steel Diver
|
11 years ago |
purpasmart96
|
7933dbe6a0
|
Services: Continue separation of services into their own folders
|
11 years ago |