| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | main: Remove extraneous comment | 2019-05-30 | 1 | -1/+0 | ||
| | * | | | | | | | | | game_list_worker: Add better error handling to caching | 2019-05-26 | 2 | -23/+42 | ||
| | * | | | | | | | | | yuzu: Clear partial/full game list cache when data is updated | 2019-05-26 | 2 | -0/+13 | ||
| | * | | | | | | | | | game_list: Implement caching for game list | 2019-05-26 | 1 | -7/+99 | ||
| | * | | | | | | | | | ui_settings: Add option to cache game list | 2019-05-26 | 2 | -0/+3 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2446 from ReinUsesLisp/tid | 2019-05-29 | 4 | -22/+76 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | shader: Implement S2R Tid{XYZ} and CtaId{XYZ} | 2019-05-20 | 4 | -15/+69 | ||
| | * | | | | | | | | | gl_shader_decompiler: Make GetSwizzle constexpr | 2019-05-20 | 1 | -7/+7 | ||
| * | | | | | | | | | | Merge pull request #2518 from ReinUsesLisp/sdl2-window | 2019-05-29 | 9 | -186/+216 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy | 2019-05-26 | 5 | -10/+5 | ||
| | * | | | | | | | | | yuzu_cmd: Split emu_window OpenGL implementation into its own file | 2019-05-25 | 6 | -176/+211 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2519 from lioncash/sign | 2019-05-27 | 2 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | core_timing_util: Silence sign-comparison warnings | 2019-05-25 | 1 | -4/+4 | ||
| | * | | | | | | | | | loader/nso: Silence sign-comparison warning | 2019-05-25 | 1 | -1/+1 | ||
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | gl_device: Add commentary to AOFFI unit test source code | 2019-05-27 | 1 | -0/+1 | ||
| * | | | | | | | | | gl_shader_gen: Always declare extensions after the version declaration | 2019-05-27 | 2 | -7/+5 | ||
| | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2516 from lioncash/label | 2019-05-25 | 2 | -10/+10 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | renderer_opengl/utils: Use a std::string_view with LabelGLObject() | 2019-05-24 | 2 | -10/+10 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2509 from lioncash/aoc | 2019-05-25 | 1 | -19/+50 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/aoc: Avoid allocating and discarding data | 2019-05-23 | 1 | -8/+8 | ||
| | * | | | | | | | | service/aoc: Remove unnecessary includes | 2019-05-22 | 1 | -2/+0 | ||
| | * | | | | | | | | service/aoc: Pop all passed values where applicable | 2019-05-22 | 1 | -12/+45 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2511 from lioncash/file-str | 2019-05-25 | 3 | -45/+23 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() | 2019-05-23 | 1 | -6/+8 | ||
| | * | | | | | | | | common/file_util: Make GetCurrentDir() return a std::optional | 2019-05-23 | 2 | -3/+4 | ||
| | * | | | | | | | | common/file_util: Remove duplicated documentation comments | 2019-05-23 | 1 | -25/+0 | ||
| | * | | | | | | | | common/file_util: Make ReadFileToString and WriteStringToFile consistent | 2019-05-23 | 3 | -7/+7 | ||
| | * | | | | | | | | common/file_util: Remove unnecessary c_str() calls | 2019-05-23 | 1 | -2/+2 | ||
| | * | | | | | | | | common/file_util: Make IOFile's WriteString take a std::string_view | 2019-05-23 | 1 | -2/+2 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | configure_hotkeys: Remove unnecessary Settings::Apply() call | 2019-05-25 | 1 | -1/+0 | ||
| * | | | | | | | | configure_hotkeys: Tidy up key sequence conflict error string | 2019-05-25 | 1 | -2/+2 | ||
| * | | | | | | | | configure_hotkeys: Change critical error dialog into a warning dialog | 2019-05-25 | 1 | -2/+2 | ||
| * | | | | | | | | configure_hotkeys: Move conflict detection logic to IsUsedKey() | 2019-05-25 | 2 | -14/+15 | ||
| * | | | | | | | | configure_hotkeys: Remove unused EmitHotkeysChanged() | 2019-05-25 | 3 | -13/+0 | ||
| * | | | | | | | | sequence_dialog: Reorganize the constructor | 2019-05-25 | 1 | -4/+8 | ||
| * | | | | | | | | sequence_dialog: Remove unnecessary horizontal specifier | 2019-05-25 | 1 | -2/+1 | ||
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #2513 from lioncash/string | 2019-05-24 | 5 | -126/+168 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | yuzu/CMakeLists: Disable implicit QString conversions | 2019-05-24 | 1 | -0/+4 | ||
| | * | | | | | | | yuzu/applets/software_keyboard: Remove unused assert header | 2019-05-24 | 1 | -1/+0 | ||
| | * | | | | | | | yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() | 2019-05-24 | 1 | -1/+1 | ||
| | * | | | | | | | yuzu/applets/software_keyboard: Resolve sign mismatch comparison | 2019-05-24 | 1 | -1/+1 | ||
| | * | | | | | | | yuzu/applets/software_keyboard: Specify string conversions explicitly | 2019-05-24 | 2 | -10/+18 | ||
| | * | | | | | | | yuzu/applets/error: Specify string conversions explicitly | 2019-05-24 | 1 | -2/+3 | ||
| | * | | | | | | | yuzu/main: Specify string conversions where applicable | 2019-05-24 | 1 | -115/+145 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2358 from ReinUsesLisp/parallel-shader | 2019-05-24 | 9 | -62/+122 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | gl_shader_cache: Fix clang strict standard build issues | 2019-05-20 | 3 | -9/+13 | ||
| | * | | | | | | gl_shader_cache: Use shared contexts to build shaders in parallel | 2019-05-20 | 7 | -56/+112 | ||
| * | | | | | | | Merge pull request #2485 from ReinUsesLisp/generic-memory | 2019-05-24 | 3 | -35/+73 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | shader/memory: Implement ST (generic memory) | 2019-05-20 | 2 | -21/+36 | ||
| | * | | | | | | | shader/memory: Implement LD (generic memory) | 2019-05-20 | 3 | -15/+38 | ||
| | |/ / / / / / | ||||||