summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | main: Remove extraneous commentGravatar Zach Hilman2019-05-301-1/+0
| * | | | | | | | | game_list_worker: Add better error handling to cachingGravatar Zach Hilman2019-05-262-23/+42
| * | | | | | | | | yuzu: Clear partial/full game list cache when data is updatedGravatar Zach Hilman2019-05-262-0/+13
| * | | | | | | | | game_list: Implement caching for game listGravatar Zach Hilman2019-05-261-7/+99
| * | | | | | | | | ui_settings: Add option to cache game listGravatar Zach Hilman2019-05-262-0/+3
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2446 from ReinUsesLisp/tidGravatar bunnei2019-05-294-22/+76
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | shader: Implement S2R Tid{XYZ} and CtaId{XYZ}Gravatar ReinUsesLisp2019-05-204-15/+69
| * | | | | | | | | gl_shader_decompiler: Make GetSwizzle constexprGravatar ReinUsesLisp2019-05-201-7/+7
* | | | | | | | | | Merge pull request #2518 from ReinUsesLisp/sdl2-windowGravatar bunnei2019-05-299-186/+216
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyGravatar ReinUsesLisp2019-05-265-10/+5
| * | | | | | | | | yuzu_cmd: Split emu_window OpenGL implementation into its own fileGravatar ReinUsesLisp2019-05-256-176/+211
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2519 from lioncash/signGravatar bunnei2019-05-272-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | core_timing_util: Silence sign-comparison warningsGravatar Lioncash2019-05-251-4/+4
| * | | | | | | | | loader/nso: Silence sign-comparison warningGravatar Lioncash2019-05-251-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | gl_device: Add commentary to AOFFI unit test source codeGravatar ReinUsesLisp2019-05-271-0/+1
* | | | | | | | | gl_shader_gen: Always declare extensions after the version declarationGravatar ReinUsesLisp2019-05-272-7/+5
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2516 from lioncash/labelGravatar bunnei2019-05-252-10/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | renderer_opengl/utils: Use a std::string_view with LabelGLObject()Gravatar Lioncash2019-05-242-10/+10
| |/ / / / / / /
* | | | | | | | Merge pull request #2509 from lioncash/aocGravatar bunnei2019-05-251-19/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | service/aoc: Avoid allocating and discarding dataGravatar Lioncash2019-05-231-8/+8
| * | | | | | | | service/aoc: Remove unnecessary includesGravatar Lioncash2019-05-221-2/+0
| * | | | | | | | service/aoc: Pop all passed values where applicableGravatar Lioncash2019-05-221-12/+45
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #2511 from lioncash/file-strGravatar bunnei2019-05-253-45/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | common/file_util: Remove unnecessary return at end of void StripTailDirSlashes()Gravatar Lioncash2019-05-231-6/+8
| * | | | | | | | common/file_util: Make GetCurrentDir() return a std::optionalGravatar Lioncash2019-05-232-3/+4
| * | | | | | | | common/file_util: Remove duplicated documentation commentsGravatar Lioncash2019-05-231-25/+0
| * | | | | | | | common/file_util: Make ReadFileToString and WriteStringToFile consistentGravatar Lioncash2019-05-233-7/+7
| * | | | | | | | common/file_util: Remove unnecessary c_str() callsGravatar Lioncash2019-05-231-2/+2
| * | | | | | | | common/file_util: Make IOFile's WriteString take a std::string_viewGravatar Lioncash2019-05-231-2/+2
| |/ / / / / / /
* | | | | | | | configure_hotkeys: Remove unnecessary Settings::Apply() callGravatar Lioncash2019-05-251-1/+0
* | | | | | | | configure_hotkeys: Tidy up key sequence conflict error stringGravatar Lioncash2019-05-251-2/+2
* | | | | | | | configure_hotkeys: Change critical error dialog into a warning dialogGravatar Lioncash2019-05-251-2/+2
* | | | | | | | configure_hotkeys: Move conflict detection logic to IsUsedKey()Gravatar Lioncash2019-05-252-14/+15
* | | | | | | | configure_hotkeys: Remove unused EmitHotkeysChanged()Gravatar Lioncash2019-05-253-13/+0
* | | | | | | | sequence_dialog: Reorganize the constructorGravatar Lioncash2019-05-251-4/+8
* | | | | | | | sequence_dialog: Remove unnecessary horizontal specifierGravatar Lioncash2019-05-251-2/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2513 from lioncash/stringGravatar bunnei2019-05-245-126/+168
|\ \ \ \ \ \ \
| * | | | | | | yuzu/CMakeLists: Disable implicit QString conversionsGravatar Lioncash2019-05-241-0/+4
| * | | | | | | yuzu/applets/software_keyboard: Remove unused assert headerGravatar Lioncash2019-05-241-1/+0
| * | | | | | | yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()Gravatar Lioncash2019-05-241-1/+1
| * | | | | | | yuzu/applets/software_keyboard: Resolve sign mismatch comparisonGravatar Lioncash2019-05-241-1/+1
| * | | | | | | yuzu/applets/software_keyboard: Specify string conversions explicitlyGravatar Lioncash2019-05-242-10/+18
| * | | | | | | yuzu/applets/error: Specify string conversions explicitlyGravatar Lioncash2019-05-241-2/+3
| * | | | | | | yuzu/main: Specify string conversions where applicableGravatar Lioncash2019-05-241-115/+145
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2358 from ReinUsesLisp/parallel-shaderGravatar bunnei2019-05-249-62/+122
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | gl_shader_cache: Fix clang strict standard build issuesGravatar ReinUsesLisp2019-05-203-9/+13
| * | | | | | gl_shader_cache: Use shared contexts to build shaders in parallelGravatar ReinUsesLisp2019-05-207-56/+112
* | | | | | | Merge pull request #2485 from ReinUsesLisp/generic-memoryGravatar bunnei2019-05-243-35/+73
|\ \ \ \ \ \ \
| * | | | | | | shader/memory: Implement ST (generic memory)Gravatar ReinUsesLisp2019-05-202-21/+36
| * | | | | | | shader/memory: Implement LD (generic memory)Gravatar ReinUsesLisp2019-05-203-15/+38
| |/ / / / / /