Morph
|
4d018d4060
|
wall_clock: Increase precision requirements
We are providing a conversion to nanoseconds in NativeClock, which is more precise than the GPU tick.
|
2023-07-27 18:40:56 -04:00 |
|
GPUCode
|
25bc2dbedb
|
vk_descriptor_pool: Disallow descriptor set free
|
2023-07-27 18:08:56 +03:00 |
|
Morph
|
a8f6941fd6
|
vulkan_device: Return true if either depth/stencil format supports blit
On devices that don't support D24S8 but supports D32S8, this should still return true if D32S8 supports src and dst blit
|
2023-07-26 20:21:37 -04:00 |
|
Moonlacer
|
9d21ddd2c1
|
Revert "Blacklist EDS3 blending from new AMD drivers"
|
2023-07-26 15:02:48 -05:00 |
|
liamwhite
|
53f6ac27f6
|
Merge pull request #11128 from german77/discord
yuzu: Replace httplib with QtNetworkRequest
|
2023-07-26 11:04:57 -04:00 |
|
liamwhite
|
a28a0c47f8
|
Merge pull request #10990 from comex/ubsan
Fixes and workarounds to make UBSan happier on macOS
|
2023-07-26 10:33:28 -04:00 |
|
liamwhite
|
a9b733893c
|
Merge pull request #11142 from german77/avoid_crash
yuzu: Avoid reading broken games
|
2023-07-26 10:33:14 -04:00 |
|
Morph
|
8c7a812a98
|
Address feedback
|
2023-07-26 00:41:24 -04:00 |
|
lat9nq
|
4246d7d97d
|
(ui)settings: Add more runtime_modifiable settings
|
2023-07-25 23:14:13 -04:00 |
|
lat9nq
|
722821707d
|
backend: Remove usage of explicit operator overload
Causes a crash on MSVC from a race condition on application quit.
Intended to address yuzu-emu/yuzu/issues/11137
|
2023-07-25 22:53:58 -04:00 |
|
lat9nq
|
cac8b672aa
|
settings: Correct Linkage member impl location
|
2023-07-25 15:57:55 -04:00 |
|
Morph
|
1c91875e6b
|
Merge pull request #11157 from lat9nq/nasm
cmake: Download nasm from our external repo
|
2023-07-25 13:35:02 -04:00 |
|
lat9nq
|
909d84e4b4
|
cmake: Download nasm from our external repo
This package download has intermittent failures due to host Internet
issues (presumably), so download it ourselves from our own hosting.
|
2023-07-25 15:47:44 -04:00 |
|
flodavid
|
3f22525741
|
yuzu: Enable controller interaction in Controller Applet
|
2023-07-25 19:03:12 +02:00 |
|
Abandoned Cart
|
9a1c345f7e
|
android: Only label language with language
|
2023-07-25 10:38:30 -04:00 |
|
Liam
|
32a48f0d50
|
memory: check page against address space size
|
2023-07-25 09:51:06 -04:00 |
|
lat9nq
|
9fbed50208
|
settings: Set GPU as default ASTC decoder
|
2023-07-24 16:28:13 -04:00 |
|
liamwhite
|
904e8975ea
|
Merge pull request #11095 from liamwhite/memory2
memory: cleanup
|
2023-07-24 13:47:11 -04:00 |
|
liamwhite
|
297e870ec7
|
Merge pull request #11135 from liamwhite/getaddrinfo
core: implement GetGaiStringErrorRequest, IContextRegistrar
|
2023-07-24 13:47:02 -04:00 |
|
liamwhite
|
48571783b5
|
Merge pull request #11136 from liamwhite/sp3shader
ssa_rewrite_pass: use proper maps
|
2023-07-24 13:46:53 -04:00 |
|
german77
|
352baa02da
|
yuzu: Avoid reading broken games
|
2023-07-24 08:59:14 -06:00 |
|
lat9nq
|
79ea110b8d
|
shared_widget: Determine default request earlier
Fixes a bug where a restore button could be created for an unmanaged
widget.
|
2023-07-23 17:08:25 -04:00 |
|
lat9nq
|
43ce3ae0d9
|
settings_common: Document specializations
|
2023-07-23 16:21:08 -04:00 |
|
Liam
|
b13ddf2a73
|
ssa_rewrite_pass: use proper maps
|
2023-07-23 11:38:01 -04:00 |
|
Liam
|
caf76a5603
|
core: implement GetGaiStringErrorRequest, IContextRegistrar
|
2023-07-22 23:29:45 -04:00 |
|
lat9nq
|
cf4dab8313
|
shared_widget: Use QRegularExpression
|
2023-07-22 15:07:34 -04:00 |
|
lat9nq
|
24dfed6db6
|
config: Read the Network category
|
2023-07-22 14:50:32 -04:00 |
|
Liam
|
46234254b1
|
core: reduce TOCTTOU memory access
|
2023-07-22 11:19:29 -04:00 |
|
Liam
|
7073afff3b
|
memory: minimize dependency on process
|
2023-07-22 11:19:29 -04:00 |
|
liamwhite
|
a1008f1be7
|
Merge pull request #11042 from lat9nq/wayland-appimage
ci/linux: Target deploy script from appimage path
|
2023-07-22 11:17:48 -04:00 |
|
liamwhite
|
de2fb523e3
|
Merge pull request #11094 from liamwhite/get
kernel: misc cleanup of page table accessors
|
2023-07-22 11:17:36 -04:00 |
|
liamwhite
|
ddb55725a1
|
Merge pull request #11098 from GPUCode/texel-buffers
buffer_cache: Increase number of texture buffers
|
2023-07-22 11:17:27 -04:00 |
|
lat9nq
|
940d19783f
|
configure_audio/cpu: Sort settings
Was producing out of order settings as a result of the switch to vectors
|
2023-07-22 00:42:15 -04:00 |
|
bunnei
|
62b18a45db
|
Merge pull request #11113 from liamwhite/nsd1
nsd: add GetApplicationServerEnvironmentType
|
2023-07-21 21:24:36 -07:00 |
|
bunnei
|
c7ebd075ea
|
Merge pull request #11129 from liamwhite/dynamic_cast
general: remove uses of dynamic_cast
|
2023-07-21 21:22:51 -07:00 |
|
lat9nq
|
a6f683755e
|
configure_dialog: Focus the button box on start
Without this, the Reset All Settings button would be selected by default
|
2023-07-21 23:56:01 -04:00 |
|
lat9nq
|
0bea4bac83
|
qt/configuration: Use deleteLater
|
2023-07-21 23:25:22 -04:00 |
|
lat9nq
|
cce6c6919c
|
common,qt-config: Remove usage of forward_list
|
2023-07-21 23:09:09 -04:00 |
|
Liam
|
545880f71b
|
core: remove remaining uses of dynamic_cast
|
2023-07-21 19:37:29 -04:00 |
|
Liam
|
f07dd39222
|
general: reduce use of dynamic_cast
|
2023-07-21 19:22:14 -04:00 |
|
Narr the Reg
|
a079a93645
|
yuzu: Replace httplib with QtNetworkRequest
|
2023-07-21 16:53:06 -06:00 |
|
liamwhite
|
09bfde9775
|
Merge pull request #11123 from Morph1984/remove-mem-hungry-opts
ci: Remove GA, Gr optimizations from MSVC
|
2023-07-21 15:06:07 -04:00 |
|
liamwhite
|
c52c03b718
|
Merge pull request #11069 from lat9nq/mingw-no-tzdb
common: Use arithmetic instead of string ops to get time zone
|
2023-07-21 15:05:59 -04:00 |
|
lat9nq
|
1067bbf7b7
|
settings_common: Use a vector in category linkage
Improve storage requirements.
|
2023-07-21 10:56:55 -04:00 |
|
lat9nq
|
093b0c051d
|
settings: Remove sorting from log
Unecessary, and would run every time the settings are logged.
|
2023-07-21 10:56:55 -04:00 |
|
lat9nq
|
9d5bb1f297
|
configure_system: Use lambda template to group settings
|
2023-07-21 10:56:55 -04:00 |
|
lat9nq
|
b7a56c1ff5
|
config-android: Update memory layout member name
|
2023-07-21 10:56:55 -04:00 |
|
lat9nq
|
c1fa82a168
|
k_system_control: Always return some memory size
|
2023-07-21 10:56:55 -04:00 |
|
lat9nq
|
5c0cf58f73
|
common: Move global configuration state modifiers back to settings
|
2023-07-21 10:56:55 -04:00 |
|
lat9nq
|
fc4d2cbf34
|
settings_setting: Fix typo
|
2023-07-21 10:56:55 -04:00 |
|