Commit Graph

20570 Commits (6af82fd070790e5c6da944f9b07f3b8ca8156985)
 

Author SHA1 Message Date
Matías Locatti e0193e2be5
Increase boost requirement to 1.78.0
Liu's finding, this allows to build yuzu on VS 2022.
Ignore at will.
3 years ago
Fernando S b85f5b1332
Merge pull request #7616 from bunnei/fix-get-idle-ticks
hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount.
3 years ago
Fernando S 648c7b4ed6
Merge pull request #7375 from vonchenplus/convert_legacy
Convert all legacy attributes to generic attributes
3 years ago
liushuyu 14fc1bec17
main: reword inhibit reason 3 years ago
liushuyu fa7abafa5f main: fix wake lock in Flatpak ...
... by using the XDP system
3 years ago
bunnei 36df305b13
Merge pull request #7599 from FernandoS27/primrestart-vulkan
Vulkan: Fix Primitive Restart and implement Logical Operations
3 years ago
bunnei f1eff447bb
Merge pull request #7602 from jbeich/freebsd-vaapi
build: enable VA-API on FreeBSD
3 years ago
bunnei 49e3c073a5 hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount.
- Enforce tha the supplied handle is invalid, not valid.
- This gets Witcher 3 booting.
3 years ago
bunnei 6991d447d4
Merge pull request #7604 from ameerj/fullscreen-render-window
main: Make separate render window fullscreen toggle on the monitor it resides in
3 years ago
bunnei b30a1d49ff
Merge pull request #7608 from Tatsh/scm-ver-override
Allow overriding SCM version info
3 years ago
Andrew Udvare 78759d98dc
Add support for linking against system opus 3 years ago
bunnei 5e24f7ed31
Merge pull request #7481 from german77/gyro-bias
service/hid: Improve console motion accuracy
3 years ago
bunnei cf221ca92d
Merge pull request #7609 from Tatsh/file-assoc
dist/XDG: add more file associations
3 years ago
Andrew Udvare 59c6f45e7a
dist/XDG: add more file associations 3 years ago
Andrew Udvare caf38725ae
Allow overriding SCM version info
If the build is from a non-repository, these functions will return empty. This
patch allows using defines to CMake to set version info such as
-DGIT_BRANCH=master.
3 years ago
bunnei ee6d40d414
Merge pull request #7597 from bunnei/remove-global-lock
core: hle: Remove global HLE lock.
3 years ago
bunnei eb4ea7e5c7
Merge pull request #7603 from ameerj/here-we-go-again
kernel: Manually destroy the current process during shut down
3 years ago
ameerj 3074b2eb93 main: Refactor to reduce code duplication in ShowFullscreen() 3 years ago
ameerj 39bb6851e4 main: Make render window borderless fullscreen toggle on the monitor it resides in
Toggling borderless fullscreen on the separate render window made it fullscreen on the monitor which the main yuzu window resided in.

This change allows the render window to go fullscreen on the monitor it resides in, independent of the main window location.
3 years ago
ameerj 55650c5b75 kernel: Manually destroy the current process during shut down
Avoids a memory leak.
3 years ago
Jan Beich e57b13ad94 video_core/codecs: re-enable VAAPI/VDPAU on BSDs after 72aa418b0b 3 years ago
Jan Beich 1a9576fdff cmake: enable VA-API on more Unix-like after 0be4e402e2 3 years ago
Morph 8e33cf1c2b
Merge pull request #7593 from german77/brrr_test
core/hid: Cancel any vibration after the test
3 years ago
Morph 6fb212784e
Merge pull request #7600 from bunnei/fix-kip-loading
core: loader: kip: Minimal changes to fix KIP loading.
3 years ago
bunnei 2030522d86
Merge pull request #7587 from liushuyu/fix-linux-decoding
[Patch v2] externals/ffmpeg: refactor ffmpeg searching and handling in cmake
3 years ago
bunnei 1490b49fa9
Merge pull request #7596 from Tatsh/externals-sdl-config-joycon-fix
externals/CMakeLists: fix detection/init of Switch controllers in SDL 2.0.18
3 years ago
bunnei 212b497d5c
Merge pull request #7302 from VPeruS/check-deadlock
[input_common] Fixed thread hang
3 years ago
bunnei 7feac8ba46 core: loader: kip: Minimal changes to fix KIP loading.
- Allows us to boot KIP (kernal apps), useful for testing the kernel.
3 years ago
vonchenplus 4908a07c20 Address format clang 3 years ago
Fernando Sahmkow 6c00151d17 Vulkan: Fix the checks for primitive restart extension. 3 years ago
Fernando S 04b4f3b051
Merge pull request #7399 from ameerj/art-refactor
video_core: Refactoring post A.R.T. merge
3 years ago
vonchenplus 6ebc972c2b Remove spirv handle legacy related code 3 years ago
vonchenplus 94652e122d Remove glsl handle legacy related code 3 years ago
Feng Chen e49184e606
Merge branch 'yuzu-emu:master' into convert_legacy 3 years ago
Fernando Sahmkow 14d2c77f91 Vulkan: implement Logical Operations. 3 years ago
Fernando Sahmkow 6430fc29a9 Vulkan: Implement VK_EXT_primitive_topology_list_restart 3 years ago
bunnei 77d06d5df0
Merge pull request #7570 from ameerj/favorites-expanded
game_list: Add persistent setting for the favorites row expanded state
3 years ago
bunnei c73841500a core: hle: Remove global HLE lock.
- This was added early on as a hack to protect against some concurrency issues.
- It's not clear that this serves any purpose anymore, and if it does, individual components should be fixed rather than using a global recursive mutex.
3 years ago
vperus 11f4bf8a9a [input_common] Move variable declaration closer to usage
MSVC supplied with VS2022 generates "warning C4189: 'CALIBRATION_THRESHOLD':
local variable is initialized but not referenced" which is treated as an
error.

Circumvent it by moving constexpr variable directly into body of lambda function.
3 years ago
Andrew Udvare 9b3611eb8d
externals/SDL: update SDL to version with Wayland build fix 3 years ago
Andrew Udvare e610485cd2
externals/CMakeLists: fix detection/init of Switch controllers in SDL 2.0.18
Enable SDL_THREADS and SDL_ATOMIC
Also set SDL_WAYLAND=OFF due to build issue

Closes #7572
3 years ago
Narr the Reg c82e6dc810 core/hid: Cancel any vibration after the test 3 years ago
bunnei e242f16986
Merge pull request #7532 from goldenx86/patch-3
Update video core popup
3 years ago
Matías Locatti 333ccf23f8
Suggestions from CrusadingNinja 3 years ago
Matías Locatti 1cdddd17d2
Changed link 3 years ago
bunnei 7cf74abbf5
Merge pull request #7551 from vonchenplus/fix_blit_image_view_mismatching
Fix blit image/view not compatible
3 years ago
liushuyu 476637d143
externals/ffmpeg: set the cmake variable twice ...
... to avoid leaving variable undefined in the current scope
3 years ago
liushuyu 3ae9258efe externals: fix a regression when using MSVC 3 years ago
liushuyu 3f765ea9a4 video_core/codecs: (re-spin) refactor ffmpeg searching and handling 3 years ago
bunnei b3fc36d989
Merge pull request #7588 from Wunkolo/gibibibi-bytes
yuzu/main: Fix host memory byte units. GB to GiB
3 years ago