- Aug 01, 2018
- 
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
Zach Hilman authored
- 
bunnei authoredaudio_core: Add configuration settings. 
- 
bunnei authoredkernel: Remove unused object_address_table.cpp/.h 
- 
bunnei authoredservice/audio: Add missing services 
- 
bunnei authored
- 
bunnei authoredkernel: Remove unnecessary includes 
- 
Lioncash authoredAdds the missing audctl service, as well as the :a and :d services for audin, audout, audrec, and audren. 
 
- 
- Jul 31, 2018
- 
- 
bunnei authoredaudout_u: Remove std::move in OpenAudioOutImpl() 
- 
bunnei authoredPort #3973 from Citra: "Remove polymorphism issue" 
- 
bunnei authoredCorrected a few error cases detected by asan/ubsan 
- 
bunnei authoredservice: Add fgm services 
- 
bunnei authoredservice/am: Add missing am services 
- 
Lioncash authoredThese source files were entirely unused throughout the rest of the codebase. This also has the benefit of getting rid of a global variable as well. 
- 
Lioncash authoredPreviously the code was using the values from params further below after it was std::moved. Thankfully, given AudoutParams is a trivially copyable struct, the values would have simply been copied in this instance and not invalidated to garbage values. 
- 
Lioncash authoredRemoves unnecessary direct dependencies in some headers and also gets rid of indirect dependencies that were being relied on to be included. 
- 
bunnei authoredarm_dynarmic: Correct initializer list order 
- 
bunnei authoredservice: Add the pcie service 
- 
Lioncash authoredAdds the basic skeleton for missing am services idle:sys, omm, and spsm based off the information provided by Switch Brew. 
- 
Lioncash authoredAdds the basic skeleton for the fgm services based off the information provided by Switch Brew. 
- 
Lioncash authoredMakes the definition use the same type aliases as in its prototype. 
- 
Lioncash authoredGiven the ARM_Dynarmic class inherits from ARM_Interface, we don't need to qualify here. 
- 
Lioncash authoredAmends the initializer list to be in the same order that each variable would be initialized in. We also do this to ensure we don't use a bogus uninitialized instance of the exclusive monitor within MakeJit() We can also remove the jit member from the initializer list as this is initialized by PageTableChanged() 
- 
Lioncash authoredAdds the basic skeleton of the pcie service based off information on Switch Brew. 
- 
bunnei authoredAudio output backend based on cubeb 
- 
bunnei authored
- 
bunnei authored
- 
Subv authoredThe branch target is signed, so multiply by 4 instead of left shifting by 2 
- 
Subv authorednvhost_gpu: Added checks to ensure we don't read past the end of the entries when handling a GPU command list. 
 
-