| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Merge pull request #4981 from ogniK5377/ioctl-ctrl | 2020-11-25 | 24 | -91/+214 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | nvservices: Reintroducee IoctlCtrl | 2020-11-24 | 24 | -91/+214 | ||
| * | | | | | | | | | | input_common: ignore some Clang warnings after 5c4774e8ce1d | 2020-11-25 | 1 | -2/+2 | ||
| | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4976 from comex/poll-events | 2020-11-25 | 10 | -73/+68 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai... | 2020-11-23 | 10 | -73/+68 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #4946 from ameerj/alpha-test | 2020-11-25 | 5 | -3/+65 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | cleanup unneeded comments and newlines | 2020-11-25 | 1 | -6/+0 | ||
| | * | | | | | | | Refactor MaxwellToSpirvComparison. Use Common::BitCast | 2020-11-25 | 3 | -31/+34 | ||
| | * | | | | | | | Address PR feedback from Rein | 2020-11-24 | 5 | -40/+31 | ||
| | * | | | | | | | vulkan_renderer: Alpha Test Culling Implementation | 2020-11-24 | 5 | -2/+76 | ||
| * | | | | | | | | Merge pull request #4959 from Morph1984/emulated-controller-styleset | 2020-11-25 | 4 | -99/+192 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | applets/controller: Use a pair of emulated controller index to controller type | 2020-11-20 | 2 | -44/+96 | ||
| | * | | | | | | | | configure_input_player: Use the npad style set to show the available controllers | 2020-11-20 | 2 | -55/+96 | ||
| * | | | | | | | | | Merge pull request #4932 from ogniK5377/misc-audio | 2020-11-25 | 13 | -103/+198 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Addressed changes | 2020-11-17 | 4 | -10/+13 | ||
| | * | | | | | | | | audren: Make use of nodiscard, rework downmixing, release all buffers | 2020-11-17 | 13 | -102/+194 | ||
| * | | | | | | | | | Merge pull request #4978 from bunnei/shutdown-crash | 2020-11-25 | 1 | -7/+17 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | core: cpu_manager: Fix shutdown crash when closing before emulation starts. | 2020-11-24 | 1 | -7/+17 | ||
| * | | | | | | | | | Merge pull request #4905 from german77/AnalogFromButton | 2020-11-24 | 1 | -19/+103 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | fix minor clang error | 2020-11-10 | 1 | -1/+1 | ||
| | * | | | | | | | | | Allow to dial any angle with digital joystick | 2020-11-08 | 1 | -19/+103 | ||
| * | | | | | | | | | | frontend: yuzu (qt): Register a callback for ExecuteProgram. | 2020-11-24 | 4 | -7/+38 | ||
| * | | | | | | | | | | service: am: Implement ExecuteProgram and required stubs. | 2020-11-24 | 2 | -3/+34 | ||
| * | | | | | | | | | | core: loader: Implement support for loading indexed programs. | 2020-11-24 | 12 | -26/+74 | ||
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) | 2020-11-24 | 17 | -100/+104 | ||
| * | | | | | | | | | Merge pull request #3681 from lioncash/component | 2020-11-24 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | decode/image: Fix typo in assert in GetComponentSize() | 2020-04-15 | 1 | -3/+3 | ||
| | * | | | | | | | | | decoder/image: Fix incorrect G24R8 component sizes in GetComponentSize() | 2020-04-15 | 1 | -2/+2 | ||
| * | | | | | | | | | | Merge pull request #4942 from lioncash/system | 2020-11-24 | 4 | -100/+85 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core: Remove unused private Init function for the System class | 2020-11-18 | 2 | -16/+4 | ||
| | * | | | | | | | | | | core: Make use of [[nodiscard]] with the System class | 2020-11-18 | 4 | -85/+82 | ||
| * | | | | | | | | | | | Merge pull request #4972 from lioncash/unused4 | 2020-11-24 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | svc: Remove unnecessary [[maybe_unused]] tag | 2020-11-23 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | input_common: Fix typo in gc_poller.cpp with [[maybe_unused]]. | 2020-11-23 | 1 | -2/+2 | ||
| * | | | | | | | | | | | | input_common: Add more missing [[maybe_unused]] from #4927. | 2020-11-23 | 3 | -4/+6 | ||
| | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix warnings in core/frontend/input.h with [[maybe_unused]] | 2020-11-23 | 1 | -1/+3 | ||
| * | | | | | | | | | | | Merge pull request #4927 from lioncash/input-error | 2020-11-23 | 8 | -10/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | input_common: Treat warnings as errors | 2020-11-22 | 8 | -10/+23 | ||
| * | | | | | | | | | | | Merge pull request #4451 from slashiee/extended-logging | 2020-11-23 | 5 | -11/+54 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | logging/settings: Increase maximum log size to 100 MB and add extended loggin... | 2020-08-24 | 5 | -11/+54 | ||
| * | | | | | | | | | | | Merge pull request #4944 from lioncash/system-rem | 2020-11-21 | 26 | -157/+259 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | patch_manager: Remove usages of the global system instance | 2020-11-18 | 26 | -157/+259 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4954 from lioncash/compare | 2020-11-22 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | gl_rasterizer: Make floating-point literal a float | 2020-11-20 | 1 | -1/+1 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4955 from lioncash/move3 | 2020-11-21 | 1 | -19/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | async_shaders: emplace threads into the worker thread vector | 2020-11-20 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | async_shaders: Simplify implementation of GetCompletedWork() | 2020-11-20 | 1 | -2/+1 | ||
| | * | | | | | | | | | | | async_shaders: Simplify moving data into the pending queue | 2020-11-20 | 1 | -13/+8 | ||
| | * | | | | | | | | | | | async_shaders: std::move data within QueueVulkanShader() | 2020-11-20 | 1 | -2/+2 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4907 from ogniK5377/nvdrv-cleanup | 2020-11-20 | 26 | -898/+1220 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||