| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast | 2019-06-03 | 1 | -2/+4 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Use insert_or_assign() where applicable | 2019-06-03 | 1 | -3/+3 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling | 2019-06-03 | 1 | -15/+14 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Resolve two sign conversion warnings | 2019-06-03 | 1 | -10/+16 | ||
| | * | | | | | | | | | input_common/sdl: Remove unused header includes and forward declarations | 2019-06-03 | 3 | -11/+5 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable | 2019-06-03 | 1 | -5/+2 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2510 from SciresM/desired_language | 2019-06-05 | 10 | -402/+1081 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Fix bitmask logic inversion | 2019-05-23 | 1 | -2/+1 | ||
| | * | | | | | | | | fix introduced clang-format errors | 2019-05-23 | 1 | -3/+2 | ||
| | * | | | | | | | | Address review comments | 2019-05-23 | 6 | -47/+120 | ||
| | * | | | | | | | | clang-format fixes | 2019-05-23 | 4 | -31/+32 | ||
| | * | | | | | | | | Implement IApplicationFunctions::GetDesiredLanguage | 2019-05-23 | 9 | -403/+1010 | ||
| * | | | | | | | | | Merge pull request #2527 from lioncash/index | 2019-06-05 | 5 | -34/+16 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu/software_keyboard: Remove unnecessary GetStatus() member function | 2019-05-29 | 3 | -10/+1 | ||
| | * | | | | | | | | | profile_select: Remove unnecessary GetStatus() member function | 2019-05-29 | 3 | -18/+8 | ||
| | * | | | | | | | | | profile_select: Return int instead of u32 for GetIndex() | 2019-05-29 | 3 | -8/+9 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2534 from ReinUsesLisp/shader-cleanup | 2019-06-05 | 2 | -31/+36 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_shader_cache: Store a system class and drop global accessors | 2019-05-30 | 2 | -7/+9 | ||
| | * | | | | | | | | | gl_shader_cache: Add commentaries explaining the intention in shaders creation | 2019-05-30 | 1 | -0/+2 | ||
| | * | | | | | | | | | gl_shader_cache: Flip if condition in GetStageProgram to reduce indentation | 2019-05-30 | 1 | -25/+26 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2531 from ReinUsesLisp/qt-warnings | 2019-06-05 | 3 | -15/+15 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | qt: Silence name collision warnings | 2019-05-29 | 3 | -15/+15 | ||
| * | | | | | | | | | | 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 #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 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||