summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelGravatar Liam2023-03-011-14/+14
|
* service: refactor server architectureGravatar Liam2023-02-212-11/+10
| | | | Converts services to have their own processes
* kernel: remove KWritableEventGravatar Liam2022-10-121-2/+2
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-232-6/+4
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service/nim: Update unknown function table entriesGravatar Lioncash2022-01-211-0/+6
|
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
|
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-011-10/+15
| | | | The service context helps to manage all created events and allows us to close them upon destruction.
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-13/+13
| | | | Transition to PascalCase for result names.
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-051-2/+2
|
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.Gravatar bunnei2021-05-051-0/+1
|
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-051-9/+7
|
* nim: Update to 12.xGravatar Morph2021-04-091-44/+55
|
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-051-6/+8
|
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-051-2/+2
|
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-051-1/+1
|
* nim: Stub IsLargeResourceAvailableGravatar Morph2020-12-041-1/+13
| | | | - Used by Immortals Fenyx Rising
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-20/+22
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* Fix typoGravatar VolcaEM2020-06-291-1/+1
|
* service: Update function tablesGravatar VolcaEM2020-06-291-6/+82
|
* nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterfaceGravatar David Marcec2020-04-301-1/+69
| | | | Closes #3026
* service: Update function tablesGravatar Lioncash2019-11-121-0/+2
| | | | | | Keeps the function tables up to date. Updated based off information from Switchbrew.
* kernel: events: Remove ResetType::Automatic.Gravatar bunnei2019-11-031-2/+1
| | | | | | | | - 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
* RebaseGravatar David Marcec2019-09-221-1/+1
|
* Deglobalize System: NimGravatar David Marcec2019-09-222-7/+12
|
* core/kernel/object: Rename ResetType enum membersGravatar Lioncash2019-05-181-1/+1
| | | | | | | | | | | | | 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.
* kernel/event: Reference ReadableEvent from WritableEventGravatar Zach Hilman2018-11-291-9/+5
|
* core: Port all current usages of Event to Readable/WritableEventGravatar Zach Hilman2018-11-291-6/+10
|
* Changed logging to be "Log before execution", Added more error logging, all ↵Gravatar David Marcec2018-11-261-9/+18
| | | | services should now log on some level
* nim: Add the basic skeleton of the nim:eca serviceGravatar Lioncash2018-10-191-0/+17
| | | | Added based off information provided by Switchbrew
* service: Add missing headers inclusions where applicableGravatar Lioncash2018-09-251-0/+1
| | | | Gets rid of a few indirect inclusions.
* Removed unneeded event clearGravatar David Marcec2018-09-201-1/+0
|
* Implemented NTC & IEnsureNetworkClockAvailabilityServiceGravatar David Marcec2018-09-201-3/+100
| | | | Needed because of the recent nim fixes
* service: Add the nim servicesGravatar Lioncash2018-07-262-0/+139
| | | | | Adds the skeleton for the nim services based off information from Switch Brew.
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-108-236/+0
|
* Services/NIM: Implement CheckForSysUpdateEvent.Gravatar Subv2017-09-303-2/+29
| | | | | Implementation verified by reverse engineering. This lets the Home Menu boot without crashing on startup.
* Service: Remove unnecessary includes from service.hGravatar Yuri Kunde Schlesner2017-06-061-0/+1
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* NWM changed to NIMGravatar noah the goodra2017-02-131-1/+1
|
* nim: Update function tablesGravatar Lioncash2016-12-082-0/+2
| | | | Updated based off information from 3dbrew.
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-212-2/+2
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-212-3/+2
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-182-3/+2
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-184-21/+19
|
* services: Get rid of unnecessary includesGravatar Lioncash2016-02-025-12/+4
|
* services: Update some function tablesGravatar Lioncash2015-12-301-0/+3
|
* Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-118-0/+215