Lioncash
e6e865f3d3
zstd_compression: Make use of std::span
Allows for the incoming data stream to be non-allocating.
5 years ago
Lioncash
790720089b
lz4_compression: Make use of std::span
Allows making the incoming data stream non-allocating.
5 years ago
Chloe Marcec
cf489391d7
hid: ApplyNpadSystemCommonPolicy
We already do this specifically for homebrew, so we can keep it stubbed out for the time being
5 years ago
german77
a724cf5fa1
settings: Forbid docked mode on handheld
5 years ago
bunnei
8e96b45a1f
Merge pull request #6347 from bunnei/ipc-improvements-next-2
Various improvements to IPC and session management (Part 2)
5 years ago
german77
e99220d321
input_common: Add dual joycon support
5 years ago
german77
b5ba452aad
settings: Suppress duplicate label name warning
5 years ago
Morph
54d9cd162d
applets/swkbd: Make use of QueuedConnection in returnPressed signal
Some users have reported rare crashes when pressing the Enter key on the keyboard to confirm input in the normal software keyboard, particularly in Super Smash Bros. Ultimate while entering the name of a ruleset or controller layout.
It is suspected that the QLineEdit::returnPressed signal is causing a race condition as confirming input through other means does not produce the crash. Since Qt::QueuedConnection posts an event to the event queue of the callee's thread instead of executing it directly on the caller's thread, this eliminates any potential race conditions from occurring in this scenario.
5 years ago
Lioncash
26702abdd7
CMakeLists: Update zstd to 1.5.0
zstd 1.5.0 brings numerous performance improvements to the library, as
can be seen here: https://github.com/facebook/zstd/releases/tag/v1.5.0
5 years ago
bunnei
3af73d1335
Merge pull request #6248 from A-w-x/intelmesa
gl_device: Intel: Disable texture view formats workaround on mesa
5 years ago
bunnei
87fba53340
Merge pull request #6333 from Morph1984/swkbd-confirm-text
applets/swkbd: Send the correct text string on TextCheck::Confirm
5 years ago
bunnei
9d19382daf
hle: kernel: service_thread: Take reference to KServerSession on service request.
5 years ago
bunnei
ea851aaeb8
hle: kernel: k_port: Use AcceptSession to ensure SessionList state is correct.
- Fixes a use-after-free, work-around until we fixup session/port management.
5 years ago
bunnei
227f9e5ab2
hle: kernel: Use host memory allocations for KSlabMemory.
- There are some issues with the current workaround, we will just use host memory until we have a complete kernel memory implementation.
5 years ago
bunnei
78853f888a
Revert "WORKAROUND: Do not use slab heap while we track down issues with resource management."
This reverts commit bb77b5d79f .
5 years ago
bunnei
14f50729e2
hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects.
5 years ago
bunnei
d77adad0c4
common: tree: Avoid a crash on nullptr dereference.
5 years ago
bunnei
6e3c9d2b06
hle: kernel: Implement CloneCurrentObject and improve session management.
5 years ago
bunnei
7b1c7a5e6a
Revert "WORKAROUND: temp. disable session resource limits while we work out issues"
This reverts commit 627eaf8c0e .
5 years ago
bunnei
53526d2c14
Merge pull request #6320 from Morph1984/get-pid
hle_ipc: Add a getter for PID
5 years ago
bunnei
e1da49973d
Merge pull request #6321 from lat9nq/per-game-cpu
configuration: Add CPU tab to game properties and slight per-game settings rework
5 years ago
german77
a5720f0747
Update libusb to 1.0.24
5 years ago
lat9nq
ea24c70e1d
configure_cpu: Simplify UpdateGroup
Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
5 years ago
bunnei
e0838acf77
Merge pull request #6297 from lioncash/common-conv
parent_of_member: Make sign conversion explicit in OffsetOfImpl()
5 years ago
bunnei
1e4bc2cb20
Merge pull request #6310 from german77/nanMotion
input_common: Sanitize motion data
5 years ago
lat9nq
ec31c71a34
configuration_shared: Drop unused function and template another
Drops an unused variant of ApplyPerGameSetting, and turns the QComboBox
variants of SetPerGameSetting into a template.
Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
5 years ago
Morph
798908da34
applets/swkbd: Send the correct text string on TextCheck::Confirm
Previously the text string for the inline software keyboard was being sent instead of the normal software keyboard, leading to empty text being sent all the time.
5 years ago
bunnei
d1168fc5d8
Merge pull request #6317 from ameerj/fps-fix
perf_stats: Rework FPS counter to be more accurate
5 years ago
bunnei
3c74a12949
Merge pull request #6337 from Morph1984/transfer-mem-size
KTransferMemory: Return size instead of size * PageSize in GetSize()
5 years ago
Morph
bf87c33d40
KTransferMemory: Return size instead of size * PageSize in GetSize()
size is already the size in bytes. We do not need to multiply it by the page size
5 years ago
Lioncash
44e1952216
hid/gesture: Factor out last gesture retrieval into its own function
Deduplicates a commonly repeated expression.
5 years ago
Lioncash
4eb73ab98a
hid/gesture: Ensure all ID arrays are initialized
Makes for deterministic initial state.
5 years ago
Lioncash
359b12ece1
hid/gesture: Make Point a template
We can now use this in a generic context to reuse it with the finger
position.
5 years ago
Lioncash
83a444ddf7
hid/gesture: Replace x,y members of GestureState with a Point
Simplifies assignments.
5 years ago
Lioncash
ea1cb30004
hid/gesture: Add default comparators to Point
Simplifies some comparisons.
5 years ago
Lioncash
861039484d
hid/gesture: Rename Points to Point
This only represents a single point
5 years ago
bunnei
7d0ec35aaa
Merge pull request #6322 from ameerj/fast-null-buffer
buffer_cache: Ensure null buffers cannot take the fast uniform bind path
5 years ago
lat9nq
d6c9f6acc5
general: Demote custom_rtc to regular setting
5 years ago
Mat M
440443ecd4
Merge pull request #6328 from Morph1984/enforce-c4715
CMakeLists: Enforce C4715 on MSVC
5 years ago
bunnei
43e2cefef0
Merge pull request #6327 from Morph1984/duplicate_labels
configure_debug: FIx duplicate labels
5 years ago
Morph
49378192aa
CMakeLists: Enforce C4715 on MSVC
This is similar to -Werror=return-type
5 years ago
Morph
313e1b0f8f
configure_debug: FIx duplicate labels
Duplicate labels were unintentionally introduced due to copy-paste. This silences the compilation warning produced by the presence of these duplicates.
5 years ago
bunnei
45e1756198
Merge pull request #6326 from Morph1984/fix-version
yuzu/main: Fix version info in logging and about dialog
5 years ago
Morph
7faacec6a4
yuzu/main: Fix version info in logging and about dialog
5 years ago
bunnei
baa0060cd7
Merge pull request #6319 from Morph1984/no-install-base
main: Prevent installing base titles into NAND
5 years ago
Ameer J
4243801635
Merge pull request #6324 from lat9nq/appimage-freeze
ci: linux: Freeze AppImage binaries
5 years ago
ameerj
53c68f6bb3
buffer_cache: Ensure null buffers cannot take the fast uniform bind path
Fixes a crash in New Pokemon Snap
5 years ago
lat9nq
ee04cbbb13
ci: linux: Freeze AppImage binaries
A regression was introduced on May 13 by linuxdeploy that causes file
open dialogs to crash yuzu in the AppImage (likely this commit
1e28ee38fa from
linuxdeploy/linuxdeploy-desktopfile). Instead of downloading the latest
version from each of the repos we use to build the AppImage, just
download the ones hosted at yuzu-emu/ext-linux-bin, which are the same
binaries we have been using, but verified to be working and won't update
on us beyond our control.
This can eventually be moved into the container itself to remove the
need to download them at build time.
5 years ago
bunnei
91cae39587
Merge pull request #6284 from ameerj/shantae-fix
nvflinger: Create layers when they are queried but not found
5 years ago
bunnei
1e40ee003f
Merge pull request #6296 from lioncash/shadow-error
core: Make variable shadowing a compile-time error
5 years ago