Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-28 | service: Add btm services | Lioncash | |
Adds the skeleton for the btm services based off the information on Switch Brew. | |||
2018-07-28 | Merge pull request #847 from lioncash/ncm | bunnei | |
service: Add ncm services | |||
2018-07-28 | Merge pull request #846 from lioncash/mii | bunnei | |
service: Add mii services | |||
2018-07-27 | Merge pull request #842 from bunnei/audio-core | bunnei | |
Initial implementation of Audio Core | |||
2018-07-27 | audout: Implement IAudioOut interface with AudioCore. | bunnei | |
2018-07-27 | core: Add AudioCore to global state. | bunnei | |
2018-07-27 | audio_core: Add initial code for keeping track of audout state. | bunnei | |
2018-07-27 | RomFS Extraction | Zach Hilman | |
2018-07-27 | service: Add ncm services | Lioncash | |
Adds the basic skeleton for the ncm services based off information on Switch Brew. | |||
2018-07-27 | Merge pull request #845 from lioncash/nfc | bunnei | |
service: Add nfc services | |||
2018-07-27 | Merge pull request #839 from FearlessTobi/actually-port-3594 | bunnei | |
Port #3594 from Citra: "citra_qt: Add Continue/Pause & Toggle Speed Limit hotkeys" | |||
2018-07-27 | Merge pull request #844 from lioncash/lbl | bunnei | |
service: Add the lbl service | |||
2018-07-27 | Merge pull request #841 from lioncash/btdrv | bunnei | |
service: Add the btdrv service | |||
2018-07-27 | service: Add mii services | Lioncash | |
Adds the skeleton for the mii services based off information provided by Switch Brew | |||
2018-07-27 | service/nfc: Implement Create[x]Interface functions | Lioncash | |
These simply return the respective interface. | |||
2018-07-27 | service: Add nfc services | Lioncash | |
Adds the skeleton of the nfc service based off the information provided on Switch Brew. | |||
2018-07-27 | service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode | Lioncash | |
Implements these functions according to the information available on Switch Brew. | |||
2018-07-27 | service: Add the lbl service | Lioncash | |
Adds the skeleton of the lbl service based off the information provided by Switch Brew. | |||
2018-07-27 | Merge pull request #837 from lioncash/priv | bunnei | |
kernel/timer: Make data members private where applicable | |||
2018-07-26 | service: Add the btdrv service | Lioncash | |
Adds the skeleton for the btdrv service based off the information provided by Switch Brew | |||
2018-07-26 | service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp services | Lioncash | |
2018-07-26 | service/hid: Add the xcd:sys service | Lioncash | |
2018-07-26 | service/hid: Add irs services | Lioncash | |
2018-07-26 | Merge pull request #836 from FearlessTobi/port-3594 | bunnei | |
Port #3665 from Citra: "frontend: Log Citra version" | |||
2018-07-26 | Merge pull request #835 from FearlessTobi/port-minor-prs | bunnei | |
Port #3641 and #3702 from Citra (Small changes to default_ini and gitignore) | |||
2018-07-26 | Merge pull request #834 from lioncash/grc | bunnei | |
service: Add the grc:c service | |||
2018-07-26 | Merge pull request #832 from lioncash/nim | bunnei | |
service: Add the nim services | |||
2018-07-26 | Merge pull request #831 from lioncash/ldn | bunnei | |
service: Add ldn services | |||
2018-07-26 | Merge pull request #830 from lioncash/socket | bunnei | |
service/sockets: Add missing socket services | |||
2018-07-26 | Merge pull request #808 from lioncash/mem-dedup | bunnei | |
video_core/memory_manager: Avoid repeated unnecessary page slot lookups | |||
2018-07-26 | Port #3594 from Citra | fearlessTobi | |
2018-07-26 | service: Add the grc:c service | Lioncash | |
Adds the basic skeleton for the grc:c service based off the information provided by Switch Brew. | |||
2018-07-26 | GPU: Allow using R16F as a render target format. | Subv | |
2018-07-26 | kernel/timer: Make data members private where applicable | Lioncash | |
Instead, we can just expose functions that return the queryable state instead of letting anything modify it. | |||
2018-07-26 | Port #3665 from Citra | fearlessTobi | |
2018-07-26 | Port #3641 from Citra | fearlessTobi | |
2018-07-26 | service: Add the nim services | Lioncash | |
Adds the skeleton for the nim services based off information from Switch Brew. | |||
2018-07-26 | service: Add ldn services | Lioncash | |
Adds ldn services based off information provided by Switch Brew. | |||
2018-07-25 | Merge pull request #827 from lioncash/log | bunnei | |
service/lm: Minor changes | |||
2018-07-25 | Merge pull request #825 from greggameplayer/R16_G16 | bunnei | |
Implement R16_G16 | |||
2018-07-26 | service/sockets: Add ethc:c and ethc:i services | Lioncash | |
2018-07-26 | service/sockets: Add missing bsdcfg socket service | Lioncash | |
2018-07-25 | Merge pull request #828 from lioncash/ldr | Sebastian Valle | |
service: Add ldr services | |||
2018-07-25 | Merge pull request #826 from lioncash/erpt | Sebastian Valle | |
service: Add erpt and eupld services | |||
2018-07-25 | Merge pull request #823 from lioncash/nifm | Sebastian Valle | |
service/nifm: Deduplicate interface code | |||
2018-07-25 | service: Add ldr services | Lioncash | |
Adds the skeleton for the ldr-related services based off the information provided on Switch Brew. | |||
2018-07-25 | lm: Move LM's class declaration into the cpp file | Lioncash | |
This isn't used directly outside of this translation unit, so we can hide it from external use. | |||
2018-07-25 | lm: Amend names of Initialize() in Logger and Initialize() in LM | Lioncash | |
Amends these to match the information on Switch Brew. | |||
2018-07-25 | lm: Add missing function entry to Logger's function table | Lioncash | |
2018-07-25 | service: Add eupld services | Lioncash | |
Adds the skeleton for the eupld services based off information on Switch Brew. |