| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Merge pull request #2515 from lioncash/narrowing | 2019-06-05 | 1 | -6/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect ... | 2019-05-24 | 1 | -6/+5 | ||
| * | | | | | | | | | | | Merge pull request #2532 from ShalokShalom/patch-2 | 2019-06-05 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Remove outdated info about compability | 2019-05-30 | 1 | -1/+1 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2536 from lioncash/cache | 2019-06-05 | 1 | -36/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | game_list_worker: Use QFile over our own IOFile instance or std streams | 2019-05-30 | 1 | -28/+24 | ||
| | * | | | | | | | | | | | game_list_worker: Remove template specializations | 2019-05-30 | 1 | -8/+2 | ||
| * | | | | | | | | | | | | Merge pull request #2529 from lioncash/boot | 2019-06-04 | 4 | -44/+61 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | yuzu/bootmanager: Log out screenshot destination path | 2019-06-03 | 1 | -6/+11 | ||
| | * | | | | | | | | | | | yuzu/bootmanager: Treat the resolution factor as a u32 | 2019-06-03 | 4 | -16/+25 | ||
| | * | | | | | | | | | | | yuzu/bootmanager: Default EmuThread's destructor in the cpp file | 2019-06-03 | 2 | -1/+4 | ||
| | * | | | | | | | | | | | yuzu/bootmanager: unsigned -> u32 | 2019-06-03 | 2 | -11/+11 | ||
| | * | | | | | | | | | | | yuzu/bootmanager: Change false literal to 0 for setSwapInterval() | 2019-06-03 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor | 2019-06-03 | 2 | -4/+3 | ||
| | * | | | | | | | | | | | yuzu/bootmanager: Remove unnecessary pointer casts | 2019-06-03 | 1 | -5/+6 | ||
| | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2525 from FearlessTobi/remove-unused-settings | 2019-06-04 | 3 | -170/+44 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | yuzu: Remove unused birthday setting | 2019-05-29 | 3 | -170/+44 | ||
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2543 from FernandoS27/exit-flow | 2019-06-04 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | shader_bytecode: Mark EXIT as flow instruction | 2019-06-04 | 1 | -1/+1 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | input_common/sdl/sdl_impl: Silence sign conversion warnings | 2019-05-31 | 1 | -3/+3 | ||
| * | | | | | | | | | | common/math_util: Provide a template deduction guide for Common::Rectangle | 2019-05-31 | 1 | -0/+3 | ||
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1931 from DarkLordZach/mii-database-1 | 2019-05-30 | 18 | -127/+1157 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | mii_manager: Fix incorrect loop condition in mii UUID generation code | 2019-04-25 | 3 | -2/+3 | ||
| | * | | | | | | | | | profile_select: Port Service::Account::UUID to Common::UUID | 2019-04-25 | 9 | -29/+27 | ||
| | * | | | | | | | | | mii: Implement Delete and Destroy file | 2019-04-25 | 4 | -13/+122 | ||
| | * | | | | | | | | | mii: Implement IsUpdated command (IPC 0) | 2019-04-25 | 3 | -9/+34 | ||
| | * | | | | | | | | | mii_manager: Cleanup and optimization | 2019-04-25 | 5 | -39/+55 | ||
| | * | | | | | | | | | mii: Implement IDatabaseService commands using MiiManager | 2019-04-25 | 2 | -15/+244 | ||
| | * | | | | | | | | | mii: Add MiiManager class to manage Mii database | 2019-04-25 | 2 | -0/+622 | ||
| | * | | | | | | | | | common: Extract UUID to its own class | 2019-04-25 | 6 | -78/+108 | ||
| * | | | | | | | | | | Merge pull request #2431 from DarkLordZach/game-list-cache | 2019-05-30 | 5 | -7/+133 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | 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 | ||
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2524 from ReinUsesLisp/fixup-extension | 2019-05-27 | 3 | -7/+6 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | 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 | ||
| | |/ / / / / / / | ||||||