Commit Graph

352 Commits (e373027a73e84c04b28bbfb4fc837b4133b17d4f)

Author SHA1 Message Date
Lioncash e373027a73 service: Add the pcie service
Adds the basic skeleton of the pcie service based off information on
Switch Brew.
7 years ago
David a483e5e28d Implemented various hwopus functions (#853) 7 years ago
bunnei c5fa3560a6
Merge pull request #857 from lioncash/wlan
service: Add wlan services
7 years ago
Lioncash 6ea416091e service: Add wlan services
Adds the basic skeleton for the wlan services based off the information
on Switch Brew.
7 years ago
Lioncash ca7655be3a service: Add btm services
Adds the skeleton for the btm services based off the information on
Switch Brew.
7 years ago
bunnei 458fdda700
Merge pull request #847 from lioncash/ncm
service: Add ncm services
7 years ago
bunnei d00dcdb1be
Merge pull request #846 from lioncash/mii
service: Add mii services
7 years ago
bunnei e1d66ea794
Merge pull request #842 from bunnei/audio-core
Initial implementation of Audio Core
7 years ago
bunnei ab756fd068 audio_core: Add initial code for keeping track of audout state. 7 years ago
Zach Hilman 906d785c73 RomFS Extraction 7 years ago
Lioncash 7931cc0ceb service: Add ncm services
Adds the basic skeleton for the ncm services based off information on
Switch Brew.
7 years ago
bunnei 0191a1e526
Merge pull request #845 from lioncash/nfc
service: Add nfc services
7 years ago
bunnei 833ebbb626
Merge pull request #844 from lioncash/lbl
service: Add the lbl service
7 years ago
bunnei d2749ef0ed
Merge pull request #841 from lioncash/btdrv
service: Add the btdrv service
7 years ago
Lioncash f46bfdd77d service: Add mii services
Adds the skeleton for the mii services based off information provided by
Switch Brew
7 years ago
Lioncash 04d144aa40 service: Add nfc services
Adds the skeleton of the nfc service based off the information provided
on Switch Brew.
7 years ago
Lioncash c2c543e8f7 service: Add the lbl service
Adds the skeleton of the lbl service based off the information provided
by Switch Brew.
7 years ago
Lioncash f49248437e service: Add the btdrv service
Adds the skeleton for the btdrv service based off the information provided by Switch Brew
7 years ago
Lioncash 7550c2c866 service/hid: Add the xcd:sys service 7 years ago
Lioncash 82cb5f030d service/hid: Add irs services 7 years ago
bunnei 8440b814bc
Merge pull request #834 from lioncash/grc
service: Add the grc:c service
7 years ago
bunnei 41d7b020a8
Merge pull request #832 from lioncash/nim
service: Add the nim services
7 years ago
bunnei e4191b624c
Merge pull request #831 from lioncash/ldn
service: Add ldn services
7 years ago
Lioncash b28af1f6c9 service: Add the grc:c service
Adds the basic skeleton for the grc:c service based off the information
provided by Switch Brew.
7 years ago
Lioncash f916611e32 service: Add the nim services
Adds the skeleton for the nim services based off information from Switch
Brew.
7 years ago
Lioncash 8781beaf0d service: Add ldn services
Adds ldn services based off information provided by Switch Brew.
7 years ago
Lioncash 3f5dfc4d96 service/sockets: Add ethc:c and ethc:i services 7 years ago
Sebastian Valle 1958d07d7d
Merge pull request #828 from lioncash/ldr
service: Add ldr services
7 years ago
Sebastian Valle 8ac52c6b56
Merge pull request #826 from lioncash/erpt
service: Add erpt and eupld services
7 years ago
Sebastian Valle 0e05f98be2
Merge pull request #823 from lioncash/nifm
service/nifm: Deduplicate interface code
7 years ago
Lioncash 3fb124961e service: Add ldr services
Adds the skeleton for the ldr-related services based off the information
provided on Switch Brew.
7 years ago
Lioncash 7458e71f24 service: Add eupld services
Adds the skeleton for the eupld services based off information on Switch
Brew.
7 years ago
Lioncash 821f2c03cb service: Add the erpt services
Adds the basic skeleton of the erpt service based off information on
Switch Brew.
7 years ago
bunnei 851089b482
Merge pull request #822 from lioncash/pm
service: Add pm services
7 years ago
Lioncash 85ed42a1d2 service/nifm: Deduplicate interface code
Rather than having the same code for each nifm service variant, we can
centralize it on one class and get rid of a bit of extra code.
7 years ago
Lioncash c664f8a257 service: Add pm services
Adds the skeleton for the process management services based off
information on Switch Brew.
7 years ago
Lioncash 4175712976 service: Add the es service
Adds the skeleton for the ETicket service based off the information on
Switch Brew
7 years ago
Mat M 1e4935c3a0
Merge pull request #801 from lioncash/time
time: Add the time:a service
7 years ago
bunnei 657bd113e3
Merge pull request #803 from MerryMage/core_timing_util
core_timing: Split off utility functions into core_timing_util
7 years ago
Lioncash 77daef44b0 friend: Deduplicate interfaces 7 years ago
Lioncash a61124a9e7 time: Simplify interface creation
We can use one instance of the interface instead of duplicating code.
7 years ago
MerryMage 44646e2ea0 core_timing: Split off utility functions into core_timing_util 7 years ago
MerryMage b8459d2778 CMakeLists: Sort filenames 7 years ago
bunnei e0b6771e25
Merge pull request #779 from lioncash/shared
hle: Remove unused config_mem and shared_page source files
7 years ago
Lioncash cbe841c9c9 hle: Remove config_mem.h/.cpp
This is just an unused hold-over from citra, so we can get rid of this
to trim off an exposed global, among other things.
7 years ago
Lioncash 1f3889a290 hle: Remove shared_page.h/.cpp
This is a holdover from citra that's essentially unused.
7 years ago
Zach Hilman e8f641a52d NRO Assets and NACP file format
Cleanup

Review fixes
7 years ago
MerryMage 0b1c2e5505 Implement exclusive monitor 7 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676)
* Virtual Filesystem

* Fix delete bug and documentate

* Review fixes + other stuff

* Fix puyo regression
7 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)"
This reverts commit 77c684c114.
7 years ago