summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: AddressArbiter: Remove unused code.Gravatar bunnei2020-11-292-9/+0
* hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled.Gravatar bunnei2020-11-291-1/+2
* common: fiber: Use boost::context instead of native fibers on Windows.Gravatar bunnei2020-11-293-116/+9
* hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.Gravatar bunnei2020-11-2915-72/+124
* Merge pull request #4998 from Morph1984/bioshock-patchGravatar bunnei2020-11-281-2/+4
|\
| * hid: Check if applet_resource exists in InitializeVibrationDeviceGravatar Morph2020-11-251-2/+4
* | Add missing types to NpadCommunicationModeGravatar german2020-11-281-0/+2
* | Merge pull request #5021 from german77/StubCommunicationModeGravatar bunnei2020-11-284-2/+50
|\ \
| * | Stub set and get NpadCommunicationModeGravatar german2020-11-264-2/+50
* | | audio_core: Remove temp_mix_bufferGravatar Chloe Marcec2020-11-282-3/+1
* | | Merge pull request #5015 from comex/xx-sign-compareGravatar bunnei2020-11-271-2/+2
|\ \ \
| * | | tests: Fix warning about comparison between signed and unsignedGravatar comex2020-11-271-2/+2
* | | | Merge pull request #5011 from lioncash/file-str2Gravatar bunnei2020-11-271-12/+22
|\ \ \ \
| * | | | core: Reduce string copies in GetGameFileFromPath()Gravatar Lioncash2020-11-261-12/+22
| |/ / /
* | | | Merge pull request #5014 from comex/xx-invalid-offsetofGravatar LC2020-11-271-0/+1
|\ \ \ \
| * | | | CMakeLists: disable -Winvalid-offsetofGravatar comex2020-11-271-0/+1
| |/ / /
* | | | core: Eliminate remaining usages of the global system instanceGravatar Lioncash2020-11-2721-1593/+58
* | | | savedata_factory: Eliminate usage of the global system instanceGravatar Lioncash2020-11-274-14/+22
* | | | Merge pull request #5018 from lioncash/service-globalGravatar Rodrigo Locatti2020-11-27222-907/+1221
|\ \ \ \ | |_|/ / |/| | |
| * | | service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-26222-907/+1221
| |/ /
* / / codec: Fix `pragma GCC diagnostic pop` missing corresponding pushGravatar comex2020-11-261-0/+1
|/ /
* | 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