VolcaEM
6a0010d0c6
service: Update function tables
6 years ago
David Marcec
55e423c8b6
nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface
Closes #3026
6 years ago
Lioncash
e21b6ff79d
service: Update function tables
Keeps the function tables up to date.
Updated based off information from Switchbrew.
6 years ago
bunnei
b0ab803ce8
kernel: events: Remove ResetType::Automatic.
- This does not actually seem to exist in the real kernel - games reset these automatically.
# Conflicts:
# src/core/hle/service/am/applets/applets.cpp
# src/core/hle/service/filesystem/fsp_srv.cpp
6 years ago
David Marcec
bd1c4ec9a0
Rebase
6 years ago
David Marcec
8d3ff2b127
Deglobalize System: Nim
6 years ago
Lioncash
a47aaa7f1b
core/kernel/object: Rename ResetType enum members
Renames the members to more accurately indicate what they signify.
"OneShot" and "Sticky" are kind of ambiguous identifiers for the reset
types, and can be kind of misleading. Automatic and Manual communicate
the kind of reset type in a clearer manner. Either the event is
automatically reset, or it isn't and must be manually cleared.
The "OneShot" and "Sticky" terminology is just a hold-over from Citra
where the kernel had a third type of event reset type known as "Pulse".
Given the Switch kernel only has two forms of event reset types, we
don't need to keep the old terminology around anymore.
7 years ago
Zach Hilman
a342bcc9b1
kernel/event: Reference ReadableEvent from WritableEvent
7 years ago
Zach Hilman
ff610103b5
core: Port all current usages of Event to Readable/WritableEvent
7 years ago
David Marcec
a2cc3b10bb
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
7 years ago
Lioncash
d0cda7fe40
nim: Add the basic skeleton of the nim:eca service
Added based off information provided by Switchbrew
7 years ago
Lioncash
e42bb5e003
service: Add missing headers inclusions where applicable
Gets rid of a few indirect inclusions.
7 years ago
David Marcec
583137709f
Removed unneeded event clear
7 years ago
David Marcec
335e9d18ae
Implemented NTC & IEnsureNetworkClockAvailabilityService
Needed because of the recent nim fixes
7 years ago
Lioncash
f916611e32
service: Add the nim services
Adds the skeleton for the nim services based off information from Switch
Brew.
8 years ago
bunnei
0906de9a14
hle: Remove a large amount of 3ds-specific service code.
8 years ago
Subv
5bae5a48b9
Services/NIM: Implement CheckForSysUpdateEvent.
Implementation verified by reverse engineering.
This lets the Home Menu boot without crashing on startup.
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
noah the goodra
ded09dc727
NWM changed to NIM
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
Lioncash
0937bed8d8
services: Get rid of unnecessary includes
10 years ago
purpasmart96
7933dbe6a0
Services: Continue separation of services into their own folders
11 years ago