summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/core_timing_utils: Simplify overload setGravatar Lioncash2019-06-042-49/+2
* Merge pull request #2525 from FearlessTobi/remove-unused-settingsGravatar Mat M2019-06-043-170/+44
|\
| * yuzu: Remove unused birthday settingGravatar fearlessTobi2019-05-293-170/+44
* | shader_bytecode: Mark EXIT as flow instructionGravatar Fernando Sahmkow2019-06-041-1/+1
* | input_common/sdl/sdl_impl: Silence sign conversion warningsGravatar Lioncash2019-05-311-3/+3
* | common/math_util: Provide a template deduction guide for Common::RectangleGravatar Lioncash2019-05-311-0/+3
* | Merge pull request #1931 from DarkLordZach/mii-database-1Gravatar bunnei2019-05-3018-127/+1157
|\ \
| * | mii_manager: Fix incorrect loop condition in mii UUID generation codeGravatar Zach Hilman2019-04-253-2/+3
| * | profile_select: Port Service::Account::UUID to Common::UUIDGravatar Zach Hilman2019-04-259-29/+27
| * | mii: Implement Delete and Destroy fileGravatar Zach Hilman2019-04-254-13/+122
| * | mii: Implement IsUpdated command (IPC 0)Gravatar Zach Hilman2019-04-253-9/+34
| * | mii_manager: Cleanup and optimizationGravatar Zach Hilman2019-04-255-39/+55
| * | mii: Implement IDatabaseService commands using MiiManagerGravatar Zach Hilman2019-04-252-15/+244
| * | mii: Add MiiManager class to manage Mii databaseGravatar Zach Hilman2019-04-252-0/+622
| * | common: Extract UUID to its own classGravatar Zach Hilman2019-04-256-78/+108
* | | Merge pull request #2431 from DarkLordZach/game-list-cacheGravatar bunnei2019-05-305-7/+133
|\ \ \
| * | | 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