summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | input_common: Fix mouse panning behaivourGravatar german772021-07-163-5/+8
| |/ / / / /
* / / / / / configure_audio: Fix volume clamping to 0Gravatar Morph2021-07-161-6/+6
|/ / / / /
* | | | | Merge pull request #6579 from ameerj/float-settingsGravatar bunnei2021-07-1511-69/+39
|\ \ \ \ \ | |_|_|/ / |/| | | | settings: Eliminate usage of float-point setting values
| * | | | configure_input: Use u8 for mouse sensitivityGravatar ameerj2021-07-083-11/+8
| | | | |
| * | | | config: Remove float {Read,Write}Setting variantsGravatar ameerj2021-07-082-29/+2
| | | | |
| * | | | configure_graphics: Use u8 for bg_color valuesGravatar ameerj2021-07-085-19/+20
| | | | |
| * | | | configure_audio: Use u8 for volume valueGravatar ameerj2021-07-084-10/+9
| | |_|/ | |/| |
* | | | Merge pull request #6635 from ameerj/intel-vk-sm3dwGravatar Fernando S2021-07-151-2/+4
|\ \ \ \ | | | | | | | | | | vk_rasterizer: Only clear valid color attachments
| * | | | vk_rasterizer: Only clear valid color attachmentsGravatar ameerj2021-07-131-2/+4
| | | | |
* | | | | Merge pull request #6525 from ameerj/nvdec-fixesGravatar Fernando S2021-07-152-56/+50
|\ \ \ \ \ | | | | | | | | | | | | nvdec: Fix Submit Ioctl data source, vic frame dimension computations
| * | | | | vic: Fix dimension compuation of YUV framesGravatar ameerj2021-07-151-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | Fixes out of bound memory crashes in Mario Golf
| * | | | | nvhost_nvdec_common: Read Submit ioctl data from object addrGravatar ameerj2021-07-141-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes Mario Golf intro video decoding.
| * | | | | nvhost_nvdec_common: Fix {Slice/Write}Vectors returnGravatar ameerj2021-07-141-37/+38
| | | | | | | | | | | | | | | | | | | | | | | | Plus some minor cleanup for consistency.
* | | | | | applets/web: Resolve Nintendo CDN URLsGravatar Morph2021-07-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the hint videos in New Super Mario Bros. U Deluxe
* | | | | | service: Append service name prefix to common filenamesGravatar Morph2021-07-1441-56/+56
| | | | | |
* | | | | | applets: Append applet_ prefix to backend appletsGravatar Morph2021-07-1419-33/+33
| | | | | |
* | | | | | applets: Append qt_ prefix to Qt frontend appletsGravatar Morph2021-07-1415-25/+26
| | | | | |
* | | | | | Merge pull request #6599 from german77/disable_rumbleGravatar Ameer J2021-07-131-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | npad: Disable vibration check if disabled
| * | | | | npad: Disable vibration check if disabledGravatar german772021-07-101-0/+5
| | | | | |
* | | | | | Merge pull request #6574 from lioncash/i18nGravatar bunnei2021-07-121-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | qt/main: Make title string more i18n-friendly
| * | | | | | qt/main: Make title string more i18n-friendlyGravatar Lioncash2021-07-081-2/+4
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, whether or not the title is 32-bit or 64-bit was being appended as a suffix to the title, which is fine for left-to-right languages, but may not always fly so smoothly with some right-to-left languages. We also weren't marking that portion of the string as translatable, which prevents translators from translating part of the title string.
* | | | | | Merge pull request #6593 from german77/no_sdlGravatar bunnei2021-07-121-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | input_common: Fix build with SDL disabled
| * | | | | | input_common: Fix build with sdl disabledGravatar german772021-07-101-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6615 from ReinUsesLisp/httplib-debug-warningsGravatar bunnei2021-07-122-0/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | boxcat,web_service: Silence -Wmaybe-uninitialized when including httplib.h
| * | | | | | web_service: Silence -Wmaybe-uninitialized on httplib.hGravatar ReinUsesLisp2021-07-121-0/+10
| | | | | | |
| * | | | | | boxcat: Silence -Wmaybe-uninitialized in httplib.hGravatar ReinUsesLisp2021-07-121-0/+3
| | | | | | |
* | | | | | | Merge pull request #6618 from ReinUsesLisp/bad-rangesGravatar bunnei2021-07-121-1/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | content_archive: Remove unnecessary include to <ranges>
| * | | | | | | content_archive: Remove unnecessary include to <ranges>Gravatar ReinUsesLisp2021-07-121-1/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Fixes build issues on clang.
* | | | | | | Merge pull request #6571 from Kelebek1/MixGravatar bunnei2021-07-121-0/+9
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | audio_core: Replace NaN mix volume samples with silence
| * | | | | | Replace NaN mix volume samples with silence.Gravatar Kelebek12021-07-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Xenoblade Chronicles 2 blowing out the audio.
* | | | | | | Merge pull request #6597 from FernandoS27/accelerate-dmaGravatar Ameer J2021-07-129-62/+199
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | DMAEngine: Introduce Accelerate DMA.
| * | | | | | accelerateDMA: Fixes and feedback.Gravatar Fernando Sahmkow2021-07-123-88/+62
| | | | | | |
| * | | | | | accelerateDMA: Accelerate Buffer Copies.Gravatar Fernando Sahmkow2021-07-119-13/+176
| | | | | | |
* | | | | | | Merge pull request #6576 from ameerj/unlock-fps-settingGravatar Morph2021-07-116-29/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | settings: Disable FPS unlimit setting between title launches
| * | | | | | settings: Disable FPS unlimit setting between title launchesGravatar ameerj2021-07-106-29/+10
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some titles crash if the FPS limit is disabled when launching. This change ensures that titles launch with the limit in-place to avoid issues. In order to simplify the change, the UI toggle was removed as it will always be overridden at launch to be disabled. The setting can still be toggled during gameplay with the hotkey, and indicated by the fps label in the status bar.
* | | | | | Buffer Cache: Address Feedback.Gravatar Fernando Sahmkow2021-07-103-5/+10
| | | | | |
* | | | | | Buffer Cache: Fix GCC copmpile errorGravatar Fernando Sahmkow2021-07-091-1/+0
| | | | | |
* | | | | | Fence Manager: remove reference fencing.Gravatar Fernando Sahmkow2021-07-093-31/+6
| | | | | |
* | | | | | BufferCache: Additional download fixes.Gravatar Fernando Sahmkow2021-07-092-23/+107
| | | | | |
* | | | | | Buffer Cache: Revert unnecessary range reduction.Gravatar Fernando Sahmkow2021-07-091-29/+13
| | | | | |
* | | | | | Fence Manager: Force ordering on WFI.Gravatar Fernando Sahmkow2021-07-094-38/+71
| | | | | |
* | | | | | Buffer Cache: Eliminate the AC Hack as the base game is fixed in Hades.Gravatar Fernando Sahmkow2021-07-091-14/+4
| | | | | |
* | | | | | Fence Manager: Add fences on Reference Count.Gravatar Fernando Sahmkow2021-07-098-6/+57
| | | | | |
* | | | | | Videocore: Address Feedback & CLANG Format.Gravatar Fernando Sahmkow2021-07-092-78/+75
| | | | | |
* | | | | | Buffer Cache: Fix High Downloads and don't predownload on Extreme.Gravatar Fernando Sahmkow2021-07-094-92/+123
| |_|/ / / |/| | | |
* | | | | Merge pull request #6573 from lat9nq/cpu-settings-cleanup-2Gravatar Fernando S2021-07-0918-146/+289
|\ \ \ \ \ | | | | | | | | | | | | core,common,yuzu qt: Add CPU accuracy option 'Auto'
| * | | | | settings, arm_dynarmic, yuzu qt: Move CPU debugging optionGravatar lat9nq2021-07-0818-132/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decouples the CPU debugging mode from the enumeration to its own boolean. After this, it moves the CPU Debugging tab over to a sub tab underneath the Debug tab in the configuration UI.
| * | | | | arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto settingGravatar lat9nq2021-07-081-0/+1
| | | | | |
| * | | | | settings, yuzu qt: Add migration code for CPU accuracyGravatar lat9nq2021-07-082-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old CPU Accuracy setting won't translate well into since we're adding one at the beginning of the list. On first boot with the new setting, just use the default setting.
| * | | | | arm_dynarmic{32,64}: Fixes from test buildGravatar lat9nq2021-07-082-18/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now sets optimizations regardless of the Settings. Drops unsafe fastmem optimization.