summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu/configuration/configure_per_general: Specify string conversions explicitlyGravatar Lioncash2019-05-191-6/+8
* yuzu/configuration/configure_mouse_advanced: Clean up array accessesGravatar Lioncash2019-05-191-19/+22
* yuzu/configuration/configure_mouse_advanced: Specify string conversions expli...Gravatar Lioncash2019-05-191-11/+23
* yuzu/configuration/configure_input_player: Clean up array accessesGravatar Lioncash2019-05-191-32/+48
* yuzu/configuration/configure_input_player: Specify string conversions explicitlyGravatar Lioncash2019-05-191-24/+49
* yuzu/configuration/configure_input: Mark controller type names as translateableGravatar Lioncash2019-05-191-5/+8
* yuzu/configuration/configure_general: Specify string conversions explicitlyGravatar Lioncash2019-05-191-1/+2
* yuzu/configuration/configure_gamelist: Specify string conversions explicitlyGravatar Lioncash2019-05-191-3/+5
* yuzu/configuration/configure_audio: Store power on query into a variableGravatar Lioncash2019-05-191-2/+3
* yuzu/configuration/configure_audio: Tidy up function castGravatar Lioncash2019-05-191-2/+1
* yuzu/configuration/configure_audio: Specify string conversions explicitlyGravatar Lioncash2019-05-191-3/+3
* Merge pull request #2463 from lioncash/setGravatar Hexagon122019-05-191-34/+22
|\
| * service/set: Correct and simplify behavior related to copying language codesGravatar Lioncash2019-05-091-34/+22
* | Merge pull request #2466 from yuzu-emu/mme-exit-delay-slotGravatar Hexagon122019-05-191-3/+3
|\ \
| * | GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay ...Gravatar Sebastian Valle2019-05-121-3/+3
| |/
* | Merge pull request #2468 from lioncash/deductionGravatar Hexagon122019-05-193-3/+3
|\ \
| * | yuzu: Remove explicit types from locks where applicableGravatar Lioncash2019-05-143-3/+3
* | | Merge pull request #2472 from FernandoS27/ticGravatar Hexagon122019-05-191-1/+1
|\ \ \
| * | | maxwell_3d: reduce sevirity of different component formats assert.Gravatar Fernando Sahmkow2019-05-141-1/+1
| |/ /
* | | Merge pull request #2469 from lioncash/copyableGravatar Hexagon122019-05-191-0/+2
|\ \ \
| * | | video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for RegsGravatar Lioncash2019-05-141-0/+2
| |/ /
* | | Merge pull request #2470 from lioncash/ranged-forGravatar Sebastian Valle2019-05-191-18/+18
|\ \ \
| * | | video_core/engines/maxwell3d: Get rid of three magic values in CallMethod()Gravatar Lioncash2019-05-141-3/+3
| * | | video_core/engines/maxwell_3d: Simplify for loops into ranged for loops withi...Gravatar Lioncash2019-05-141-15/+15
| |/ /
* | | Merge pull request #2487 from lioncash/service-returnGravatar Hexagon122019-05-191-0/+2
|\ \ \
| * | | service/am: Add missing return in error case for IStorageAccessor's Read()/Wr...Gravatar Lioncash2019-05-181-0/+2
| |/ /
* | | Merge pull request #2480 from ReinUsesLisp/fix-quadsGravatar Hexagon122019-05-191-2/+2
|\ \ \
| * | | gl_rasterizer: Pass the right number of array quad vertices countGravatar ReinUsesLisp2019-05-171-2/+2
* | | | Merge pull request #2483 from ReinUsesLisp/fix-point-sizeGravatar Hexagon122019-05-191-1/+3
|\ \ \ \
| * | | | gl_rasterizer: Limit OpenGL point size to a minimum of 1Gravatar ReinUsesLisp2019-05-181-1/+3
| |/ / /
* | | | Merge pull request #2471 from lioncash/engine-uploadGravatar Sebastian Valle2019-05-192-6/+8
|\ \ \ \
| * | | | video_core/engines/engine_upload: Amend constructor initializer list orderGravatar Lioncash2019-05-141-1/+1
| * | | | video_core/engines/engine_upload: Default destructor in the cpp fileGravatar Lioncash2019-05-142-1/+3
| * | | | video_core/engines/engine_upload: Remove unnecessary const on parameters in f...Gravatar Lioncash2019-05-141-2/+2
| * | | | video_core/engines/engine_upload: Remove unnecessary includesGravatar Lioncash2019-05-142-2/+2
| | |/ / | |/| |
* | | | Merge pull request #2484 from ReinUsesLisp/triangle-fanGravatar Sebastian Valle2019-05-191-0/+2
|\ \ \ \
| * | | | maxwell_to_gl: Add TriangleFan primitive topologyGravatar ReinUsesLisp2019-05-171-0/+2
| | |/ / | |/| |
* | | | Merge pull request #2490 from lioncash/floatGravatar Hexagon122019-05-191-1/+1
|\ \ \ \
| * | | | ipc_helpers: Amend floating-point type in Pop<double> specializationGravatar Lioncash2019-05-181-1/+1
* | | | | Merge pull request #2492 from lioncash/debuggerGravatar Hexagon122019-05-193-17/+20
|\ \ \ \ \
| * | | | | yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions expli...Gravatar Lioncash2019-05-191-1/+1
| * | | | | yuzu/debugger/profiler: Specify string conversions explicitlyGravatar Lioncash2019-05-191-2/+2
| * | | | | yuzu/debugger/wait_tree: Specify string conversions explicitlyGravatar Lioncash2019-05-191-14/+17
| |/ / / /
* | | | | Merge pull request #2486 from lioncash/resetnameGravatar Sebastian Valle2019-05-1919-35/+36
|\ \ \ \ \
| * | | | | core/kernel/object: Rename ResetType enum membersGravatar Lioncash2019-05-1819-35/+36
| | |_|/ / | |/| | |
* | | | | Merge pull request #2488 from lioncash/static-fnGravatar Sebastian Valle2019-05-191-4/+4
|\ \ \ \ \
| * | | | | kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally l...Gravatar Lioncash2019-05-181-4/+4
| |/ / / /
* | | | | Merge pull request #2493 from lioncash/translateGravatar Sebastian Valle2019-05-191-2/+2
|\ \ \ \ \
| * | | | | yuzu/applets/profile_select: Mark header string as translatableGravatar Lioncash2019-05-191-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2496 from lioncash/move-conGravatar Sebastian Valle2019-05-191-7/+7
|\ \ \ \ \