- Jul 26, 2018
 - 
- 
Lioncash authored
 - 
Lioncash authored
 - 
Lioncash authored
 - 
bunnei authored
Port #3665 from Citra: "frontend: Log Citra version"
 - 
bunnei authored
Port #3641 and #3702 from Citra (Small changes to default_ini and gitignore)
 - 
bunnei authored
service: Add the grc:c service
 - 
bunnei authored
service: Add the nim services
 - 
bunnei authored
service: Add ldn services
 - 
bunnei authored
service/sockets: Add missing socket services
 - 
bunnei authored
video_core/memory_manager: Avoid repeated unnecessary page slot lookups
 - 
bunnei authored
GPU: Allow using R16F as a render target format.
 - 
Lioncash authored
Adds the basic skeleton for the grc:c service based off the information provided by Switch Brew.
 - 
Subv authored
 - 
fearlessTobi authored
 - 
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.
 - 
bunnei authored
service/lm: Minor changes
 - 
bunnei authored
Implement R16_G16
 - 
Lioncash authored
 - 
Lioncash authored
 - 
Sebastian Valle authored
service: Add ldr services
 - 
Sebastian Valle authored
service: Add erpt and eupld services
 - 
Sebastian Valle authored
service/nifm: Deduplicate interface code
 - 
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.
 - 
bunnei authored
service/nvdrv: Minor changes
 - 
bunnei authored
service: Add pm services
 - 
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
 - 
- 
Mat M authored
service: Add the es service
 - 
Mat M authored
wait_tree: Add missing switch case for WaitTreeThread::GetText()
 - 
bunnei authored
GPU: Use the right texture format for sRGBA framebuffers.
 - 
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.
 
 -