- Jul 29, 2018
-
-
fearlessTobi authored
-
- Jul 28, 2018
- Jul 27, 2018
-
-
Zach Hilman authored
-
Lioncash authored
Adds the basic skeleton for the ncm services based off information on Switch Brew.
-
Lioncash authored
Adds the skeleton for the mii services based off information provided by Switch Brew
-
Lioncash authored
These simply return the respective interface.
-
Lioncash authored
Adds the skeleton of the nfc service based off the information provided on Switch Brew.
-
Lioncash authored
Implements these functions according to the information available on Switch Brew.
-
Lioncash authored
Adds the skeleton of the lbl service based off the information provided by Switch Brew.
-
- Jul 26, 2018
-
-
Lioncash authored
Adds the skeleton for the btdrv service based off the information provided by Switch Brew
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
-
fearlessTobi authored
-
Lioncash authored
Adds the basic skeleton for the grc:c service based off the information provided by Switch Brew.
-
Subv authored
-
Lioncash authored
Instead, we can just expose functions that return the queryable state instead of letting anything modify it.
-
fearlessTobi authored
-
fearlessTobi authored
-
Lioncash authored
Adds the skeleton for the nim services based off information from Switch Brew.
-
Lioncash authored
Adds ldn services based off information provided by Switch Brew.
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
Adds the skeleton for the ldr-related services based off the information provided on Switch Brew.
-
Lioncash authored
This isn't used directly outside of this translation unit, so we can hide it from external use.
-
Lioncash authored
Amends these to match the information on Switch Brew.
-
Lioncash authored
-
Lioncash authored
Adds the skeleton for the eupld services based off information on Switch Brew.
-
Lioncash authored
Adds the basic skeleton of the erpt service based off information on Switch Brew.
-
Unknown authored
correct trailing white spaces Delete tabs correct placement Add RG16F & RG16UI & RG16I & RG16S PixelFormats Return correct data according to changes done previously correct PixelFormat declaration correct coding style error correct coding style error part 2 correct RG16S Declaration error correct alignment
-
- Jul 25, 2018
-
-
Lioncash authored
Avoids copies from being made, since the string is only ever used for lookup, the data is never transfered anywhere. Ideally, we'd use a std::string_view here, but devices is a std::unordered_map, not a std::map, so we can't use heterogenous lookup here.
-
Lioncash authored
Avoids unnecessary reference count increments and decrements. In one case, we don't need to make a shared_ptr copy at all, just to call a member function.
-
Lioncash authored
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.
-
Lioncash authored
Adds the skeleton for the process management services based off information on Switch Brew.
-
Lioncash authored
We were missing the enum entry for WaitIPC
-
Lioncash authored
Adds the skeleton for the ETicket service based off the information on Switch Brew
-
Lioncash authored
Given we already have time:s and time:u, we should also have time:a
-
Subv authored
-