| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | vfs_vector: Remove unused variable in FindAndRemoveVectorElement() | 2018-08-02 | 1 | -2/+2 | ||
| | * | | | | | | vfs_vector: Avoid unnecessary copies where applicable | 2018-08-02 | 1 | -2/+5 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #901 from lioncash/ref | 2018-08-02 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_manager: Take ShaderSetup instances by const reference in UseProgra... | 2018-08-02 | 1 | -2/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #899 from lioncash/unused | 2018-08-02 | 7 | -334/+0 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hw: Remove unused files | 2018-08-02 | 7 | -334/+0 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #902 from lioncash/array | 2018-08-02 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_state: Make texture_units a std::array | 2018-08-02 | 1 | -2/+3 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #891 from lioncash/ns | 2018-08-02 | 1 | -0/+447 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service/ns: Add missing ns services | 2018-08-01 | 1 | -0/+447 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Implement RGB32F PixelFormat (#886) (used by Go Vacation) | 2018-08-02 | 3 | -9/+23 | ||
| * | | | | | | Merge pull request #893 from lioncash/psc | 2018-08-02 | 6 | -1/+99 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | logging/log: Remove incorrect description in PCV doc comment | 2018-08-01 | 1 | -1/+1 | ||
| | * | | | | | service: Add psc services | 2018-08-01 | 6 | -0/+98 | ||
| | | |/ / / | |/| | | | ||||||
| * / | | | | audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype | 2018-08-02 | 2 | -2/+2 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #888 from lioncash/caps | 2018-08-01 | 6 | -0/+173 | ||
| |\ \ \ \ | ||||||
| | * | | | | service: Add capture services | 2018-08-01 | 6 | -0/+173 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #890 from lioncash/logger | 2018-08-01 | 1 | -4/+4 | ||
| |\ \ \ \ | ||||||
| | * | | | | lm: Amend name of ILogger | 2018-08-01 | 1 | -4/+4 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #889 from lioncash/fsp | 2018-08-01 | 6 | -0/+89 | ||
| |\ \ \ \ | ||||||
| | * | | | | service/filesystem: Add fsp:ldr and fsp:pr services | 2018-08-01 | 6 | -0/+89 | ||
| | |/ / / | ||||||
| * / / / | service: Add bpc and pcv services | 2018-08-01 | 8 | -0/+183 | ||
| |/ / / | ||||||
| * | | | Implement R32_FLOAT RenderTargetFormat | 2018-08-01 | 3 | -0/+5 | ||
| * | | | Merge pull request #882 from lioncash/unused | 2018-07-31 | 1 | -6/+0 | ||
| |\ \ \ | |/ / |/| | | ||||||
| | * | | kernel/thread: Remove unimplemented function prototype | 2018-07-31 | 1 | -6/+0 | ||
| * | | | Merge pull request #871 from bunnei/audio-config | 2018-07-31 | 12 | -21/+330 | ||
| |\ \ \ | |/ / |/| | | ||||||
| | * | | audio_core: Add configuration settings. | 2018-07-31 | 12 | -21/+330 | ||
| * | | | Merge pull request #877 from lioncash/remove | 2018-07-31 | 6 | -104/+0 | ||
| |\ \ \ | ||||||
| | * | | | kernel: Remove unused object_address_table.cpp/.h | 2018-07-31 | 6 | -104/+0 | ||
| * | | | | Merge pull request #880 from lioncash/audio | 2018-07-31 | 14 | -2/+289 | ||
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | service/audio: Add missing services | 2018-07-31 | 14 | -2/+289 | ||
| * | | | | Merge pull request #876 from lioncash/include | 2018-07-31 | 23 | -28/+47 | ||
| |\ \ \ \ | ||||||
| | * | | | | kernel: Remove unnecessary includes | 2018-07-31 | 23 | -28/+47 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #879 from lioncash/audio | 2018-07-31 | 1 | -1/+1 | ||
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | audout_u: Remove std::move in OpenAudioOutImpl() | 2018-07-31 | 1 | -1/+1 | ||
| * | | | | Merge pull request #864 from FearlessTobi/port-3973 | 2018-07-31 | 1 | -2/+30 | ||
| |\ \ \ \ | ||||||
| | * | | | | remove polymorphism issue | 2018-07-29 | 1 | -2/+30 | ||
| * | | | | | Merge pull request #869 from Subv/ubsan | 2018-07-31 | 4 | -8/+23 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | MacroInterpreter: Avoid left shifting negative values. | 2018-07-30 | 2 | -2/+6 | ||
| | * | | | | | nvhost_gpu: Added checks to ensure we don't read past the end of the entries ... | 2018-07-30 | 1 | -3/+6 | ||
| | * | | | | | nvhost_ctrl_gpu: Only read the input parameters if they are actually there. | 2018-07-30 | 1 | -3/+11 | ||
| * | | | | | | Merge pull request #875 from lioncash/fgm | 2018-07-31 | 6 | -0/+96 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service: Add fgm services | 2018-07-31 | 6 | -0/+96 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #874 from lioncash/am | 2018-07-31 | 8 | -0/+156 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | service/am: Add missing am services | 2018-07-31 | 8 | -0/+156 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #870 from lioncash/init | 2018-07-31 | 1 | -9/+7 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | arm_dynarmic: Make SetTlsAddress() prototype and definition consistent | 2018-07-31 | 1 | -1/+1 | ||
| | * | | | | | arm_dynarmic: Remove unnecessary qualifying of ThreadContext | 2018-07-31 | 1 | -3/+3 | ||
| | * | | | | | arm_dynarmic: Correct initializer list order | 2018-07-31 | 1 | -5/+3 | ||
| | |/ / / / | ||||||
| * / / / / | service: Add the pcie service | 2018-07-31 | 6 | -0/+85 | ||
| |/ / / / | ||||||