summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-26222-907/+1221
* Merge pull request #4975 from comex/invalid-syncpoint-idGravatar bunnei2020-11-262-13/+20
|\
| * nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDGravatar comex2020-11-242-13/+20
* | Merge pull request #4981 from ogniK5377/ioctl-ctrlGravatar bunnei2020-11-2524-91/+214
|\ \
| * | nvservices: Reintroducee IoctlCtrlGravatar Chloe Marcec2020-11-2424-91/+214
* | | input_common: ignore some Clang warnings after 5c4774e8ce1dGravatar Jan Beich2020-11-251-2/+2
* | | Merge pull request #4976 from comex/poll-eventsGravatar Rodrigo Locatti2020-11-2510-73/+68
|\ \ \
| * | | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...Gravatar comex2020-11-2310-73/+68
| | |/ | |/|
* | | Merge pull request #4946 from ameerj/alpha-testGravatar Rodrigo Locatti2020-11-255-3/+65
|\ \ \
| * | | cleanup unneeded comments and newlinesGravatar ameerj2020-11-251-6/+0
| * | | Refactor MaxwellToSpirvComparison. Use Common::BitCastGravatar ameerj2020-11-253-31/+34
| * | | Address PR feedback from ReinGravatar ameerj2020-11-245-40/+31
| * | | vulkan_renderer: Alpha Test Culling ImplementationGravatar ameerj2020-11-245-2/+76
* | | | Merge pull request #4959 from Morph1984/emulated-controller-stylesetGravatar bunnei2020-11-254-99/+192
|\ \ \ \
| * | | | applets/controller: Use a pair of emulated controller index to controller typeGravatar Morph2020-11-202-44/+96
| * | | | configure_input_player: Use the npad style set to show the available controllersGravatar Morph2020-11-202-55/+96
* | | | | Merge pull request #4932 from ogniK5377/misc-audioGravatar bunnei2020-11-2513-103/+198
|\ \ \ \ \
| * | | | | Addressed changesGravatar Chloe Marcec2020-11-174-10/+13
| * | | | | audren: Make use of nodiscard, rework downmixing, release all buffersGravatar Chloe Marcec2020-11-1713-102/+194
* | | | | | Merge pull request #4978 from bunnei/shutdown-crashGravatar bunnei2020-11-251-7/+17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | core: cpu_manager: Fix shutdown crash when closing before emulation starts.Gravatar bunnei2020-11-241-7/+17
* | | | | | Merge pull request #4905 from german77/AnalogFromButtonGravatar bunnei2020-11-241-19/+103
|\ \ \ \ \ \
| * | | | | | fix minor clang errorGravatar german2020-11-101-1/+1
| * | | | | | Allow to dial any angle with digital joystickGravatar german2020-11-081-19/+103
* | | | | | | frontend: yuzu (qt): Register a callback for ExecuteProgram.Gravatar bunnei2020-11-244-7/+38
* | | | | | | service: am: Implement ExecuteProgram and required stubs.Gravatar bunnei2020-11-242-3/+34
* | | | | | | core: loader: Implement support for loading indexed programs.Gravatar bunnei2020-11-2412-26/+74
| |/ / / / / |/| | | | |
* | | | | | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)Gravatar bunnei2020-11-2417-100/+104
* | | | | | Merge pull request #3681 from lioncash/componentGravatar Rodrigo Locatti2020-11-241-2/+2
|\ \ \ \ \ \
| * | | | | | decode/image: Fix typo in assert in GetComponentSize()Gravatar Lioncash2020-04-151-3/+3
| * | | | | | decoder/image: Fix incorrect G24R8 component sizes in GetComponentSize()Gravatar Lioncash2020-04-151-2/+2
* | | | | | | Merge pull request #4942 from lioncash/systemGravatar Rodrigo Locatti2020-11-244-100/+85
|\ \ \ \ \ \ \
| * | | | | | | core: Remove unused private Init function for the System classGravatar Lioncash2020-11-182-16/+4
| * | | | | | | core: Make use of [[nodiscard]] with the System classGravatar Lioncash2020-11-184-85/+82
* | | | | | | | Merge pull request #4972 from lioncash/unused4Gravatar Rodrigo Locatti2020-11-241-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | svc: Remove unnecessary [[maybe_unused]] tagGravatar Lioncash2020-11-231-1/+1
* | | | | | | | | input_common: Fix typo in gc_poller.cpp with [[maybe_unused]].Gravatar bunnei2020-11-231-2/+2
* | | | | | | | | input_common: Add more missing [[maybe_unused]] from #4927.Gravatar bunnei2020-11-233-4/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix warnings in core/frontend/input.h with [[maybe_unused]]Gravatar bunnei2020-11-231-1/+3
* | | | | | | | Merge pull request #4927 from lioncash/input-errorGravatar bunnei2020-11-238-10/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | input_common: Treat warnings as errorsGravatar Lioncash2020-11-228-10/+23
* | | | | | | | Merge pull request #4451 from slashiee/extended-loggingGravatar bunnei2020-11-235-11/+54
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | logging/settings: Increase maximum log size to 100 MB and add extended loggin...Gravatar M&M2020-08-245-11/+54
* | | | | | | | Merge pull request #4944 from lioncash/system-remGravatar bunnei2020-11-2126-157/+259
|\ \ \ \ \ \ \ \
| * | | | | | | | patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-1826-157/+259
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4954 from lioncash/compareGravatar Morph2020-11-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | gl_rasterizer: Make floating-point literal a floatGravatar Lioncash2020-11-201-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4955 from lioncash/move3Gravatar bunnei2020-11-211-19/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | async_shaders: emplace threads into the worker thread vectorGravatar Lioncash2020-11-201-2/+2
| * | | | | | | | async_shaders: Simplify implementation of GetCompletedWork()Gravatar Lioncash2020-11-201-2/+1