liamwhite
a4d237bb70
Merge pull request #9910 from jbeich/libc++
kernel: add missing header for libc++
3 years ago
liamwhite
60dcfd3960
Merge pull request #9905 from german77/usbssl
Service: USB, SSL, PSC: Update
3 years ago
liamwhite
cc76c0655f
Merge pull request #9907 from german77/joycon
input_common: joycon: Add stick input from passive reports
3 years ago
liamwhite
92498929a9
Merge pull request #9908 from german77/pfp
service: acc: Replace default image with a 32x32 image
3 years ago
liamwhite
0781ce152f
Merge pull request #9909 from eltociear/patch-1
fix typo in settings.h
3 years ago
Jan Beich
98f8e82b60
kernel: add missing header for libc++
In file included from src/core/hle/kernel/k_light_lock.cpp:4:
In file included from src/./core/hle/kernel/k_light_lock.h:8:
src/./core/hle/kernel/k_scoped_lock.h:25:51: error: no member named 'addressof' in namespace 'std'
explicit KScopedLock(T& l) : KScopedLock(std::addressof(l)) {}
~~~~~^
3 years ago
Ikko Eltociear Ashimine
538c3df844
fix typo in settings.h
Intial -> Initial
3 years ago
Narr the Reg
d8848c1f7f
service: acc: Replace default image with a 32x32 image
3 years ago
german77
b1913d2db3
input_common: joycon: Add stick input from passive reports
3 years ago
Narr the Reg
9eaa964d82
service: psc: Update names
3 years ago
Narr the Reg
96bf71b888
service: ssl: Add missing properties and update names
3 years ago
Narr the Reg
9d8b2139b6
service: usb: Update names
3 years ago
Fernando S
08ce11dd85
Merge pull request #9786 from FernandoS27/the-gaia-is-a-lie
YFC - Engines: Implement Accelerate DMA Texture.
3 years ago
Fernando Sahmkow
82f37192ec
Engines: Implement Accelerate DMA Texture.
4 years ago
Morph
7f06f21046
Merge pull request #9884 from liamwhite/service-cleanup
service: miscellaneous cleanups
3 years ago
bunnei
437cc6eb63
Merge pull request #9855 from liamwhite/kern-16-support
kernel: support for 16.0.0
3 years ago
Morph
282459a5f7
ci: Actually enable LTO on MSVC ( #9887 )
3 years ago
bunnei
50fdfad41d
Merge pull request #9888 from liamwhite/vids
vulkan_common: disable vertexInputDynamicState on unsupported driver
3 years ago
Liam
cd7e0b03b7
vulkan_common: disable vertexInputDynamicState on unsupported driver
3 years ago
Liam
63414faea4
kernel: be more careful about kernel address keys
3 years ago
Liam
f4e795193b
kernel: refactor priority inheritance to represent locks as C++ objects
3 years ago
Liam
a269b9b8e5
kernel: simplify AddressSpaceInfo, update values
3 years ago
Liam
7f1ef3060c
kernel: barrier memory before condition variable write
3 years ago
Liam
dd0f9ff950
kernel: document previous location of interrupt disables in arbiter/condvar
3 years ago
Liam
1fd1d90c2d
kernel: adjust pool allocations
3 years ago
Liam
7c2041afbc
kernel: simplify KAbstractSchedulerLock::Lock
3 years ago
Liam
1cba79d852
kernel: add InfoType::IoRegionHint
3 years ago
Liam
c191cf75bb
nvnflinger: fix name
3 years ago
Liam
d7e9461b71
service: move hle_ipc from kernel
3 years ago
Liam
6ac62cfbe1
sm:: remove unused member
3 years ago
liamwhite
7b8304614c
Merge pull request #9832 from liamwhite/hle-mp
service: HLE multiprocess
3 years ago
liamwhite
cec37d97c3
Merge pull request #9879 from zhaobot/tx-update-20230301024940
Update translations (2023-03-01)
3 years ago
The yuzu Community
1ff8a70586
Update translations (2023-03-01)
3 years ago
liamwhite
22daf4c290
Merge pull request #9877 from abouvier/cmake-boost
cmake: use correct boost imported targets
3 years ago
liamwhite
a3cad90b87
Merge pull request #9862 from abouvier/cmake-components
cmake: support components in find modules
3 years ago
Alexandre Bouvier
e9ec2e4cf0
cmake: use correct boost imported targets
3 years ago
Alexandre Bouvier
3374496dac
cmake: support components in find modules
3 years ago
liamwhite
114f84d2d2
Merge pull request #9851 from abouvier/openssl-vcpkg
externals: use openssl from vcpkg
3 years ago
Alexandre Bouvier
00c30d5f69
externals: use openssl from vcpkg
3 years ago
liamwhite
32d4e06eca
Merge pull request #9844 from abouvier/jwt-fix
cmake: fix cpp-jwt build
3 years ago
liamwhite
6825d636b1
Merge pull request #9859 from liamwhite/tmem-use
service: avoid direct pointer access of transfer memory objects
3 years ago
liamwhite
537c46a639
Merge pull request #9874 from german77/violet
service: btm: Fix handle functions
3 years ago
Matías Locatti
075a842858
Merge pull request #9872 from goldenx86/partialLTO
Partial LTO
3 years ago
Matías Locatti
7cc539e8b8
Partially apply LTO to only core and video_core projects.
3 years ago
Narr the Reg
0017139a65
service: btm: Fix handle functions
3 years ago
bunnei
9468790d95
Merge pull request #9871 from yuzu-emu/revert-9824-burning-profiles
Revert "yuzu: config: Remove player 8 and 9 from config file"
3 years ago
Narr the Reg
2e388209d7
Revert "yuzu: config: Remove player 8 and 9 from config file"
3 years ago
liamwhite
b385fc2cd1
Merge pull request #9849 from ameerj/async-astc
texture_cache: Add asynchronous ASTC texture decoding
3 years ago
liamwhite
7bc52bcb12
Merge pull request #9824 from german77/burning-profiles
yuzu: config: Remove player 8 and 9 from config file
3 years ago
Narr the Reg
f6531fb17c
yuzu: config: Remove player 8 and 9 from config file
3 years ago