| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | gl_shader_decompiler: Remove guest "position" varying | 2019-06-03 | 2 | -36/+21 | ||
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2419 from DarkLordZach/srv-lr-iface | 2019-06-05 | 1 | -3/+77 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | ncm: Implement LR OpenAddOnContentLocationResolver (2) | 2019-05-26 | 1 | -24/+21 | ||
| | * | | | | | | | | | ncm: Implement LR OpenRegisteredLocationResolver (1) | 2019-05-26 | 1 | -0/+27 | ||
| | * | | | | | | | | | ncm: Implement LR OpenLocationResolver (0) | 2019-05-26 | 1 | -0/+50 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2521 from lioncash/naming | 2019-06-05 | 33 | -213/+234 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu/configuration: Make function naming consistent | 2019-06-05 | 33 | -213/+234 | ||
| * | | | | | | | | | | Merge pull request #2512 from ReinUsesLisp/comp-indexing | 2019-06-05 | 3 | -3/+80 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | gl_shader_decompiler: Use an if based cbuf indexing for broken drivers | 2019-05-24 | 1 | -3/+20 | ||
| | * | | | | | | | | | gl_device: Add test to detect broken component indexing | 2019-05-24 | 2 | -0/+60 | ||
| * | | | | | | | | | | Merge pull request #2526 from lioncash/global | 2019-06-05 | 9 | -75/+98 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core/core: Remove unnecessary includes | 2019-05-29 | 3 | -13/+37 | ||
| | * | | | | | | | | | | yuzu_cmd/yuzu: Correct formatting specifier | 2019-05-28 | 1 | -1/+1 | ||
| | * | | | | | | | | | | core/loader: Remove LoadKernelSystemMode | 2019-05-28 | 5 | -29/+0 | ||
| | * | | | | | | | | | | core/telemetry_session: Remove unnecessary web service nulling out in destructor | 2019-05-28 | 1 | -2/+1 | ||
| | * | | | | | | | | | | core/telemetry_session: Remove usages of the global system accessor | 2019-05-28 | 3 | -30/+54 | ||
| | * | | | | | | | | | | core/telemetry_session: Explicitly delete copy and move constructors | 2019-05-28 | 1 | -1/+7 | ||
| | * | | | | | | | | | | core/telemetry_session: Remove unused include | 2019-05-28 | 1 | -1/+0 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2545 from lioncash/timing | 2019-06-05 | 7 | -78/+38 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core/core_timing_util: Amend casing of cyclesTo* functions | 2019-06-04 | 3 | -6/+6 | ||
| | * | | | | | | | | | | core/core_timing_util: Use std::chrono types for specifying time units | 2019-06-04 | 7 | -36/+43 | ||
| | * | | | | | | | | | | core/core_timing_utils: Simplify overload set | 2019-06-04 | 2 | -49/+2 | ||
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2541 from lioncash/input | 2019-06-05 | 3 | -78/+76 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Correct logging string in SDLState constructor | 2019-06-03 | 1 | -1/+1 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Move documentation comments to header where applic... | 2019-06-03 | 2 | -7/+6 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller | 2019-06-03 | 1 | -13/+13 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Mark variables const where applicable | 2019-06-03 | 1 | -10/+11 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static | 2019-06-03 | 1 | -1/+1 | ||
| | * | | | | | | | | | 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 | ||