summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | gl_shader_decompiler: Remove guest "position" varyingGravatar ReinUsesLisp2019-06-032-36/+21
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2419 from DarkLordZach/srv-lr-ifaceGravatar bunnei2019-06-051-3/+77
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | ncm: Implement LR OpenAddOnContentLocationResolver (2)Gravatar Zach Hilman2019-05-261-24/+21
| * | | | | | | | | ncm: Implement LR OpenRegisteredLocationResolver (1)Gravatar Zach Hilman2019-05-261-0/+27
| * | | | | | | | | ncm: Implement LR OpenLocationResolver (0)Gravatar Zach Hilman2019-05-261-0/+50
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2521 from lioncash/namingGravatar bunnei2019-06-0533-213/+234
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | yuzu/configuration: Make function naming consistentGravatar Lioncash2019-06-0533-213/+234
* | | | | | | | | | Merge pull request #2512 from ReinUsesLisp/comp-indexingGravatar bunnei2019-06-053-3/+80
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | gl_shader_decompiler: Use an if based cbuf indexing for broken driversGravatar ReinUsesLisp2019-05-241-3/+20
| * | | | | | | | | gl_device: Add test to detect broken component indexingGravatar ReinUsesLisp2019-05-242-0/+60
* | | | | | | | | | Merge pull request #2526 from lioncash/globalGravatar Zach Hilman2019-06-059-75/+98
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | core/core: Remove unnecessary includesGravatar Lioncash2019-05-293-13/+37
| * | | | | | | | | | yuzu_cmd/yuzu: Correct formatting specifierGravatar Lioncash2019-05-281-1/+1
| * | | | | | | | | | core/loader: Remove LoadKernelSystemModeGravatar Lioncash2019-05-285-29/+0
| * | | | | | | | | | core/telemetry_session: Remove unnecessary web service nulling out in destructorGravatar Lioncash2019-05-281-2/+1
| * | | | | | | | | | core/telemetry_session: Remove usages of the global system accessorGravatar Lioncash2019-05-283-30/+54
| * | | | | | | | | | core/telemetry_session: Explicitly delete copy and move constructorsGravatar Lioncash2019-05-281-1/+7
| * | | | | | | | | | core/telemetry_session: Remove unused includeGravatar Lioncash2019-05-281-1/+0
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2545 from lioncash/timingGravatar Zach Hilman2019-06-057-78/+38
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | core/core_timing_util: Amend casing of cyclesTo* functionsGravatar Lioncash2019-06-043-6/+6
| * | | | | | | | | | core/core_timing_util: Use std::chrono types for specifying time unitsGravatar Lioncash2019-06-047-36/+43
| * | | | | | | | | | core/core_timing_utils: Simplify overload setGravatar Lioncash2019-06-042-49/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2541 from lioncash/inputGravatar Zach Hilman2019-06-053-78/+76
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | input_common/sdl/sdl_impl: Correct logging string in SDLState constructorGravatar Lioncash2019-06-031-1/+1
| * | | | | | | | | input_common/sdl/sdl_impl: Move documentation comments to header where applic...Gravatar Lioncash2019-06-032-7/+6
| * | | | | | | | | input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPollerGravatar Lioncash2019-06-031-13/+13
| * | | | | | | | | input_common/sdl/sdl_impl: Mark variables const where applicableGravatar Lioncash2019-06-031-10/+11
| * | | | | | | | | input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as staticGravatar Lioncash2019-06-031-1/+1
| * | | | | | | | | input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_castGravatar Lioncash2019-06-031-2/+4
| * | | | | | | | | input_common/sdl/sdl_impl: Use insert_or_assign() where applicableGravatar Lioncash2019-06-031-3/+3
| * | | | | | | | | input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handlingGravatar Lioncash2019-06-031-15/+14
| * | | | | | | | | input_common/sdl/sdl_impl: Resolve two sign conversion warningsGravatar Lioncash2019-06-031-10/+16
| * | | | | | | | | input_common/sdl: Remove unused header includes and forward declarationsGravatar Lioncash2019-06-033-11/+5
| * | | | | | | | | input_common/sdl/sdl_impl: Use nested namespace specifiers where applicableGravatar Lioncash2019-06-031-5/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2510 from SciresM/desired_languageGravatar Zach Hilman2019-06-0510-402/+1081
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Fix bitmask logic inversionGravatar Michael Scire2019-05-231-2/+1
| * | | | | | | | fix introduced clang-format errorsGravatar Michael Scire2019-05-231-3/+2
| * | | | | | | | Address review commentsGravatar Michael Scire2019-05-236-47/+120
| * | | | | | | | clang-format fixesGravatar Michael Scire2019-05-234-31/+32
| * | | | | | | | Implement IApplicationFunctions::GetDesiredLanguageGravatar Michael Scire2019-05-239-403/+1010
* | | | | | | | | Merge pull request #2527 from lioncash/indexGravatar Zach Hilman2019-06-055-34/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | yuzu/software_keyboard: Remove unnecessary GetStatus() member functionGravatar Lioncash2019-05-293-10/+1
| * | | | | | | | | profile_select: Remove unnecessary GetStatus() member functionGravatar Lioncash2019-05-293-18/+8
| * | | | | | | | | profile_select: Return int instead of u32 for GetIndex()Gravatar Lioncash2019-05-293-8/+9
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2534 from ReinUsesLisp/shader-cleanupGravatar Zach Hilman2019-06-052-31/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gl_shader_cache: Store a system class and drop global accessorsGravatar ReinUsesLisp2019-05-302-7/+9
| * | | | | | | | | gl_shader_cache: Add commentaries explaining the intention in shaders creationGravatar ReinUsesLisp2019-05-301-0/+2
| * | | | | | | | | gl_shader_cache: Flip if condition in GetStageProgram to reduce indentationGravatar ReinUsesLisp2019-05-301-25/+26
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2531 from ReinUsesLisp/qt-warningsGravatar Zach Hilman2019-06-053-15/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | qt: Silence name collision warningsGravatar ReinUsesLisp2019-05-293-15/+15