| Age | Commit message (Collapse) | Author |
|
|
|
On devices that don't support D24S8 but supports D32S8, this should still return true if D32S8 supports src and dst blit
|
|
|
|
yuzu: Replace httplib with QtNetworkRequest
|
|
Fixes and workarounds to make UBSan happier on macOS
|
|
yuzu: Avoid reading broken games
|
|
|
|
|
|
Causes a crash on MSVC from a race condition on application quit.
Intended to address yuzu-emu/yuzu/issues/11137
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
memory: cleanup
|
|
core: implement GetGaiStringErrorRequest, IContextRegistrar
|
|
ssa_rewrite_pass: use proper maps
|
|
|
|
Fixes a bug where a restore button could be created for an unmanaged
widget.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ci/linux: Target deploy script from appimage path
|
|
kernel: misc cleanup of page table accessors
|
|
buffer_cache: Increase number of texture buffers
|
|
Was producing out of order settings as a result of the switch to vectors
|
|
nsd: add GetApplicationServerEnvironmentType
|
|
general: remove uses of dynamic_cast
|
|
Without this, the Reset All Settings button would be selected by default
|
|
|
|
|
|
|
|
|
|
|
|
ci: Remove GA, Gr optimizations from MSVC
|
|
common: Use arithmetic instead of string ops to get time zone
|
|
Improve storage requirements.
|
|
Unecessary, and would run every time the settings are logged.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes essentially a shadowing issue.
|