summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #2504 from lioncash/configGravatar bunnei2019-05-242-33/+43
|\ \ \ \ \ \ \
| * | | | | | | yuzu/configuration/config: Make default hotkeys an internally-linked array in...Gravatar Lioncash2019-05-202-4/+2
| * | | | | | | yuzu/configuration/config: Specify string conversions explicitlyGravatar Lioncash2019-05-201-30/+42
| |/ / / / / /
* | | | | | | Merge pull request #2489 from FearlessTobi/port-4716Gravatar bunnei2019-05-244-9/+10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Address review commentGravatar Tobias2019-05-191-1/+1
| * | | | | | HLE/IPC: HLEContext can memorize the client thread and use it for SleepClient...Gravatar Weiyi Wang2019-05-184-9/+10
* | | | | | | shader/shader_ir: Make Comment() take a std::string by valueGravatar Lioncash2019-05-232-3/+3
* | | | | | | shader/decode/*: Add missing newline to files lacking themGravatar Lioncash2019-05-2318-18/+18
* | | | | | | shader/decode/*: Eliminate indirect inclusionsGravatar Lioncash2019-05-236-1/+5
| |_|/ / / / |/| | | | |
* | | | | | shader/decode/memory: Remove left in debug pragmaGravatar Lioncash2019-05-221-2/+0
* | | | | | renderer_opengl/gl_shader_decompiler: Remove redundant name specification in ...Gravatar Lioncash2019-05-211-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #2455 from lioncash/configGravatar bunnei2019-05-202-315/+573
|\ \ \ \ \
| * | | | | configuration/config: Move config loading and saving to functions based off g...Gravatar Lioncash2019-05-092-315/+573
* | | | | | Merge pull request #2503 from lioncash/utilGravatar bunnei2019-05-207-84/+92
|\ \ \ \ \ \
| * | | | | | yuzu/game_list: Specify string conversions explicitlyGravatar Lioncash2019-05-202-50/+55
| * | | | | | yuzu/game_list_worker: Specify string conversions explicitlyGravatar Lioncash2019-05-201-2/+2
| * | | | | | yuzu/game_list_p: Amend mentions of SMDH in commentsGravatar Lioncash2019-05-201-3/+3
| * | | | | | yuzu/game_list_p: Specify string conversions explicitlyGravatar Lioncash2019-05-201-10/+9
| * | | | | | yuzu/loading_screen: Specify string conversions explicitlyGravatar Lioncash2019-05-201-9/+9
| * | | | | | yuzu/bootmanager: Specify string conversions explicitlyGravatar Lioncash2019-05-201-2/+4
| * | | | | | yuzu/util: Specify string conversions explicitlyGravatar Lioncash2019-05-201-8/+10
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2494 from lioncash/shader-textGravatar bunnei2019-05-201-181/+195
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | gl_shader_decompiler: Tidy up minor remaining cases of unnecessary std::strin...Gravatar Lioncash2019-05-201-21/+20
| * | | | | gl_shader_decompiler: Replace individual overloads with the fmt-based oneGravatar Lioncash2019-05-201-28/+16
| * | | | | gl_shader_decompiler: Utilize fmt overload of AddLine() where applicableGravatar Lioncash2019-05-201-136/+152
| * | | | | gl_shader_decompiler: Add AddLine() overload that forwards to fmtGravatar Lioncash2019-05-191-0/+11
* | | | | | Merge pull request #2499 from lioncash/translateGravatar bunnei2019-05-2010-119/+192
|\ \ \ \ \ \
| * | | | | | yuzu/configuration/configure_web: Specify string conversions explicitlyGravatar Lioncash2019-05-191-8/+16
| * | | | | | yuzu/configuration/configure_system: Specify string conversions explicitlyGravatar Lioncash2019-05-191-2/+3
| * | | | | | yuzu/configuration/configure_profile_manager: Mark UI string as translatableGravatar Lioncash2019-05-191-1/+1
| * | | | | | 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
* | | | | | | Revert #2466Gravatar Fernando Sahmkow2019-05-191-1/+3
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #2441 from ReinUsesLisp/al2pGravatar bunnei2019-05-1910-157/+310
|\ \ \ \ \ \
| * | | | | | shader_ir/other: Implement IPA.IDXGravatar ReinUsesLisp2019-05-022-5/+9
| * | | | | | gl_shader_decompiler: Skip physical unused attributesGravatar ReinUsesLisp2019-05-021-18/+27
| * | | | | | shader_ir/memory: Assert on non-32 bits ALD.PHYSGravatar ReinUsesLisp2019-05-021-0/+3
| * | | | | | shader: Add physical attributes commentariesGravatar ReinUsesLisp2019-05-024-4/+8
| * | | | | | gl_shader_decompiler: Implement GLSL physical attributesGravatar ReinUsesLisp2019-05-022-66/+101
| * | | | | | shader_ir/memory: Implement physical input attributesGravatar ReinUsesLisp2019-05-024-6/+32
| * | | | | | gl_shader_decompiler: Abstract generic attribute operationsGravatar ReinUsesLisp2019-05-021-29/+26